Hello,
We have install this environment :
- Apache 2.2.14 with mod_jk 1.2.28 and mod_auth_cas (1.0.9 download from SVN)
- Tomcat 6.0.20
- CAS 3.3.5
- Liferay 5.2.6 ee
- Oracle 10.2.0.4
We are experiencing a problem with our install. During a formation session with
10 users, we notice that some users have their authentication session switch to
an other user session.
Did you ever experienced that kind of situation? Do you have any lead that we
could investigate?
I give you the mod_auth_cas configuration :
LoadModule auth_cas_module modules/mod_auth_cas.so
LoadModule authz_user_module modules/mod_authz_user.so
<IfModule auth_cas_module>
CASVersion 2
CASDebug On
CASValidateServer On
CASValidateDepth 9
CASAllowWildcardCert Off
CASCertificatePath /opt/httpd/conf/ca/intranet.crt
CASLoginURL https://intranet/cas/login
CASValidateURL https://intranet/cas/serviceValidate
CASCookiePath /tmp/cas/
CASCookieEntropy 32
CASTimeout 7200
CASIdleTimeout 3600
CASCacheCleanInterval 1800
</IfModule>
...
<VirtualHost *:80>
...
<Location "/">
AuthType CAS
require valid-user
</Location>
...
</VirtualHost>
Thank you for your feedback.
--
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