I want to authenticate users against a table in SQL Server database so I
followed the instructions per
http://www.ja-sig.org/wiki/display/CASUM/Using+JDBC+for+Authentication but
used jTDS driver instead. CAS started up w/o error. I am now figuring out
why I am getting this message, "The credentials you provided cannot be
determined to be authentic." I am now using eclipse debugger to walk thru
the code and monitor the variables. One thing I noticed is that the
dataSource variable is showing null while in
SearchModeSearchDatabaseAuthenticationHandler. Should it show at least
something else than null?

This is what I have in deployerConfigContext.xml. I will continue to dig.

...
                
                        
                                        ....
                                        
                                                user_
                                                emailAddress
                                                password_
                                                
                                        
                        
                
        

        
        net.sourceforge.jtds.jdbc.Driver
        jdbc:jtds:sqlserver://myServer/joshua
        portal
        notTellingYou
        
-- 
View this message in context: 
http://www.nabble.com/dataSource%2C-jdbc%2C-jtds%2C-sql-server-tf4685261.html#a13388943
Sent from the CAS Users mailing list archive at Nabble.com.
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to