Running CAS 6.3.4 and LDAP for authentication.
I see some users have a mix of upper/lower case chars for the uid in LDAP.
I have the following cas props:
cas.authn.ldap[0].principalAttributeId=uid
cas.authn.ldap[0].principalTransformation.caseConversion=LOWERCASE
But principle on my cas login webflow is still showing mixed case:
principle = authentication.getPrincipal() //Jane....@PurplePaint.com
I do have correct JAR:
org.apereo.cas:cas-server-core-api-configuration-model:6.3.7.4
What am I missing?
-psv