X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fconfig.c;h=d04f87434a50096502272fb26c3ed5e8e3273757;hp=bd915f4c4a6a9bad03b992cfa16342cc2dc1497a;hb=24d1e719dd6b40e0eb4153b928b758abb17863a1;hpb=63e88e1b13b6270cfb73504e7b3ee825c343db09 diff --git a/citadel/config.c b/citadel/config.c index bd915f4c4..d04f87434 100644 --- a/citadel/config.c +++ b/citadel/config.c @@ -265,15 +265,6 @@ void initialize_config_system(void) { brand_new_installation_set_defaults(); } - /* Only allow LDAP auth mode if we actually have LDAP support */ -#ifndef HAVE_LDAP - if ((CtdlGetConfigInt("c_auth_mode") == AUTHMODE_LDAP) || (CtdlGetConfigInt("c_auth_mode") == AUTHMODE_LDAP_AD)) { - fprintf(stderr, "Your system is configured for LDAP authentication,\n" - "but you are running a server built without OpenLDAP support.\n"); - exit(CTDL_EXIT_UNSUP_AUTH); - } -#endif - /* Default maximum message length is 10 megabytes. This is site * configurable. Also check to make sure the limit has not been * set below 8192 bytes.