Codebase list citadel / upstream/7.63 citadel_ldap.h
upstream/7.63

Tree @upstream/7.63 (Download .tar.gz)

citadel_ldap.h @upstream/7.63raw · history · blame

1
2
3
4
5
6
7
8
/*
 * $Id: citadel_ldap.h 7344 2009-04-14 14:38:26Z ajc $
 *
 * Configuration for LDAP authentication.  Most of this stuff gets pulled out of our site config file.
 */

int CtdlTryUserLDAP(char *username, char *found_dn, int found_dn_size, char *fullname, int fullname_size, uid_t *found_uid);
int CtdlTryPasswordLDAP(char *user_dn, char *password);