You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/09/19 20:14:25 UTC

cvs commit: httpd-2.0/docs/manual/style modulesynopsis.dtd

slive       2002/09/19 11:14:25

  Modified:    docs/manual/mod mod_auth_ldap.xml mod_auth_ldap.html.en
                        quickreference.xml quickreference.html.en
               docs/manual/style modulesynopsis.dtd
  Log:
  Fix up a few small xml validity problems.
  
  Revision  Changes    Path
  1.5       +2 -8      httpd-2.0/docs/manual/mod/mod_auth_ldap.xml
  
  Index: mod_auth_ldap.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_ldap.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -d -b -u -r1.4 -r1.5
  --- mod_auth_ldap.xml	19 Sep 2002 02:41:15 -0000	1.4
  +++ mod_auth_ldap.xml	19 Sep 2002 18:14:25 -0000	1.5
  @@ -403,19 +403,13 @@
           Fred User connects as <code>fuser</code>, the filter would look
           like</p>
   
  -        <example>(&amp;<font
  -        color="red">(|(qpagePagerID=*)(uid=jmanager))</font>(<font
  -        color="blue">uid</font>=<font
  -        color="green">fuser</font>))</example>
  +        <example>(&amp;(|(qpagePagerID=*)(uid=jmanager))(uid=fuser))</example>
   
           <p>The above search will only succeed if <em>fuser</em> has a
           pager. When Joe Manager connects as <em>jmanager</em>, the
           filter looks like</p>
   
  -        <example>(&amp;<font
  -        color="red">(|(qpagePagerID=*)(uid=jmanager))</font>(<font
  -        color="blue">uid</font>=<font
  -        color="green">jmanager</font>))</example>
  +        <example>(&amp;(|(qpagePagerID=*)(uid=jmanager))(uid=jmanager))</example>
   
           <p>The above search will succeed whether <em>jmanager</em>
           has a pager or not.</p>
  
  
  
  1.10      +2 -2      httpd-2.0/docs/manual/mod/mod_auth_ldap.html.en
  
  Index: mod_auth_ldap.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_ldap.html.en,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -d -b -u -r1.9 -r1.10
  --- mod_auth_ldap.html.en	19 Sep 2002 02:41:15 -0000	1.9
  +++ mod_auth_ldap.html.en	19 Sep 2002 18:14:25 -0000	1.10
  @@ -379,13 +379,13 @@
           Fred User connects as <code>fuser</code>, the filter would look
           like</p>
   
  -        <div class="example"><p><code>(&amp;<font color="red">(|(qpagePagerID=*)(uid=jmanager))</font>(<font color="blue">uid</font>=<font color="green">fuser</font>))</code></p></div>
  +        <div class="example"><p><code>(&amp;(|(qpagePagerID=*)(uid=jmanager))(uid=fuser))</code></p></div>
   
           <p>The above search will only succeed if <em>fuser</em> has a
           pager. When Joe Manager connects as <em>jmanager</em>, the
           filter looks like</p>
   
  -        <div class="example"><p><code>(&amp;<font color="red">(|(qpagePagerID=*)(uid=jmanager))</font>(<font color="blue">uid</font>=<font color="green">jmanager</font>))</code></p></div>
  +        <div class="example"><p><code>(&amp;(|(qpagePagerID=*)(uid=jmanager))(uid=jmanager))</code></p></div>
   
           <p>The above search will succeed whether <em>jmanager</em>
           has a pager or not.</p>
  
  
  
  1.2       +1 -1      httpd-2.0/docs/manual/mod/quickreference.xml
  
  Index: quickreference.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/quickreference.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- quickreference.xml	18 Sep 2002 22:33:02 -0000	1.1
  +++ quickreference.xml	19 Sep 2002 18:14:25 -0000	1.2
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<!DOCTYPE directiveindex SYSTEM "../style/modulesynopsis.dtd"
  +<!DOCTYPE quickreference SYSTEM "../style/modulesynopsis.dtd"
     [ <!ENTITY allmodules SYSTEM "allmodules.xml"> ]
   >
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  
  
  
  1.4       +0 -39     httpd-2.0/docs/manual/mod/quickreference.html.en
  
  Index: quickreference.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/quickreference.html.en,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -d -b -u -r1.3 -r1.4
  --- quickreference.html.en	19 Sep 2002 02:41:15 -0000	1.3
  +++ quickreference.html.en	19 Sep 2002 18:14:25 -0000	1.4
  @@ -228,45 +228,6 @@
                  ��
                  Sets the name of a text file containing the list
   of user groups for authentication</td></tr>
  -<tr class="odd"><td><a href="mod_auth_ldap.html#authldapauthoritative" style="text-decoration: none">AuthLDAPAuthoritative on|off</a></td><td> on </td><td>X</td><td>dh</td></tr><tr class="odd"><td colspan="4">
  -               ��
  -               Prevent other authentication modules from
  -authenticating the user if this one fails</td></tr>
  -<tr class="even"><td><a href="mod_auth_ldap.html#authldapbinddn" style="text-decoration: none">AuthLDAPBindDN <em>distinguished-name</em></a></td><td /><td>X</td><td>dh</td></tr><tr class="even"><td colspan="4">
  -               ��
  -               Optional DN to use in binding to the LDAP server</td></tr>
  -<tr class="odd"><td><a href="mod_auth_ldap.html#authldapbindpassword" style="text-decoration: none">AuthLDAPBindPassword <em>password</em></a></td><td /><td>X</td><td>dh</td></tr><tr class="odd"><td colspan="4">
  -               ��
  -               Password used in conjuction with the bind DN</td></tr>
  -<tr class="even"><td><a href="mod_auth_ldap.html#authldapcomparednonserver" style="text-decoration: none">AuthLDAPCompareDNOnServer on|off</a></td><td> on </td><td>X</td><td>dh</td></tr><tr class="even"><td colspan="4">
  -               ��
  -               Use the LDAP server to compare the DNs</td></tr>
  -<tr class="odd"><td><a href="mod_auth_ldap.html#authldapdereferencealiases" style="text-decoration: none">AuthLDAPDereferenceAliases never|searching|finding|always</a></td><td> Always </td><td>X</td><td>dh</td></tr><tr class="odd"><td colspan="4">
  -               ��
  -               When will the module de-reference aliases</td></tr>
  -<tr class="even"><td><a href="mod_auth_ldap.html#authldapenabled" style="text-decoration: none"> AuthLDAPEnabled on|off</a></td><td> on </td><td>X</td><td>dh</td></tr><tr class="even"><td colspan="4">
  -               ��
  -               Turn on or off LDAP authentication</td></tr>
  -<tr class="odd"><td><a href="mod_auth_ldap.html#authldapfrontpagehack" style="text-decoration: none">AuthLDAPFrontPageHack on|off</a></td><td /><td>X</td><td>dh</td></tr><tr class="odd"><td colspan="4">
  -               ��
  -               Allow LDAP authentication to work with MS FrontPage</td></tr>
  -<tr class="even"><td><a href="mod_auth_ldap.html#authldapgroupattribute" style="text-decoration: none">AuthLDAPGroupAttribute <em>attribute</em></a></td><td /><td>X</td><td>dh</td></tr><tr class="even"><td colspan="4">
  -               ��
  -               LDAP attributes used to check for group membership</td></tr>
  -<tr class="odd"><td><a href="mod_auth_ldap.html#authldapgroupattributeisdn" style="text-decoration: none">AuthLDAPGroupAttributeIsDN on|off</a></td><td> on </td><td>X</td><td>dh</td></tr><tr class="odd"><td colspan="4">
  -               ��
  -               Use the DN of the client username when checking for
  -group membership</td></tr>
  -<tr class="even"><td><a href="mod_auth_ldap.html#authldapremoteuserisdn" style="text-decoration: none">AuthLDAPRemoteUserIsDN on|off</a></td><td /><td>X</td><td>dh</td></tr><tr class="even"><td colspan="4">
  -               ��
  -               Use the DN of the client username to set the REMOTE_USER
  -environment variable</td></tr>
  -<tr class="odd"><td><a href="mod_auth_ldap.html#authldapstarttls directive" style="text-decoration: none">AuthLDAPStartTLS on|off</a></td><td /><td>X</td><td>dh</td></tr><tr class="odd"><td colspan="4">
  -               ��
  -               Use a secure TLS connection to the LDAP server</td></tr>
  -<tr class="even"><td><a href="mod_auth_ldap.html#authldapurl" style="text-decoration: none">AuthLDAPUrl <em>url</em></a></td><td /><td>X</td><td>dh</td></tr><tr class="even"><td colspan="4">
  -               ��
  -               URL specifying the LDAP search parameters</td></tr>
   <tr class="odd"><td><a href="core.html#authname" style="text-decoration: none">AuthName <em>auth-domain</em></a></td><td /><td>C</td><td>dh</td></tr><tr class="odd"><td colspan="4">
                  ��
                  Authorization realm for use in HTTP
  
  
  
  1.10      +3 -0      httpd-2.0/docs/manual/style/modulesynopsis.dtd
  
  Index: modulesynopsis.dtd
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/modulesynopsis.dtd,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -d -b -u -r1.9 -r1.10
  --- modulesynopsis.dtd	5 Sep 2002 22:59:32 -0000	1.9
  +++ modulesynopsis.dtd	19 Sep 2002 18:14:25 -0000	1.10
  @@ -48,5 +48,8 @@
   <!-- Used in directive.xml -->
   <!ELEMENT directiveindex (title | summary | modulefilelist | letters)+>
   
  +<!-- Used in quickreference.xml -->
  +<!ELEMENT quickreference (title | summary | modulefilelist | letters)+>
  +
   <!ELEMENT letters (letter+)>
   <!ELEMENT letter (#PCDATA)>