Removed the remaining code where LDAP was optional.
[citadel.git] / citadel / modules / ctdlproto / serv_session.c
index 739de3fa9adb9a721d4cf429d13825bbfcbcc6b7..697cc93716f820f392dab20518410a512a8d4d7e 100644 (file)
@@ -66,12 +66,7 @@ void cmd_info(char *cmdbuf) {
        cprintf("1\n"); /* 1 = we support the extended paging options */
        cprintf("\n");  /* no longer used */
        cprintf("1\n"); /* 1 = yes, this system supports the QNOP command */
-
-#ifdef HAVE_LDAP
        cprintf("1\n"); /* 1 = yes, this server is LDAP-enabled */
-#else
-       cprintf("0\n"); /* 1 = no, this server is not LDAP-enabled */
-#endif
 
        if ((CtdlGetConfigInt("c_auth_mode") == AUTHMODE_NATIVE) && (CtdlGetConfigInt("c_disable_newu") == 0))
        {