[10:27:11 CDT(-0500)] <suntzu> good morning/afternoon
[10:31:00 CDT(-0500)] <suntzu> I'm setting up my first CAS server....I have the war deployed and the web app is running. When I try to access the https://hostname/cas/services with the ID supplied in the deployerconfigcontext.xml it fails.
[10:34:05 CDT(-0500)] <suntzu> this is what I have in my deployerconfigcontext.xml...admin id have pw have been removed.
[10:34:09 CDT(-0500)] <suntzu> <sec:user-service id="userDetailsService">
[10:34:11 CDT(-0500)] <suntzu> <sec:user name="<adminIDhere>" password="********" authorities="ROLE_ADMIN" />
[10:34:12 CDT(-0500)] <suntzu> </sec:user-service>
[10:35:58 CDT(-0500)] <suntzu> is there another place I should putting this information?