Hi everyone,

I have a problem with mod_auth_cas configuration. 

used apache-2.2.3
mod_auth_cas -1.8

My environment is like this.  There exists and SSO CAS server, which does the 
authentication. I want to configure Bugzilla to use the CAS. So, I am configure 
the Apache server, where Bugzilla is running.

 These are the steps I did for configuration.

1) compiled and installed the mod_auth_cas.c
2) in httpd.conf, added required stuff
    - added module info
    - added <IfModule mod_auth_cas.c part
    - added <Directory /data/myfolder>
            AuthType CAS
            AuthName "CAS"
            Require valid-user
            AddHandler cgi-script .cgi
            Options +Indexes +ExecCGI
            AllowOverride Limit
            DirectoryIndex index.cgi
</Directory>

I haven't done configuration to .htpassword. Is there a need to configure this 
? My understanding is that, if the ticket coming from the SSOCAS server, is 
good the Apache server, should be able to let the user access it.  

what is happening is 
-URL redirection to login page, to SSOCAS server works fine, if there is no 
session.
-IF there is a valid ticket, it is redirecting to the requested URL, with 
correct ticket, but no html content is shown. the problem seem to be with  
"Require valid-user" . 

tips are appreciated.

regards,
Jay




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