https://issues.apache.org/bugzilla/show_bug.cgi?id=51322
Steve Cross <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |PatchAvailable --- Comment #1 from Steve Cross <[email protected]> 2011-06-04 23:12:30 UTC --- I have created a patch that adds the following two options to the mod_authnz_ldap configuration: AuthLDAPAttrPrependString AuthLDAPAttrAppendString These two configuration parameters allow you to specify a string that must be added before and after the LDAP value that is being searched for. Using the example structure in the post above, if someone were to login with the username "johndoe", then it would be searching the LDAP database for that exact cn. Now configure the module with the following line: AuthLDAPAttrPrependString "example.org_" When configured this way and someone logs in with the username "johndoe", the LDAP database is searched for "example.org_johndoe" instead. I have attached the patch which was originally written for 2.2.16 but has been tested against the latest stable 2.2.19 version. Steve Cross -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
