This was working. now on v 6.6.8 and does not seem to be working any more:

Config:
cas.authn.ldap[0].searchFilter:    (|(uid={user})(mail={user}))
cas.authn.ldap[0].principal-attribute-id: uid
cas.authn.ldap[0].principal-transformation.case-conversion: LOWERCASE

Ldap has uid attribute = [email protected]

In my login webflow, i have a step that does this:
val authentication = WebUtils.getAuthentication(context);
String userId = authentication.getPrincipal().getId();

value of userId is set to [email protected] without lowercasing it.

What gives?
-psv



-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/58d38dd3-cf7a-42ea-9a7b-42ee7882b383n%40apereo.org.

Reply via email to