> I am assuming that the above allows one user "Steve" to be authenticated?
Correct. > Is the userDetailService syntax defined anywhere because I would not want to >have to define every user I want to access CAS in here, I would like to use an >LDAP group. See https://projects.iad.vt.edu:8443/svn/middleware/cas/cas-server/trunk/vt-cas-server-webapp/src/main/webapp/WEB-INF/deployerConfigContext.xml for an example of using an LDAP repository for authorization. Start with the userDetailsService bean. > Is it just me or do the instructions on > http://www.ja-sig.org/wiki/display/CASUM/LDAP leave a lot left to configure > that is undocumented? That page deals exclusively with the LDAP authentication handlers. The component you're attempting to configure is for Spring Security authorization, a totally different beast. We'd love for you to contribute documentation anywhere you feel compelled to write. > mvn dependency:list > [INFO] Scanning for projects... > [INFO] Reactor build order: > [INFO] Jasig Central Authentication Service > [INFO] JA-SIG CAS Core > ... I can see that you're simply modifying source files from the cas-server source tree. Bad plan. At this point you should be following the instructions at http://www.ja-sig.org/wiki/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method. Please review the project I cited above that uses this method if you need a working example. 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
