* Added a separate authentication mode AUTHMODE_LDAP_AD for Active Directory's nonsta...
[citadel.git] / citadel / citadel_ldap.h
index 41cae48ea1f203a7dd8d883af4e298d3596f9967..66f28a2d659bfb8fdaa88bf840e6f02163dec36f 100644 (file)
@@ -2,7 +2,5 @@
  * Configuration for LDAP authentication.  Most of this stuff gets pulled out of our site config file.
  */
 
-#define SEARCH_STRING  "(&(objectclass=posixAccount)(uid=%s))"
-
 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);