I got it! explination incase any one cares :)<br><br>AuthBasicProvider ldap<br><br># Have to tell the module to look for only the username and not the full DN to detemine group <br># membership<br>AuthLDAPGroupAttributeIsDN off
<br><br># Tell the module what attribute to check in the group<br>AuthLDAPGroupAttribute memberUid<br>AuthLDAPURL ldap://ldap.example.com/dc=example,dc=com?uid<br>require ldap-group cn=sysadmin,ou=Group,dc=example,dc=com<br>
AuthName ComputingGroupIntranet<br>AuthType Basic<br><br>as far as I can see mod_auth_ldap has morphed into mod_authnz_ldap in Apache 2.2.2 so I think this is something that has to be figured out eventually becuase it is not reverse compatable.
<br><br>Thanks Brandon<br>