RE: UserManager / BASIC auth; orion caching username/password ????

2001-08-28 Thread Juan Lorandi (Chile)
inline > -Original Message- > From: Curt Smith [mailto:[EMAIL PROTECTED]] > Sent: Martes, 28 de Agosto de 2001 18:04 > To: Orion-Interest > Subject: UserManager / BASIC auth; orion caching > username/password > > > I've got a confusing issue that I'm observing: > > I'm using BASI

RE: UserManager / BASIC auth; orion caching username/password????

2001-08-28 Thread The elephantwalker
AFAIK, you don't have control over how Basic authentication is used (three strikes and your out). If you want more control, use Form-based authentication. Its easy enough to put a counter or no counter in the login form. This session state persistence should not work for the j2ee security. The be

RE: UserManager

2001-03-11 Thread elephantwalker
The easiest way is to use the EJBUser usermanager. You will need to refer to the ejb in your ejb-jar.xml. There is an orion security adapter available for the petstore example, and this works well with the EJBUser usermanager as long as you have the entity bean reference as noted below. Of course

RE: UserManager shutdown hook?

2000-11-13 Thread Andrej Gabara
Title: RE: UserManager shutdown hook? What do you gain by doing it this way? Can you update your cache when getUser() is called, and reap any idle users then? What is this cache used for? What kind of user manager are you using? Thank's Andrej > -Original Message

RE: UserManager shutdown hook?

2000-11-13 Thread jbirchfield
960 Corporate Campus Drive, Suite 2000Louisville, KY 40223 @Sent by: [EMAIL PROTECTED]11/13/2000 08:11 PM NSTPlease respond to Orion-Interest To: Orion-Interest <[EMAIL PROTECTED]> cc: bcc: Subject: RE: UserManager shutdown hook? what is a 'raper' thread??. . .. ...

RE: UserManager shutdown hook?

2000-11-13 Thread Juan Lorandi (Chile)
Title: RE: UserManager shutdown hook? what is a 'raper' thread??   . . . . . . . . . .   Now I'm sorry I asked ;-)   JP -Original Message-From: Andrej Gabara [mailto:[EMAIL PROTECTED]]Sent: Lunes, 13 de No

RE: UserManager shutdown hook?

2000-11-13 Thread jbirchfield
| | cc: | | Subject: RE: UserManager shutdown hook? | >| How do yo

RE: UserManager shutdown hook?

2000-11-13 Thread Andrej Gabara
Title: RE: UserManager shutdown hook? How do you determine expired user references? Will you be able to cleanup stateful session beans that were in use by that user? Thank's Andrej > -Original Message- > From: Robert Krueger [mailto:[EMAIL PROTECTED]] > Sent: Monda

Re: UserManager shutdown hook?

2000-11-13 Thread jbirchfield
t;[EMAIL PROTECTED]> | | cc: | | Subject: Re: User

Re: UserManager shutdown hook?

2000-11-13 Thread Robert Krueger
At 08:41 13.11.00 , you wrote: >We have implemented our own usermanager, and it all works great. But we >would like to know when the server is restarted at least, if not shutdown. >We start up a 'raper' thread, which is responsible for cleaning up expired >user references. When the orion is res

RE: UserManager Offer

2000-06-23 Thread Andre Vanha
Hi everyone, Since there is interest, I have packaged up my UserManager implementation and attached it to this email. A couple of notes: My code makes use of the IBM Log4J logging utility and some JDBC wrapper classes that I wrote, but I didn't include these classes in the jar. Inside the Jar: o

Re: UserManager Questions

2000-01-27 Thread Evan Vaala
Magnus, Magnus Stenman wrote: > The page syntax then looks like this: > > The user-only text. > This is the exact functionality that I was looking for - Thanks! Also, is there, or will there be a standard way to implement a "RoleManager" interface to allow roles to be defined within a databa

Re: UserManager Questions

2000-01-27 Thread Robert Krüger
thanks, that made things clear. one important thing that I would like you to explain is how to set up orion with SSL and server certificates. Is that possible at this point? Is certificate based authentication/authorization possible (a la mod-ssl in apache)? thanks, robert (-) Robert Krüger

Re: UserManager Questions

2000-01-27 Thread Magnus Stenman
If you look at the news-app in 0.8.5 (orion/applications/news.ear - will unpack upon deployment) you'll notice that when you login you do or dont get an "(edit)" link next to each news-item depending on if you logged in as administrator or not. Is this the kind of functionality you want? If so the

Re: UserManager

1999-12-20 Thread Bernard Sauterel
Ok. I get it working now, with "EJBUserManager": - in "./config/ejb.xml", uncomment line "../demo/ejb/usermanager/" - using hSql, "password" field seems to be forbidden, so you have to set up related "" on "./demo/ejb/usermanager/orion/orion-ejb-jar.xml" to value different than "password".

Re: UserManager

1999-12-20 Thread Bernard Sauterel
At least orion check the correctness of "class" and "dataSource" parameters, as I got error message when using wrong values. But no message if other parameters are wrong. -bernard- On Mon, Dec 20, 1999, Bernard Sauterel <[EMAIL PROTECTED]> wrote: >Does anyone have experience in setting up cust