Is it possible that your app server startup script is setting a parameter that's overriding the default? (ie. -Djava.security.auth.login.config=...) There are a couple of different ways to setup JAAS modules, and the different app servers seem to do it in different ways by default. ( http://download.oracle.com/javase/1.4.2/docs/guide/security/jgss/tutorials/LoginConfigFile.html )
Also, where are you seeing the "CAS is Unavailable" error? In your browser or in a log? - Bill 2010/8/31 Laurent Nominé <[email protected]> > It turns out that an user account can't be used for both SPN and binding > the LDAP server, my mistake. I still have problems though: > > "CAS is Unavailable > There was an error trying to complete your request. Please notify your > support desk or try again." > > No log entries about an error, only this warning when Tomcat is starting: > > [org.jasig.cas.support.spnego.authentication.handler.support.JCIFSConfig] - > found login config in system property, may overide : > /var/lib/tomcat6/webapps/cas/WEB-INF/login.conf > > I'd appreciate some help. > > Thanks. > > -- > 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 > -- Bill Markmann Counterpoint Consulting, Inc. (p) 571-338-2455 (f) 202-403-3425 (e) [email protected] (w) http://www.counterpointconsulting.com/ -- 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
