Thanks for reply. 

So now I am again using:-
<bean id="userDetailsService" 
class="org.springframework.security.userdetails.memory.InMemoryDaoImpl">
                <property name="userMap">
                        <value>
                                agoel=notused,ROLE_ADMIN
                    </value>
                </property>
</bean>

But with this even when I am logging-in with user 'agoel' it keep giving me 
'Authorization Failure' error when I am trying to access cas/services url.

Where should I look to find what is the problem.
-- 
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