X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fcontrol.c;h=645904267539e6a166b9e0d70c0ac6ba39581790;hp=9e790e5b07b70946b48dead32f28bebd3e435442;hb=24d1e719dd6b40e0eb4153b928b758abb17863a1;hpb=63e88e1b13b6270cfb73504e7b3ee825c343db09 diff --git a/citadel/control.c b/citadel/control.c index 9e790e5b0..645904267 100644 --- a/citadel/control.c +++ b/citadel/control.c @@ -295,19 +295,11 @@ void cmd_conf(char *argbuf) cprintf("%d\n", CtdlGetConfigInt("c_disable_newu")); cprintf("1\n"); /* niu */ cprintf("%d\n", CtdlGetConfigInt("c_purge_hour")); -#ifdef HAVE_LDAP cprintf("%s\n", CtdlGetConfigStr("c_ldap_host")); cprintf("%d\n", CtdlGetConfigInt("c_ldap_port")); cprintf("%s\n", CtdlGetConfigStr("c_ldap_base_dn")); cprintf("%s\n", CtdlGetConfigStr("c_ldap_bind_dn")); cprintf("%s\n", CtdlGetConfigStr("c_ldap_bind_pw")); -#else - cprintf("\n"); - cprintf("0\n"); - cprintf("\n"); - cprintf("\n"); - cprintf("\n"); -#endif cprintf("%s\n", CtdlGetConfigStr("c_ip_addr")); cprintf("%d\n", CtdlGetConfigInt("c_msa_port")); cprintf("%d\n", CtdlGetConfigInt("c_imaps_port"));