src/server/daemon/ldap_auth.h

changeset 469
9a36a6b52e4c
parent 467
4d038bc6f86e
child 470
467ed0f559af
--- a/src/server/daemon/ldap_auth.h	Sun Mar 12 20:27:29 2023 +0100
+++ b/src/server/daemon/ldap_auth.h	Mon Mar 13 20:53:46 2023 +0100
@@ -101,7 +101,7 @@
     /*
      * array of user id attributes
      */
-    char *uidAttributes[10];
+    cxstring *uidAttributes;
     
     /*
      * number of uid attributes
@@ -116,7 +116,7 @@
     /*
      * array of attributes that represent group members
      */
-    char *memberAttributes[10];
+    cxstring *memberAttributes;
     
     /*
      * number of group member attributes

mercurial