Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.htaccess Auth Ldap

Status
Not open for further replies.

axman505

Technical User
Jun 20, 2001
489
US
I am trying to set up authentication agaisnt an AD 2003 group, but im not having any success .. Here is my current config options:
Code:
AuthType Basic
AuthName "Authentication Required"
AuthLDAPEnabled On
AuthLDAPBindDN ****
AuthLDAPBindPassword ****
AuthLDAPURL ldaps://ad.example.com/OU=example,DC=example,DC=com?CN

AuthLDAPAuthoritative on
AuthLDAPGroupAttribute member
AuthLDAPGroupAttributeIsDN on

require group CN=acl-webgroup-view,OU=web,DC=example,DC=com

It works fine if i don't try to require the group. From the documentation ive read, this sure looks correct to me. An suggestions?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top