Am 14.09.2011 22:23, schrieb [email protected]:
This is what i have in my /etc/apache/mods-enabled/auth_cas.conf:

CASCookiePath /var/cache/apache2/mod_auth_cas/
CASLoginURL https://sso.mydomain.com:8443/cas/login
CASValidateURL https://sso.mydomain.com:8443/cas/serviceValidate
CASValidateServer On
CASDebug On

Any ideas?

I'm using phpBB3 version 3.0.9 and CAS 3.4.2.1.

Have you enabled the actual authentication for your directory or location? Your config only sets the global parameters but does not enable the actual authentication. Something like this could be missing:

<Location "/cas/">
    AuthType CAS
    AuthName "CAS"
    require valid-user
    #require user youruser
</Location>

Regards,

Joachim

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