RE: Group/role-mapping problem with own User implementation

2000-12-06 Thread Conrad Chan
PROTECTED]] Sent: Saturday, November 25, 2000 12:19 PM To: Orion-Interest Subject: RE: Group/role-mapping problem with own User implementation Hi, Kai You say that you are authenticating. This is cool, but authentication means only that you are verifying that the given username/password pair

RE: Group/role-mapping problem with own User implementation

2000-11-25 Thread Arved Sandstrom
Hi, Kai You say that you are authenticating. This is cool, but authentication means only that you are verifying that the given username/password pair exists. In order to actually identify the user to the server, and in the proper role, you want to use the login() method of RoleManager. Arved