* Prepped portions of the code for imminent merge of LDAP auth module.
[citadel.git] / citadel / server.h
index 314c7ce258020ced1a209d3127592b10a1091715..13660559aa807fd8b61b36e43156dee794829d8b 100644 (file)
@@ -45,6 +45,7 @@ struct CtdlMessage {
 #define CTDLEXIT_OOD           104     /* Out Of Date config - rerun setup */
 #define CTDLEXIT_DB            105     /* Unable to initialize database */
 #define CTDLEXIT_LIBCITADEL    106     /* Incorrect version of libcitadel */
+#define CTDL_EXIT_UNSUP_AUTH   107     /* Unsupported auth mode configured */