That user piece comes from Spring Security. You'd have to check that
documentation to determine if its case-sensitive.

Cheers,
Scott


On Tue, Mar 29, 2011 at 4:17 AM, Neit <[email protected]> wrote:

> In a fresh installation of CAS Server...
>
> When I write this:
> <sec:user-service id="userDetailsService">
> <sec:user name="stonon" password="notused" authorities="ROLE_ADMIN" />
> </sec:user-service>
>
> And then I login with "stonon" / "stonon" credentials using
> SimpleTestUsernamePasswordAuthenticationHandler, it works.
>
> If I write this:
> <sec:user-service id="userDetailsService">
> <sec:user name="STONON" password="notused" authorities="ROLE_ADMIN" />
> </sec:user-service>
>
> And then I login with "STONON" / "STONON" credentials using
> SimpleTestUsernamePasswordAuthenticationHandler...
>
> ... it doesn't grant me access to the ServicesManagement.
> --
> 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
>

-- 
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

Reply via email to