I need to setup a couple of aliases for some attributes in my CAS 4.2.7 installation. For instance, I want to read in the uid from our LDAP system and have the value mapped to uid, username, and eID (our University's ID).
Is this possible with the standard XML configuration? This is my LdapAuthenticationHandler setup: <bean id="ldapAuthenticationHandler" class= > "org.jasig.cas.authentication.LdapAuthenticationHandler" > c:authenticator-ref="authenticator"> > <property name="principalAttributeMap"> > <map> > <entry key="uid" value="uid" /> > <entry key="displayName" value="displayName" /> > <entry key="mail" value="mail" /> > <entry key="groupMembership" value="groupMembership" /> > <entry key="sn" value="sn" /> > <entry key="givenName" value="givenName" /> > </map> > </property> > </bean> Thank you, Adam -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- 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/CAN6MV5O2_3YLd3H3%3Dw6Vg7L7T0%3DczWnqwdZ6J6tMsuycHSNAnA%40mail.gmail.com.
