Fix bug in ctdlload import of email addresses.
[citadel.git] / citadel / citadel_ldap.h
diff --git a/citadel/citadel_ldap.h b/citadel/citadel_ldap.h
deleted file mode 100644 (file)
index e39b9e6..0000000
+++ /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 *found_uid);
-int CtdlTryPasswordLDAP(char *user_dn, char *password);