I'm trying to configure me CAS 3.3.4 ServicesRegistry according to http://www.ja-sig.org/wiki/display/CASUM/Configuring. It sounds to me like the minimum requirement is
1) change the urls in cas.properties --> done; worked fine 2) choose which serviceRegistryDao to use --> since I'm just testing this functionality at the moment, I want to stay with the default Dao, so I didn't do anything here. 3) add appropriate users to userDetailsService bean --> the wiki says that there is a default user...none exists, so I added one. When I try visit https://<server>:<port>/cas/services/ I'm redirected to the cas login screen...but after typing in the credentials of the account defined in the userDetailsService bean, cas comes back and says that it can't determine if the credentials are valid. I also don't quite understand the "Your First Entry" section on http://www.ja-sig.org/wiki/display/CASUM/Configuring...it makes it sound like you have to enter a service before you can log into the manager that allows you to enter services...but how can I do that?? -- Curtis Garman Web Programmer Heartland Community College -- 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
