From d0c075913789a2bf58a7c13a0cb34d604d22b0d1 Mon Sep 17 00:00:00 2001
From: Bradley Nicholes
Date: Thu, 7 Feb 2008 16:46:09 +0000
Subject: [PATCH] Update the example and fix typos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619498 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_authn_core.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/docs/manual/mod/mod_authn_core.xml b/docs/manual/mod/mod_authn_core.xml
index 083f313200..3d3f419d42 100644
--- a/docs/manual/mod/mod_authn_core.xml
+++ b/docs/manual/mod/mod_authn_core.xml
@@ -36,7 +36,7 @@
common to all authentication providers.
-Creating Provider Aliases
+Creating Authentication Provider Aliases
Extended authentication providers can be created
within the configuration file and assigned an alias name. The alias
@@ -51,11 +51,10 @@
Example
The example below creates two different ldap authentication
provider aliases based on the ldap provider. This allows
- a single authenticated location can be serviced by multiple
- ldap hosts:
+ a single authenticated location to be serviced by multiple ldap
+ hosts:
Example
- LoadModule authn_alias_module modules/mod_authn_alias.so
<AuthnProviderAlias ldap ldap-alias1>
AuthLDAPBindDN cn=youruser,o=ctx
--
2.50.1