RE: Grabbing JNDIRealm Authentication Roles

2005-11-18 Thread Duan, Nick
I think the standard way for including role in your programming logic (e.g. if user is of role manager, dispatch the manager.jsp; if user is an employee, dispatch the employee.jsp, etc), is to use the isUserInRole method of HttpServletRequest. This solution doesn't depend on which realm you are

RE: Grabbing JNDIRealm Authentication Roles

2005-11-18 Thread PHIL CAVAZOS
Thanks, you're right. I tried this earlier, but it didn't work because I hadn't provided the complete LDAP role name. It needs to match exactly what the role name is in the context.xml file. Confidentiality Notice: The information contained in this email and any attachments may be legally