X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel.h;h=92dfc5f6e6ec90dec7b20da6ef51cbed9373d3c6;hb=f2c07f3fa5c0904b970b6cc45416831f638a733f;hp=e1248992a46f85599ccbb1220118f62e0feb86cd;hpb=e337b7aaf116933dc5bea6845a2c45dcd12db8aa;p=citadel.git diff --git a/citadel/citadel.h b/citadel/citadel.h index e1248992a..92dfc5f6e 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -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 }