Le 06/08/2010 22:41, Joachim Fritschi a écrit :
Hi Julien,

I have the feeling that the

<cas:attribute name="fonction"
> value="Enseignant/D�veloppeur Web"/>

with the accent could be the problem.

Right!!!
Hi Joachim and thanks for answering so fast, it was the problem (not the only in fact). I just changed the char that caused the accent problem and reload, now I have a different error, that is known

Authentication failure: Ticket validated but no PGT Iou transmitted [client.php:2715]
Reason: no CAS error [client.php:2728]

So I probably also forgot to add my web server cert to trusted certs on the CAS server. By the way, is there any documentation about it?
I read somewhere that it was enough to :
1) Export my web server certificate in a x.509 format into a file, let's say I already have this file ***.crt or the keystore containing it with the keystore pass.
2) Copy it on the CAS server.
3) Import it in the /usr/lib/jvm/java.../jre/lib/security/cacerts doing :
keytool -import -trustcacerts -alias "nameofmyapp" -file ***.crt -keystore $JAVA_HOME/lib/security/cacerts

--
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

Reply via email to