diff options
author | Rich Bowen <rbowen@apache.org> | 2010-03-03 16:48:51 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2010-03-03 16:48:51 +0100 |
commit | 1ff496d4cbe7d815ddf322346c2196660e01ed34 (patch) | |
tree | 69ce3dc6524dfdf93ab1cbfc38dc2e80ecf5d8a0 /docs/manual/mod | |
parent | reflect assignment of CVE-2010-0434 (diff) | |
download | apache2-1ff496d4cbe7d815ddf322346c2196660e01ed34.tar.xz apache2-1ff496d4cbe7d815ddf322346c2196660e01ed34.zip |
Typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@918528 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r-- | docs/manual/mod/mod_authnz_ldap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index 2a77b81e0c..9fdbeaa440 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -755,7 +755,7 @@ Require group <em>mygroupfile</em> <name>AuthLDAPBindAuthoritative</name> <description>Determines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the users credentials.</description> <syntax>AuthLDAPBindAuthoritative<em>off|on</em></syntax> -<default>AuthLDAPBindAuhtoritative on</default> +<default>AuthLDAPBindAuthoritative on</default> <contextlist><context>directory</context><context>.htaccess</context> </contextlist> <override>AuthConfig</override> |