From: Eric Covener Date: Thu, 26 Dec 2013 13:57:49 +0000 (+0000) Subject: update comments for two r->user related directives. X-Git-Tag: 2.5.0-alpha~4742 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66c5435a4d6665af3b0d1fb4f499aee2c75a3388;p=thirdparty%2Fapache%2Fhttpd.git update comments for two r->user related directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1553485 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_authnz_ldap.c b/modules/aaa/mod_authnz_ldap.c index 4d3d48e008f..71ef10e77dd 100644 --- a/modules/aaa/mod_authnz_ldap.c +++ b/modules/aaa/mod_authnz_ldap.c @@ -61,8 +61,8 @@ typedef struct { char *bindpw; /* Password to bind to server (can be NULL) */ int bind_authoritative; /* If true, will return errors when bind fails */ - int user_is_dn; /* If true, connection->user is DN instead of userid */ - char *remote_user_attribute; /* If set, connection->user is this attribute instead of userid */ + int user_is_dn; /* If true, r->user is replaced by DN during authn */ + char *remote_user_attribute; /* If set, r->user is replaced by this attribute during authn */ int compare_dn_on_server; /* If true, will use server to do DN compare */ int have_ldap_url; /* Set if we have found an LDAP url */