* Added a separate authentication mode AUTHMODE_LDAP_AD for Active Directory's nonsta...
[citadel.git] / citadel / citadel_ldap.h
1 /*
2  * Configuration for LDAP authentication.  Most of this stuff gets pulled out of our site config file.
3  */
4
5 int CtdlTryUserLDAP(char *username, char *found_dn, int found_dn_size, char *fullname, int fullname_size, uid_t *found_uid);
6 int CtdlTryPasswordLDAP(char *user_dn, char *password);