* Merge LDAP code; bindings are not yet complete
[citadel.git] / citadel / server.h
index 13660559aa807fd8b61b36e43156dee794829d8b..9fc9ca6ec2458f798b5d3e230ac74b46770aec02 100644 (file)
@@ -145,6 +145,7 @@ struct CitContext {
        struct ma_info *ma;                     /* multipart/alternative data */
        const char *ServiceName;                /* readable purpose of this session */
        void *openid_data;                      /* Data stored by the OpenID module */
+       char *ldap_dn;                          /* DN of user when using AUTHMODE_LDAP */
 };
 
 typedef struct CitContext t_context;