From: Joshua Slive Date: Thu, 19 Sep 2002 18:14:25 +0000 (+0000) Subject: Fix up a few small xml validity problems. X-Git-Tag: WROWE_2_0_43_PRE1~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=979b613a81714c08e19ec8ee3490c386da25ab1d;p=thirdparty%2Fapache%2Fhttpd.git Fix up a few small xml validity problems. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96912 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_auth_ldap.html.en b/docs/manual/mod/mod_auth_ldap.html.en index cc4c8cc1a85..8ddeaea802e 100644 --- a/docs/manual/mod/mod_auth_ldap.html.en +++ b/docs/manual/mod/mod_auth_ldap.html.en @@ -379,13 +379,13 @@ require valid-user Fred User connects as fuser, the filter would look like

-

(&(|(qpagePagerID=*)(uid=jmanager))(uid=fuser))

+

(&(|(qpagePagerID=*)(uid=jmanager))(uid=fuser))

The above search will only succeed if fuser has a pager. When Joe Manager connects as jmanager, the filter looks like

-

(&(|(qpagePagerID=*)(uid=jmanager))(uid=jmanager))

+

(&(|(qpagePagerID=*)(uid=jmanager))(uid=jmanager))

The above search will succeed whether jmanager has a pager or not.

diff --git a/docs/manual/mod/mod_auth_ldap.xml b/docs/manual/mod/mod_auth_ldap.xml index 1599974f885..0ac0f489923 100644 --- a/docs/manual/mod/mod_auth_ldap.xml +++ b/docs/manual/mod/mod_auth_ldap.xml @@ -403,19 +403,13 @@ require valid-user Fred User connects as fuser, the filter would look like

- (&(|(qpagePagerID=*)(uid=jmanager))(uid=fuser)) + (&(|(qpagePagerID=*)(uid=jmanager))(uid=fuser))

The above search will only succeed if fuser has a pager. When Joe Manager connects as jmanager, the filter looks like

- (&(|(qpagePagerID=*)(uid=jmanager))(uid=jmanager)) + (&(|(qpagePagerID=*)(uid=jmanager))(uid=jmanager))

The above search will succeed whether jmanager has a pager or not.

diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 70dc9b81418..83319eca416 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -228,45 +228,6 @@ authentication    Sets the name of a text file containing the list of user groups for authentication -AuthLDAPAuthoritative on|off on Xdh -    - Prevent other authentication modules from -authenticating the user if this one fails -AuthLDAPBindDN distinguished-nameXdh -    - Optional DN to use in binding to the LDAP server -AuthLDAPBindPassword passwordXdh -    - Password used in conjuction with the bind DN -AuthLDAPCompareDNOnServer on|off on Xdh -    - Use the LDAP server to compare the DNs -AuthLDAPDereferenceAliases never|searching|finding|always Always Xdh -    - When will the module de-reference aliases - AuthLDAPEnabled on|off on Xdh -    - Turn on or off LDAP authentication -AuthLDAPFrontPageHack on|offXdh -    - Allow LDAP authentication to work with MS FrontPage -AuthLDAPGroupAttribute attributeXdh -    - LDAP attributes used to check for group membership -AuthLDAPGroupAttributeIsDN on|off on Xdh -    - Use the DN of the client username when checking for -group membership -AuthLDAPRemoteUserIsDN on|offXdh -    - Use the DN of the client username to set the REMOTE_USER -environment variable -AuthLDAPStartTLS on|offXdh -    - Use a secure TLS connection to the LDAP server -AuthLDAPUrl urlXdh -    - URL specifying the LDAP search parameters AuthName auth-domainCdh    Authorization realm for use in HTTP diff --git a/docs/manual/mod/quickreference.xml b/docs/manual/mod/quickreference.xml index 193043f8bd2..01e582b8aa3 100644 --- a/docs/manual/mod/quickreference.xml +++ b/docs/manual/mod/quickreference.xml @@ -1,5 +1,5 @@ - ] > diff --git a/docs/manual/style/modulesynopsis.dtd b/docs/manual/style/modulesynopsis.dtd index ee1269d24ec..c4c503e931b 100644 --- a/docs/manual/style/modulesynopsis.dtd +++ b/docs/manual/style/modulesynopsis.dtd @@ -48,5 +48,8 @@ usage?, seealso*)> + + + \ No newline at end of file