* Thread ID's are now displayed in 0x%08lx format instead
[citadel.git] / citadel / citadel.h
index 804d7fcb7a0b31e10fc6bd2df5ef1ae1ef334624..468845ca5f66b41fd1d66896aa1386e4033dfc07 100644 (file)
@@ -282,6 +282,7 @@ enum {
  */
 #define AUTHMODE_NATIVE                0       /* native Citadel authentication */
 #define AUTHMODE_HOST          1       /* host integrated */
+#define AUTHMODE_LDAP          2       /* external LDAP authentication */
 
 #ifdef __cplusplus
 }