> From: Christopher Schultz [mailto:ch...@christopherschultz.net] 
> Subject: Re: Keeping user roles in different realm than users

> > Any other solutions than writing an error-prone homegrown one that 
> > will allow to keep users in one realm, user roles in the other
> > realm and still be able to use container-managed authentication
> > with authorization.

> Tomcat does not ship with anything like this out of the box.

There is the CombinedRealm, which might make the implementation somewhat 
easier.  The OP would still need a second Realm implementation for the roles, 
but that could be another LDAP one.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to