Hi there
In my old CAS installation, I have attribute mapping that looks like this
<!-- Mapping between LDAP entry attributes (key) and
Principal's (value) -->
<entry key="sAMAccountName"
value="UDC_IDENTIFIER"/>
<entry key="GivenName" value="GivenName" />
<entry key="sn" value="Surname" />
<entry key="mail" value="EmailAddress" />
<entry key="userPrincipalName" value="UPN"/>
<entry key="objectGUID"
value="ImmutableID"/>
<entry key="memberOf" value="memberOf"/>
<entry key="distinguishedName" value="dn"/>
<entry key="employeeNumber"
value="bannerID" />
<entry key="employeeID" value="employeeID"
/>
<!-- <entry key="uid" value="uid" /> -->
</map>
Where and what syntax do I use to put the UDC_IDENTIFIER in my
cas.properties files?
Thank you
Jen
--
- 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/928462e5-c3e8-40cf-b302-0e50dc924eb7%40apereo.org.