From: Lucien Gentis Date: Sat, 4 Nov 2017 15:30:26 +0000 (+0000) Subject: XML update. X-Git-Tag: 2.5.0-alpha~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fafc3456a1e7be6de0cac6950cbcbcd36a1667d;p=apache XML update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1814298 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authz_core.xml.fr b/docs/manual/mod/mod_authz_core.xml.fr index 8b1e449e6b..8d44d18bad 100644 --- a/docs/manual/mod/mod_authz_core.xml.fr +++ b/docs/manual/mod/mod_authz_core.xml.fr @@ -1,7 +1,7 @@ - + @@ -237,13 +237,13 @@ d'autorisation <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"