RE: How to get RoleManager / setup UserManager

2001-01-29 Thread Marcel Schutte
    Hi,   You'll also have to include a line deploying orions EJBUser in you orion-application.xml like this:     Now you can take out the  tag.   Further you need to specify a role to group mapping in orion-web.xml (adjusted to your own roles and groups):       Something that confused

RE: How to get RoleManager / setup UserManager

2001-01-29 Thread Marcel Schutte
The other question has to do with using the User Manager.  When I add the following to my orion-application.xml I get the NamingException when it is deployed.  What is the trick to doing this?  According to one poster, the atm example demonstrated this, but I must have a different

How to get RoleManager / setup UserManager

2001-01-28 Thread John Pletka
Ok, after spending half my weekend prowling through old archive lists I think I've found how to programmatically log in a user and manage user configurations from a stand-alone client (in theory at least).  Now if it can just get it working ...   First of all, what do you have to do to get an