In previous versions of CAS I could map one ldap attribute to mutliple values. I am having a hard time figuring that out with the principalAttributeList. The reason is I have different services that need the same data but with different released attribute names.
Previously you could do something like
<property name="resultAttributeMapping">
<map>
<entry value="email" key="mail" />
<entry key="sAMAccountName">
<set>
<value>UDC_IDENTIFIER</value>
<value>sAMAccountName</value>
</set>
</entry>
</map>
</property>
Is this possible in CAS 5?
Thanks
Eric