Look here Scott: http://www.ja-sig.org/wiki/display/CASUM/Configuring

Specifically I think you need something like the below in
deployerConfigContext.xml

<bean id="userDetailsService"
class="org.acegisecurity.userdetails.memory.InMemoryDaoImpl">
  <property name="userMap">
   <value>
  scottchantry=notused,ROLE_ADMIN 
      </value>
  </property>
 </bean> 

________________________________

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Scott Chantry
Sent: Friday, 21 December 2007 8:02 a.m.
To: [email protected]
Subject: Services Management


I'm trying to get to the services page in cas.  I'm using the demo war
file that comes
with the source. I can log in using the same username and password but
when I go
to /cas/services/ it gives me the error: 

You are not authorized to use this application for the following reason:
Could not find user: scottchantry.

I'm very new at using CAS and need help with this.

Thanks,
Scott 
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to