diff options
author | Tony Stevenson <pctony@apache.org> | 2007-07-13 22:47:00 +0200 |
---|---|---|
committer | Tony Stevenson <pctony@apache.org> | 2007-07-13 22:47:00 +0200 |
commit | d0516629e0a21a4eea0d2cafbfe4518283988ca5 (patch) | |
tree | 2d04bb8a1ea43b04587fb6e9ca1d26917f8d97a7 /docs/manual/mod/mod_authnz_ldap.html.en | |
parent | don't need the definitions for error buckets any more (diff) | |
download | apache2-d0516629e0a21a4eea0d2cafbfe4518283988ca5.tar.xz apache2-d0516629e0a21a4eea0d2cafbfe4518283988ca5.zip |
Case sensitivity continuity, taken from PR 38035
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@556142 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_authnz_ldap.html.en')
-rw-r--r-- | docs/manual/mod/mod_authnz_ldap.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_authnz_ldap.html.en b/docs/manual/mod/mod_authnz_ldap.html.en index a057c46cda..36ab492d72 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en +++ b/docs/manual/mod/mod_authnz_ldap.html.en @@ -766,7 +766,7 @@ require group <em>mygroupfile</em> <table class="directive"> <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>When will the module de-reference aliases</td></tr> <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AuthLDAPDereferenceAliases never|searching|finding|always</code></td></tr> -<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>AuthLDAPDereferenceAliases Always</code></td></tr> +<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>AuthLDAPDereferenceAliases always</code></td></tr> <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr> <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr> <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr> |