]> granicus.if.org Git - apache/commitdiff
r1553485.
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 9 Jun 2014 05:57:43 +0000 (05:57 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 9 Jun 2014 05:57:43 +0000 (05:57 +0000)
Comment fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1601315 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authnz_ldap.c

index 53a6085372a9013fd6680b40cd344b3c1c3acc63..77644ca88e9397cdd596c3e3a5cb4ddf916795f7 100644 (file)
@@ -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 */