amyroh      2002/08/15 17:31:08

  Modified:    catalina/src/share/org/apache/catalina/mbeans
                        mbeans-descriptors.xml
  Log:
  Minor change in format.
  
  Revision  Changes    Path
  1.67      +18 -18    
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.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- mbeans-descriptors.xml    13 Aug 2002 22:37:06 -0000      1.66
  +++ mbeans-descriptors.xml    16 Aug 2002 00:31:08 -0000      1.67
  @@ -1016,6 +1016,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"/>
  @@ -1029,19 +1033,14 @@
             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?"
  @@ -1051,11 +1050,6 @@
             description="The base element for user searches"
                    type="java.lang.String"/>
   
  -    <attribute   name="userSubtree"
  -          description="Should we search the entire subtree for matching
  -                       users?"
  -                 type="boolean"/>
  -
       <attribute   name="userPassword"
             description="The attribute name used to retrieve the user password"
                    type="java.lang.String"/>
  @@ -1064,13 +1058,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