RE: Pet Store and UserManager problems

2000-06-30 Thread Kirk Kalvar
Brian: Add the following to orion/config/principals.xml: principals groups group name="gold_customer" descriptiongold_customer/description permission name="rmi:login" / permission

Re: Pet Store and UserManager problems

2000-06-26 Thread Brian Cunningham
st" [EMAIL PROTECTED] Sent: Friday, June 23, 2000 4:47 PM Subject: RE: Pet Store and UserManager problems I noticed that the Orion Team has the UserManager implemented on their web site demo of the PetStore. Any chance of getting some feedback from them on how they it up? Kirk S. Kalvar, Software Engineer DRS Electronic Systems Group

Re: Pet Store and UserManager problems

2000-06-24 Thread Wong Kok Wai
Hi, Isn't JAAS supposed to address this area? Magnus Stenman wrote: The PetStore and the ATM both use the XMLUserManager (implicit default), ie principals.xml on our live site. If you need a clustered version you need to pick one of the other usermanagers provided (ie DataSourceUserManager

RE: Pet Store and UserManager problems

2000-06-23 Thread Kalvar, Kirk
Electronic Systems Group -Original Message- From: Brian Cunningham [SMTP:[EMAIL PROTECTED]] Sent: Thursday, June 22, 2000 18:13 To: Orion-Interest Subject: Pet Store and UserManager problems RE login in the petstore: It seems like I would need something like the following

RE: Pet Store and UserManager problems

2000-06-23 Thread Kalvar, Kirk
I noticed that the Orion Team has the UserManager implemented on their web site demo of the PetStore. Any chance of getting some feedback from them on how they it up? Kirk S. Kalvar, Software Engineer DRS Electronic Systems Group

RE: Pet Store and UserManager problems

2000-06-23 Thread Mike Cannon-Brookes
, NTGroups, XML etc) Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kalvar, Kirk Sent: Friday, 23 June 2000 10:34 To: Orion-Interest Subject: RE: Pet Store and UserManager problems Brian: I'm also looking at the same issue. I've search

RE: Pet Store and UserManager problems

2000-06-23 Thread Andre Vanha
6:34 AM To: Orion-Interest Subject: RE: Pet Store and UserManager problems Brian: I'm also looking at the same issue. I've search the archive/FAQ's and there are a few items referring to UserManger but nothing that provides a clear path to implementing it. From the archive I understand some

Re: Pet Store and UserManager problems

2000-06-23 Thread Brian Cunningham
r UserManager's work exactly the same way (Ldap, NTGroups, XML etc) Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kalvar, Kirk Sent: Friday, 23 June 2000 10:34 To: Orion-Interest Subject: RE: Pet Store and UserManager problems Bria

Pet Store and UserManager problems

2000-06-22 Thread Brian Cunningham
RE login in the petstore: It seems like I would need something like the following in application-deployments/estore/orion-application.xml in order to give OrionSecurityAdapter something to reference when calling addUser(). "ejb-module remote="false" path="usermanager" / user-manager