* Prepped portions of the code for imminent merge of LDAP auth module.
[citadel.git] / citadel / citadel.h
index e1248992a46f85599ccbb1220118f62e0feb86cd..92dfc5f6e6ec90dec7b20da6ef51cbed9373d3c6 100644 (file)
@@ -278,7 +278,7 @@ enum {
  */
 #define AUTHMODE_NATIVE                0       /* Native (self-contained or "black box") */
 #define AUTHMODE_HOST          1       /* Authenticate against the host OS user database */
-#define AUTHMODE_LDAP          2       /* External LDAP authentication (NOT IMPLEMENTED) */
+#define AUTHMODE_LDAP          2       /* Authenticate against an LDAP server */
 
 #ifdef __cplusplus
 }