X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel_ldap.h;h=e39b9e611833dd7cfd6fe1ce3612e673f7f40c44;hb=572e013dfa09ec04b047eb256b3139bca41037a4;hp=0009c0093fad5a794a0aac5295cb9b17418830c1;hpb=4d3661d0c8da86d441d5d26463844df216fe4860;p=citadel.git diff --git a/citadel/citadel_ldap.h b/citadel/citadel_ldap.h index 0009c0093..e39b9e611 100644 --- a/citadel/citadel_ldap.h +++ b/citadel/citadel_ldap.h @@ -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);