I had the same problem with the DataSourceUserManager.  Judging by messages
in the mailing-list archive, it looks like some people have gotten it
working, but I have no idea how.

I ended up writing my own user manager, which didn't take very long.  (I
spent more time trying to get the DataSourceUserManager working, than
writing my own!)  You might try that, or try the EJBUserManager.

A word of warning though: After I solved that problem, I ran into some
issues with Orion's EJB security for which I never found a solution.  But I
was working with application clients...  You might 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


> 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.
> getUser() is called and returns the correct user information, so I know
it's
> seeing our database.  If I call user.authenticate(user.getPassword()) it
> returns true.  What am I doing wrong?
>
> /*
> Eric Hodges,  Chief Technology Officer
> Mongoose Technology, Inc.
> "We chase cobras so you don't have to."
> */
>
>


Reply via email to