]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Update transformation
authorRuediger Pluem <rpluem@apache.org>
Sun, 2 Nov 2008 11:11:52 +0000 (11:11 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 2 Nov 2008 11:11:52 +0000 (11:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709864 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authz_core.html.en

index efed2d320d4eb13f7359cb3999c16c6e4357ff45..e3bdbce75c840525799c9aa58cc1ae992d9176e9 100644 (file)
@@ -84,7 +84,7 @@
              AuthLDAPURL ldap://ldap.host/o=ctx<br />
           </span> 
           &lt;/AuthzProviderAlias&gt;<br /><br /> 
-          &lt;AuthnProviderAlias ldap-group ldap-group-alias2
+          &lt;AuthzProviderAlias ldap-group ldap-group-alias2
            cn=my-other-group,o=dev&gt;<br />
           <span class="indent">
              AuthLDAPBindDN cn=yourotheruser,o=dev<br />
@@ -515,7 +515,8 @@ an authorization provider.</td></tr>
     <p>For a complete authentication and authorization configuration, 
     <code class="directive">Require</code> must be accompanied by
     <code class="directive"><a href="../mod/mod_authn_core.html#authname">AuthName</a></code>, <code class="directive"><a href="../mod/mod_authn_core.html#authtype">AuthType</a></code> and 
-    <code class="directive"><a href="../mod/mod_auth_basic.html#authbasicprovider">AuthBasicProvider</a></code> 
+    <code class="directive"><a href="../mod/mod_auth_basic.html#authbasicprovider">AuthBasicProvider</a></code> or
+    <code class="directive"><a href="../mod/mod_auth_digest.html#authdigestprovider">AuthDigestProvider</a></code> 
     directives, and directives such as 
     <code class="directive"><a href="../mod/mod_authn_file.html#authuserfile">AuthUserFile</a></code>
     and <code class="directive"><a href="../mod/mod_authz_groupfile.html#authgroupfile">AuthGroupFile</a></code> (to