]> granicus.if.org Git - apache/commitdiff
Update the example and fix typos
authorBradley Nicholes <bnicholes@apache.org>
Thu, 7 Feb 2008 16:46:09 +0000 (16:46 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Thu, 7 Feb 2008 16:46:09 +0000 (16:46 +0000)
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

index 083f31320006f551371c36eb95dc9b17e77e4bef..3d3f419d42df09269d4ce8b0067ffb7ebd5e2d3f 100644 (file)
@@ -36,7 +36,7 @@
     common to all authentication providers.</p>
 </summary>
 
-<section id="authnalias"><title>Creating Provider Aliases</title>
+<section id="authnalias"><title>Creating Authentication Provider Aliases</title>
 
     <p>Extended authentication providers can be created 
     within the configuration file and assigned an alias name.  The alias 
     <section id="example"><title>Example</title>
         <p>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:</p>
+        a single authenticated location to be serviced by multiple ldap
+        hosts:</p>
     
         <example><title>Example</title>
-          LoadModule authn_alias_module modules/mod_authn_alias.so<br /><br />
           &lt;AuthnProviderAlias ldap ldap-alias1&gt;<br />
           <indent>
              AuthLDAPBindDN cn=youruser,o=ctx<br />