Re: mapping a user to a group using DataSourceUserManager

2000-11-07 Thread Christian Sell
Russ, to my understanding, user/group-to-role mapping is done in orion-application.xml (orion deployment files). Principals.xml defines users and groups in a manner unrelated to J2EE roles and is thus comparable to the user base you have in any other datastore. regards, Christian - Original

RE: mapping a user to a group using DataSourceUserManager

2000-11-07 Thread Arved Sandstrom
The extra fields described in the API docs and the docs for orion-application.xml, as they pertain to user managers, specifically DataSourceUserManager, allow you to specify a groups table also (which can be the same as the username+password table). EJBUserManager also allows for groups. This

RE: mapping a user to a group using DataSourceUserManager

2000-11-07 Thread Russ White
for the response! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Christian Sell Sent: Tuesday, November 07, 2000 5:12 AM To: Orion-Interest Subject: Re: mapping a user to a group using DataSourceUserManager Russ, to my understanding, user/group-to-role