Hi,
I would like to know if is possible to rewrite attributes from ldap server. 
I use bean ldapAuthenticationHandler to get attributes from LDAP.

 <bean id="ldapAuthenticationHandler"
      class="org.jasig.cas.
authentication.LdapAuthenticationHandler" init-method="initialize"
      p:principalIdAttribute="uid"
      c:authenticator-ref="authenticator">
    <property name="principalAttributeMap">
        <map>
            <entry key="uid" value="uid" />
            <entry key="cn" value="cn" />
            <entry key="givenname" value="givenname" />
            <entry key="sn" value="sn" />
            .....
        </map>
    </property>
    </bean>
    
Is it possible to create new attribute, for example: test1 with values of 
givenname and sn ?

Thanks    

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/786f8576-94c2-4e5e-9c17-ce5c98e6cfa4%40apereo.org.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.

Reply via email to