Apache Server configuration support - Re: mod_authnz_ldap not working! Help!

This is Interesting: Free IT Magazines  
Home > Archive > Apache Server configuration support > November 2006 > Re: mod_authnz_ldap not working! Help!





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: mod_authnz_ldap not working! Help!
jeff.ward@gmail.com

2006-11-22, 7:23 pm

I found it. Thanks for you help, Kenneth.

If you look at my post above, I had forgotten the 'cn=Users' in both my
AuthLDAPBindDN and AuthLDAPURL directives.

The final .htaccess file reads:
========================================
======
AuthName "Restricted"

AuthType Basic
AuthBasicProvider ldap
AuthzLDAPAuthoritative Off

AuthLDAPBindDN "cn=linux_bind,cn=Users,dc=domain,dc=com"
AuthLDAPBindPassword "secret"
AuthLDAPURL ldap://server/cn=Users,dc=domain,dc=com?sAMAccountName

require valid-user
========================================
======

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2009 webservertalk.com