Hi,
I 'm running latest CAS 6.4 in standalone mode (embedded) proxied via apache2 and AJP.
Authentication is done by cas.authn.ldap[0] for my users for domain @
example1.com
I want to authenticate users from domain @
example2.com without running a separate instance for them (in order to have different LDAP settings / ldap server, ldap base etc).
Is there a way to load different property files by user's @domain in username or maybe by different URL the request is coming to
cas.example1.com
cas.example2.com
Maybe some other way I can't imagine?
thanks,
Giannis