Okay I've modified the Cas20ServiceTicketValidator to send a request to
"p3/serviceValidate" and now I'm really using CAS 3.0 Protocol.
Now, I think my problem is on CAS Server side. I've seen something in the docs
which demonstrate how to get more attribute from LDAP but it didn't seems to
work :
<bean id="ldapAuthenticationHandler"
class="org.jasig.cas.authentication.LdapAuthenticationHandler"
p:principalIdAttribute="uid"
c:authenticator-ref="authenticator">
<property name="principalAttributeMap">
<map>
<entry key="member" value="member" />
<entry key="uid" value="uid" />
</map>
</property>
</bean>
--
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-dev