using 'snoop' I determined that the ldap module is using a uid that
looks like this someuser@xxxxxxxxxxx The 'someuser' portion is what is in lDAP . How do I pass just 'someuser' as the uid ? I verified that 'someuser@xxxxxxxxxxx' is contained in 'REMOTE_USER' env variable Eric Covener wrote: --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. SeeOn Wed, Nov 19, 2008 at 1:21 PM, Minson, John M Mr ARMY GUEST <john.minson@xxxxxxxxxxx> wrote:I'm trying to implement mod_authnz_ldap and get the following error auth_ldap authorise: User DN not found, ldap_search_ext_s() for user failed I have tried dozens of combinations of AuthLDAPUrl and AuthLDAPBindDN Is there anyway to get it to display the 'User DN' its trying to use ?If you do an IP trace with wireshark, you'll see the formatted query being sent to the ldap server. I would guess that the problem is either: 1) The "attribute" in the AuthLDAPURL doesn't contain the same thing as what you're feeding into the browser 2) if you added a "filter" to the end of AuthLDAPURL it may be eliminating your result |