]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
attribute and error reason reversed
authorEric Covener <covener@apache.org>
Mon, 24 Jun 2013 20:16:57 +0000 (20:16 +0000)
committerEric Covener <covener@apache.org>
Mon, 24 Jun 2013 20:16:57 +0000 (20:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1496194 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authnz_ldap.c

index a03436b61f3b889608bebbbe4e5b4f19a9d8665c..87470108eacf00ece0bc6bccdabb118a317c06cf 100644 (file)
@@ -894,7 +894,7 @@ static authz_status ldapgroup_check_authorization(request_rec *r,
                 ap_log_rerror(APLOG_MARK, APLOG_TRACE4, 0, r, APLOGNO(01719)
                               "auth_ldap authorize: require group \"%s\": "
                               "didn't match with attr %s [%s][%d - %s]",
-                              t, ldc->reason, ent[i].name, result, 
+                              t, ent[i].name, ldc->reason, result, 
                               ldap_err2string(result));
         }
     }