* Continued integrating ldap auth
[citadel.git] / citadel / citadel_ldap.h
index 0009c0093fad5a794a0aac5295cb9b17418830c1..e39b9e611833dd7cfd6fe1ce3612e673f7f40c44 100644 (file)
@@ -9,5 +9,5 @@
 #define BIND_PW                NULL                    /* put pw here for authenticated bind */
 #define SEARCH_STRING  "(&(objectclass=posixAccount)(uid=%s))"
 
-int CtdlTryUserLDAP(char *username, char *found_dn, int found_dn_size, char *fullname, int fullname_size);
+int CtdlTryUserLDAP(char *username, char *found_dn, int found_dn_size, char *fullname, int fullname_size, int *found_uid);
 int CtdlTryPasswordLDAP(char *user_dn, char *password);