Battags is just an example of a user name that corresponds to a valid net id. 
You need to look in deployerConfigContext.xml for the userDetailsService bean 
and add <value> elements for each user that you want to be able to access the 
service management application. (Or so I think, this service management stuff 
is new to me as well).

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

Perhaps Scott knows why "battags", but it probably isn't *important*.

-----Original Message-----

And just one more question, what does battags means ?
(Feeling a bit foolish).

Regards,

Gaëtan Dardy.
SENTIER-Université Lyon 2.
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to