summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2017-11-02 07:59:35 +0100
committerChristophe Jaillet <jailletc36@apache.org>2017-11-02 07:59:35 +0100
commitf8d30e13ec1df1ea8ea1d69b36d3aab1ecf01e57 (patch)
tree1578aefc09cfaa5d52df235de8af4b3072c96989 /docs
parentRemove backported entry (see part of r1651081) (diff)
downloadapache2-f8d30e13ec1df1ea8ea1d69b36d3aab1ecf01e57.tar.xz
apache2-f8d30e13ec1df1ea8ea1d69b36d3aab1ecf01e57.zip
Fix some syntax highlight
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1814035 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/mod_authz_core.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_authz_core.xml b/docs/manual/mod/mod_authz_core.xml
index 7803d4aa5a..40bcc25058 100644
--- a/docs/manual/mod/mod_authz_core.xml
+++ b/docs/manual/mod/mod_authz_core.xml
@@ -230,13 +230,13 @@ SetEnvIf User-Agent "^KnockKnock/2\.0" let_me_in
&lt;AuthzProviderAlias ldap-group ldap-group-alias1 "cn=my-group,o=ctx"&gt;
AuthLDAPBindDN "cn=youruser,o=ctx"
AuthLDAPBindPassword yourpassword
- AuthLDAPURL "ldap://ldap.host/o=ctx"
+ AuthLDAPUrl "ldap://ldap.host/o=ctx"
&lt;/AuthzProviderAlias&gt;
&lt;AuthzProviderAlias ldap-group ldap-group-alias2 "cn=my-other-group,o=dev"&gt;
AuthLDAPBindDN "cn=yourotheruser,o=dev"
AuthLDAPBindPassword yourotherpassword
- AuthLDAPURL "ldap://other.ldap.host/o=dev?cn"
+ AuthLDAPUrl "ldap://other.ldap.host/o=dev?cn"
&lt;/AuthzProviderAlias&gt;
Alias "/secure" "/webpages/secure"