https://bz.apache.org/bugzilla/show_bug.cgi?id=59613
Bug ID: 59613
Summary: Make mod_authnz_ldap's logging/helper messages
consistent after the name change
Product: Apache httpd-2
Version: 2.4.20
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_auth_ldap
Assignee: [email protected]
Reporter: [email protected]
Hi,
Staring from 2.2 (or even earlier?), mod_auth_ldap is renamed to
mod_authnz_ldap. But the logging and helper messages of mod_authnz_ldap still
refer to the old name, i.e., "auth_ldap".
The following patch makes the module name consistent to the users. It only
changes the logging and helper messages, rather than data structures or
function names (which are not visible to the users).
The patch changes the following 4 patterns:
1. In mod_authnz_ldap, every authn/authz log is prefixed with
"auth_ldap authenticate:" or "auth_ldap authorize"
The patch changes "auth_ldap" to "authnz_ldap"
2. There are some logs use the prefix "ldap authorize" and the patch changes
"ldap" to "authnz_ldap" (these has nothing to do with util_ldap.
3. In addition, it changes "auth_ldap" to "authnz_ldap" in 3 helper message for
the directives in this module.
4. In comments where the old name is used.
P.S. I examined all the log statement and helper message, so it should not
introduce any inconsistencies.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]