Hello all, I am a newbie. I hope my question makes sense. My campus LDAP people created groups for different access levels in my campus LDAP.
I need to filter by Group membership "libdb_auth" this is the library access group. Currently my cas uses the filter below. It works well...BUT. It includes users that I do not need included in my CAS install. <filter>uid=%u,ou=people,dc=msstate,dc=edu</filter> I have tried... <filter>uid=%u,group=libdb_auth,ou=people,dc=msstate,dc=edu</filter> Any ideas.? Thanks, Clay _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
