amyroh      2002/08/16 16:54:24

  Modified:    catalina/src/share/org/apache/catalina/mbeans
                        mbeans-descriptors.xml
  Log:
  Minor change in format.
  
  Revision  Changes    Path
  1.6       +21 -17    
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mbeans-descriptors.xml    14 Aug 2002 20:43:49 -0000      1.5
  +++ mbeans-descriptors.xml    16 Aug 2002 23:54:23 -0000      1.6
  @@ -1015,6 +1015,10 @@
             description="The connection URL for the server we will contact"
                    type="java.lang.String"/>
   
  +    <attribute   name="contextFactory"
  +          description="The JNDI context factory for this Realm"
  +                 type="java.lang.String"/>
  +
       <attribute   name="debug"
             description="The debugging detail level for this component"
                    type="int"/>
  @@ -1028,28 +1032,22 @@
             description="The base element for role searches"
                    type="java.lang.String"/>
   
  -    <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"
             description="The name of the attribute containing roles held elsewhere"
                    type="java.lang.String"/>
   
  +    <attribute   name="roleSearch"
  +          description="The message format used to select roles for a user"
  +                 type="java.lang.String"/>
  +
       <attribute   name="roleSubtree"
             description="Should we search the entire subtree for matching
                           memberships?"
                    type="boolean"/>
   
  -    <attribute   name="userSubtree"
  -          description="Should we search the entire subtree for matching
  -                       users?"
  -                 type="boolean"/>
  +    <attribute   name="userBase"
  +          description="The base element for user searches"
  +                 type="java.lang.String"/>
   
       <attribute   name="userPassword"
             description="The attribute name used to retrieve the user password"
  @@ -1059,13 +1057,19 @@
             description="The message format used to select 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="userSearch"
            description="The message format used to search for a user"
                   type="java.lang.String"/>
   
  -    <attribute   name="contextFactory"
  -          description="The JNDI context factory for this Realm"
  -                 type="java.lang.String"/>
  +    <attribute   name="userSubtree"
  +          description="Should we search the entire subtree for matching
  +                       users?"
  +                 type="boolean"/>
   
     </mbean>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to