> Here is the SQL statement > <bean > class="org.jasig.cas.adaptors.jdbc.QueryDatabaseAuthenticationHandler"> > <property name="dataSource" ref="dataSource" /> > <property name="sql" value="select password from tableuser where > user_id = '?' " /> > </bean>
What password encoding method are you using? Hopefully some kind of secure hashing algorithm. In that case you'll need the proper password encoder configured. > and here is the cas.log > > 012-01-11 16:33:54,986 INFO > [org.jasig.cas.services.DefaultServicesManagerImpl] - Loaded 4 There's not enough information in your logs to troubleshoot your problem. You need to turn up org.jasig.cas to DEBUG and try again, then post relevant excerpts of the authentication attempt. You may also need to turn org.hibernate up to DEBUG. It may also be helpful to post the log entries that emit on deployment -- that may indicate Spring wiring or other configuration issues. See https://wiki.jasig.org/display/CASUM/Logging for more information on logging config. M -- 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
