* Sysconfig commands for specifying where the LDAP server lives
[citadel.git] / citadel / citadel_ipc.c
index 7f26170b9f9577365e17c023c988ba8384e81907..9ef8c5174e162296717d3479653bda99a6b0f583 100644 (file)
@@ -645,6 +645,7 @@ int CtdlIPCServerInfo(CtdlIPC *ipc, struct CtdlServInfo *ServInfo, char *cret)
                        case 11:        ServInfo->serv_paging_level = atoi(buf);
                                        break;
                        case 13:        ServInfo->serv_supports_qnop = atoi(buf);
+                       case 14:        ServInfo->serv_supports_ldap = atoi(buf);
                                        break;
                        }
                }