X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel_ldap.h;h=b1305b83c5f383c5ebd581c1d0cc80694c0327a9;hb=HEAD;hp=0009c0093fad5a794a0aac5295cb9b17418830c1;hpb=b88e602f2cbdbac28d0b42034540d8370069cf23;p=citadel.git diff --git a/citadel/citadel_ldap.h b/citadel/citadel_ldap.h deleted file mode 100644 index 0009c0093..000000000 --- a/citadel/citadel_ldap.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * - */ - -#define CTDL_LDAP_HOST "ldaptest.xand.com" -#define CTDL_LDAP_PORT LDAP_PORT /* defined as 389 */ -#define BASE_DN "dc=xand,dc=com" -#define BIND_DN NULL /* "cn=Manager,dc=xand,dc=com" for authenticated bind */ -#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 CtdlTryPasswordLDAP(char *user_dn, char *password);