* serv_ldap.c: upon successful connect to an LDAP server, post an aide message warnin...
[citadel.git] / citadel / citadel.h
index 5b6bb0a69fae3a7b1f276d16a7d806f312f494f3..cbf7cadee17220e52f3f720d0d8a0829fa134d3a 100644 (file)
@@ -276,9 +276,9 @@ enum {
 /*
  * Authentication modes
  */
-#define AUTHMODE_NATIVE                0       /* native Citadel authentication */
-#define AUTHMODE_HOST          1       /* host integrated */
-#define AUTHMODE_LDAP          2       /* external LDAP authentication */
+#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) */
 
 #ifdef __cplusplus
 }