manveen 02/05/30 12:43:29 Modified: catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: add userRoleName attribute to JNDIRealm. Revision Changes Path 1.59 +6 -1 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml Index: mbeans-descriptors.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- mbeans-descriptors.xml 30 May 2002 17:03:01 -0000 1.58 +++ mbeans-descriptors.xml 30 May 2002 19:43:29 -0000 1.59 @@ -6,7 +6,7 @@ <!-- Descriptions of JMX MBeans for Catalina - $Id: mbeans-descriptors.xml,v 1.58 2002/05/30 17:03:01 manveen Exp $ + $Id: mbeans-descriptors.xml,v 1.59 2002/05/30 19:43:29 manveen Exp $ --> <mbeans-descriptors> @@ -1009,6 +1009,11 @@ <attribute name="roleSearch" description="The message format used to select roles for a user" + type="java.lang.String"/> + + <attribute name="userRoleName" + description="The name of the attribute in the user's entry containing + roles for that user" type="java.lang.String"/> <attribute name="roleName"
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>