You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by am...@apache.org on 2002/11/12 02:15:36 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config realm.xml

amyroh      2002/11/11 17:15:36

  Modified:    webapps/tomcat-docs/config realm.xml
  Log:
  Document the additions to newly supported SSL in JNDIRealm.
  
  Submitted by Fredrik Westermarck.
  
  Revision  Changes    Path
  1.6       +11 -1     jakarta-tomcat-4.0/webapps/tomcat-docs/config/realm.xml
  
  Index: realm.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/realm.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- realm.xml	8 Sep 2002 23:01:16 -0000	1.5
  +++ realm.xml	12 Nov 2002 01:15:36 -0000	1.6
  @@ -191,7 +191,12 @@
       information from the directory:</p>
   
       <attributes>
  -
  +       <attribute name="authentication" required="false">
  +         <p>A string specifying the type of authentication to use.
  +         "none", "simple", "strong" or a provider specific definition
  +         can be used. If no value is given the providers default is used.</p>
  +       </attribute>
  +       
         <attribute name="connectionName" required="false">
           <p>The directory username to use when establishing a
           connection to the directory for LDAP search operations. If not
  @@ -219,6 +224,11 @@
           assumes that the standard JNDI LDAP provider will be utilized.</p>
         </attribute>
   
  +      <attribute name="protocol" required="false">
  +         <p>A string specifying the security protocol to use. If not given
  +         the providers default is used.</p>
  +      </attribute>
  +      
         <attribute name="roleBase" required="false">
           <p>The base directory entry for performing role searches. If
           not specified the top-level element in the directory context
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>