diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2017-11-02 07:59:35 +0100 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2017-11-02 07:59:35 +0100 |
commit | f8d30e13ec1df1ea8ea1d69b36d3aab1ecf01e57 (patch) | |
tree | 1578aefc09cfaa5d52df235de8af4b3072c96989 /docs | |
parent | Remove backported entry (see part of r1651081) (diff) | |
download | apache2-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.xml | 4 |
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 <AuthzProviderAlias ldap-group ldap-group-alias1 "cn=my-group,o=ctx"> AuthLDAPBindDN "cn=youruser,o=ctx" AuthLDAPBindPassword yourpassword - AuthLDAPURL "ldap://ldap.host/o=ctx" + AuthLDAPUrl "ldap://ldap.host/o=ctx" </AuthzProviderAlias> <AuthzProviderAlias ldap-group ldap-group-alias2 "cn=my-other-group,o=dev"> AuthLDAPBindDN "cn=yourotheruser,o=dev" AuthLDAPBindPassword yourotherpassword - AuthLDAPURL "ldap://other.ldap.host/o=dev?cn" + AuthLDAPUrl "ldap://other.ldap.host/o=dev?cn" </AuthzProviderAlias> Alias "/secure" "/webpages/secure" |