From: Joshua Slive Date: Thu, 19 Sep 2002 18:14:25 +0000 (+0000) Subject: Fix up a few small xml validity problems. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e7ef697341c4b9a2e18f5d963c6ea22431d3ece;p=apache 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 cc4c8cc1a8..8ddeaea802 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 1599974f88..0ac0f48992 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 70dc9b8141..83319eca41 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 193043f8bd..01e582b8aa 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 ee1269d24e..c4c503e931 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