src/server/daemon/ldap_auth.h

changeset 469
9a36a6b52e4c
parent 467
4d038bc6f86e
child 470
467ed0f559af
equal deleted inserted replaced
468:73e80eb953f5 469:9a36a6b52e4c
99 const char *userSearchFilter; 99 const char *userSearchFilter;
100 100
101 /* 101 /*
102 * array of user id attributes 102 * array of user id attributes
103 */ 103 */
104 char *uidAttributes[10]; 104 cxstring *uidAttributes;
105 105
106 /* 106 /*
107 * number of uid attributes 107 * number of uid attributes
108 */ 108 */
109 size_t numUidAttributes; 109 size_t numUidAttributes;
114 const char *groupSearchFilter; 114 const char *groupSearchFilter;
115 115
116 /* 116 /*
117 * array of attributes that represent group members 117 * array of attributes that represent group members
118 */ 118 */
119 char *memberAttributes[10]; 119 cxstring *memberAttributes;
120 120
121 /* 121 /*
122 * number of group member attributes 122 * number of group member attributes
123 */ 123 */
124 size_t numMemberAttributes; 124 size_t numMemberAttributes;

mercurial