X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserver.h;h=9fc9ca6ec2458f798b5d3e230ac74b46770aec02;hb=b88e602f2cbdbac28d0b42034540d8370069cf23;hp=13660559aa807fd8b61b36e43156dee794829d8b;hpb=e59e1bb25232c0d197f60ed59dfb34bc5e5e999e;p=citadel.git diff --git a/citadel/server.h b/citadel/server.h index 13660559a..9fc9ca6ec 100644 --- a/citadel/server.h +++ b/citadel/server.h @@ -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;