From 8e39721547ec1977bb97016526eaaacdc9a2e243 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Wed, 9 May 2012 22:07:56 +0000 Subject: [PATCH] Fix up examples git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1336426 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authn_core.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_authn_core.xml b/docs/manual/mod/mod_authn_core.xml index fe629d64be..4f237d4806 100644 --- a/docs/manual/mod/mod_authn_core.xml +++ b/docs/manual/mod/mod_authn_core.xml @@ -86,8 +86,8 @@ AuthLDAPBindDN cn=youruser,o=ctx AuthLDAPBindPassword yourpassword AuthLDAPURL ldap://ldap.host/o=ctx - </AuthnProviderAlias> - <AuthnProviderAlias ldap ldap-other-alias> +</AuthnProviderAlias> +<AuthnProviderAlias ldap ldap-other-alias> AuthLDAPBindDN cn=yourotheruser,o=dev AuthLDAPBindPassword yourotherpassword AuthLDAPURL ldap://other.ldap.host/o=dev?cn @@ -101,7 +101,7 @@ Alias /secure /webpages/secure AuthBasicProvider ldap-other-alias ldap-alias1 AuthType Basic - AuthName LDAP_Protected_Place + AuthName "LDAP Protected Place" Require valid-user </Directory> -- 2.40.0