I am trying to set up authentication agaisnt an AD 2003 group, but im not having any success .. Here is my current config options:
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?
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?