On Wed, 15 Aug 2012, Alexandre Adao wrote:
Yes we created the the UDCid.
I guess the problem we are having is that the CAS is not sending the
UDCID that is stored in the AD.
How do I configure CAS to pull the UDCID. Thanks for your response in
advance. Your help is really appreciated.
Have you configured CAS to pull attributes from AD? Have a look at:
https://wiki.jasig.org/display/CASUM/Attributes
We don't use AD here (for CAS anyways), but we do use LDAP. Don't forget
you need to map udcid to a special name. Here is a snippet from our
config:
<property name="resultAttributeMapping">
<map>
<!-- Mapping between LDAP entry's attributes (key) and Principal's
(value) -->
<entry key="uid" value="uid" />
<entry key="udcid" value="UDC_IDENTIFIER" />
<entry key="sn" value="lastname" />
<entry key="givenname" value="firstname" />
<entry key="cn" value="fullname" />
<entry key="mail" value="email" />
The SCT docs said it must be named "UDC_IDENTIFIER" in the attribute
release.
Andy
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user