> -----Original Message----- > From: Marvin Addison [mailto:[email protected]] > Sent: Friday, 1 May 2009 1:36 AM > To: [email protected] > Subject: Re: [cas-user] JAAS + LDAP not authenticating > > > I added > > edu.vt.middleware.ldap=DEBUG > > to > > cas-server-webapp-3.3.2/WEB-INF/classes/log4j.properties > > Assuming cas-server-webapp-3.3.2 is the location of the unpacked and > deployed WAR file in Tomcat, you're editing the correct file. The > exact entry should look like the following: > > log4j.logger.edu.vt.middleware.ldap=DEBUG > > That entry should appear at the end of the file, with the other > category definitions. The default CAS log4j.properties file defines a > file appender named cas.log which should contain the log statements of > interest. > > Hope that helps, > Marvin
Yeah that right, makes sense now that I look at it but still no further debugging information is provided, its like edu.vt.middleware.ldap is not even being used...... 2009-04-30 19:01:37,356 INFO [org.jasig.cas.web.flow.InitialFlowSetupAction] - Setting path for cookies to: /cas-server-webapp-3.3.2 2009-04-30 19:01:46,820 DEBUG [org.jasig.cas.authentication.handler.support.JaasAuthenticationHandler] - Attempting authentication for: agiggins 2009-04-30 19:01:46,825 DEBUG [org.jasig.cas.authentication.handler.support.JaasAuthenticationHandler] - Authentication failed for: agiggins 2009-04-30 19:01:46,826 INFO [org.jasig.cas.authentication.AuthenticationManagerImpl] - AuthenticationHandler: org.jasig.cas.authentication.handler.support.JaasAuthenticationHandler failed to authenticate the user which provided the following credentials: [username: agiggins] Thanks for your continued help Cheers, Anthony -- 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
