From: Christophe Jaillet Date: Thu, 2 Nov 2017 06:59:35 +0000 (+0000) Subject: Fix some syntax highlight X-Git-Tag: 2.5.0-alpha~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8d30e13ec1df1ea8ea1d69b36d3aab1ecf01e57;p=apache Fix some syntax highlight git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1814035 13f79535-47bb-0310-9956-ffa450edef68 --- 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"