Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 53a1e2fb176c0eee73a7ad796d533610 > files > 4

apache-mod_authz_ldap-0.26-7mdv2008.0.src.rpm

--- mod_authz_ldap-0.22/module/auth.c.passlog
+++ mod_authz_ldap-0.22/module/auth.c
@@ -172,7 +172,7 @@
 		if (sec->loglevel >= APLOG_ERR)
 		ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_ERR,
 			APLOG_STATUS r,
-			"[%d] bind as %s/%s failed: %d", (int)getpid(), dn, pw,
+			"[%d] bind as %s failed: %d", (int)getpid(), dn,
 			res);
 		ap_note_basic_auth_failure(r);
 		return HTTP_UNAUTHORIZED;