So we need to allow users to login to our LDAP/CAS 5.0 server from their respective AD groups, there is a root group called "IDM", and within it are groups called IDM-BANNER, IDM-FINAID,
I have tried the following:
cas.authn.ldap[1].dnFormat=cn=%s,ou=IDM,dc=marshall,dc=edu
cas.authn.ldap[1].dnFormat=cn=%s,ou=IDM,ou=IDM-FINAID,dc=marshall,dc=edu
cas.authn.ldap[1].dnFormat=cn=%s,ou=IDM-FINAID,dc=marshall,dc=edu
cas.authn.ldap[1].dnFormat=cn=%s,ou=IDM,ou=IDM-BANNER,dc=marshall,dc=edu
cas.authn.ldap[1].dnFormat=cn=%s,ou=IDM-BANNER,dc=marshall,dc=edu
None of which are working. Can OU's be grouped/nested within the listing, does CAS/LDAP not like the nested AD groups?