You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/06/05 01:12:30 UTC

DO NOT REPLY [Bug 51322] Prepend and append string to LDAP search parameter

https://issues.apache.org/bugzilla/show_bug.cgi?id=51322

Steve Cross <ha...@stevecross.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable

--- Comment #1 from Steve Cross <ha...@stevecross.org> 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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org