Re: groups and usermanager

2001-06-15 Thread Joseph B. Ottinger

You need two records for the multiple groups; they're not comma-delimited.

On Thu, 14 Jun 2001, Lawrence Fry wrote:

 Has anybody used more than one group outside of the defaultGroups for a
 usermanager?
 
 I have found that if you use EJBUserManager, and use more than one group in
 the EJBUser_groups table..
 
 username='somename'
 value='my-admins,my-users'
 
 Only the first group in the list is used (my-admins), the second (my-users)
 group can't be used for authentication. Is there a workaround for this?
 
 regards,
 
 the elephantwalker
 
 

---
Joseph B. Ottinger   [EMAIL PROTECTED]
http://adjacency.org/ IT Consultant





groups and usermanager

2001-06-14 Thread Lawrence Fry

Has anybody used more than one group outside of the defaultGroups for a
usermanager?

I have found that if you use EJBUserManager, and use more than one group in
the EJBUser_groups table..

username='somename'
value='my-admins,my-users'

Only the first group in the list is used (my-admins), the second (my-users)
group can't be used for authentication. Is there a workaround for this?

regards,

the elephantwalker