Re: Question about DataSourceUserManager

2001-06-19 Thread Eric Hodges
Thanks for the help. I figured out the problem. We weren't storing the group/role names in the membership table, just a numeric key into the group table. A little denormalization and it all works. :-)

Re: Question about DataSourceUserManager

2001-06-19 Thread Michael Jara
ionconsole. I don't know about 1.5.2.) Alternatively, I suppose you could decompile and fix the DataSourceUserManager! Mike - Original Message - From: "Eric Hodges" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, June 19, 2001

Re: Question about DataSourceUserManager

2001-06-19 Thread Eric Hodges
rong? - Original Message - From: "Eric Hodges" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, June 19, 2001 12:45 PM Subject: Re: Question about DataSourceUserManager > Even if I write my own user manager, I'm not sure

Re: Question about DataSourceUserManager

2001-06-19 Thread Eric Hodges
- From: "Michael Jara" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, June 19, 2001 10:43 AM Subject: Re: Question about DataSourceUserManager > I had the same problem with the DataSourceUserManager. Judging by messages >

Re: Question about DataSourceUserManager

2001-06-19 Thread Michael Jara
be fine if you are using Orion's integrated web server(?) Mike - Original Message - From: "Eric Hodges" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 8:36 PM Subject: Question about DataSourceUserManager

Question about DataSourceUserManager

2001-06-18 Thread Eric Hodges
I'm trying to set up a DataSourceUserManager. I've got it configured to read from our user database, but it never authenticates. It asks for the user name and password 3 times and gives a 401 to the browser. I wrapped it with my own class so I could see which methods were getting called. getUse