diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2014-03-29 21:56:19 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2014-03-29 21:56:45 +0100 |
commit | 2a463b3cd73c32ee9dcd508248d0194923f435f4 (patch) | |
tree | 2ff478255a77a55031056790918b6f983bb7b20a /docs/manual/mod/mod_authn_core.html.en | |
parent | 86d5cc79d9d6750da8771fdb0c9ab22c19b8ad45 (diff) | |
download | apache2-upstream/2.4.9.tar.gz |
Imported Upstream version 2.4.9upstream/2.4.9
Diffstat (limited to 'docs/manual/mod/mod_authn_core.html.en')
-rw-r--r-- | docs/manual/mod/mod_authn_core.html.en | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/docs/manual/mod/mod_authn_core.html.en b/docs/manual/mod/mod_authn_core.html.en index 24b773cc..8b60f8f0 100644 --- a/docs/manual/mod/mod_authn_core.html.en +++ b/docs/manual/mod/mod_authn_core.html.en @@ -9,7 +9,7 @@ <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> -<script src="../style/scripts/prettify.js" type="text/javascript"> +<script src="../style/scripts/prettify.min.js" type="text/javascript"> </script> <link href="../images/favicon.ico" rel="shortcut icon" /></head> @@ -68,8 +68,7 @@ <p>This example checks for passwords in two different text files.</p> - <div class="example"><h3>Checking multiple text password files</h3><pre class="prettyprint lang-config"> -# Check here first + <div class="example"><h3>Checking multiple text password files</h3><pre class="prettyprint lang-config"># Check here first <AuthnProviderAlias file file1> AuthUserFile /www/conf/passwords1 </AuthnProviderAlias> @@ -85,8 +84,7 @@ AuthType Basic AuthName "Protected Area" Require valid-user -</Directory> - </pre> +</Directory></pre> </div> <p>The example below creates two different ldap authentication @@ -94,8 +92,7 @@ a single authenticated location to be serviced by multiple ldap hosts:</p> - <div class="example"><h3>Checking multiple LDAP servers</h3><pre class="prettyprint lang-config"> -<AuthnProviderAlias ldap ldap-alias1> + <div class="example"><h3>Checking multiple LDAP servers</h3><pre class="prettyprint lang-config"><AuthnProviderAlias ldap ldap-alias1> AuthLDAPBindDN cn=youruser,o=ctx AuthLDAPBindPassword yourpassword AuthLDAPURL ldap://ldap.host/o=ctx @@ -119,8 +116,7 @@ Alias /secure /webpages/secure # Note that Require ldap-* would not work here, since the # AuthnProviderAlias does not provide the config to authorization providers # that are implemented in the same module as the authentication provider. -</Directory> - </pre> +</Directory></pre> </div> @@ -148,9 +144,7 @@ authentication</td></tr> <p>For example:</p> - <pre class="prettyprint lang-config"> - AuthName "Top Secret" - </pre> + <pre class="prettyprint lang-config">AuthName "Top Secret"</pre> <p>The string provided for the <code>AuthName</code> is what will @@ -178,8 +172,8 @@ the specified alias</td></tr> <p><code><AuthnProviderAlias></code> and <code></AuthnProviderAlias></code> are used to enclose a group of authentication directives that can be referenced by the alias name - using one of the directives <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"> + using one of the directives <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>.</p> @@ -215,8 +209,7 @@ the specified alias</td></tr> in the following example, clients may access the <code>/www/docs/public</code> directory without authenticating:</p> - <pre class="prettyprint lang-config"> -<Directory /www/docs> + <pre class="prettyprint lang-config"><Directory /www/docs> AuthType Basic AuthName Documents AuthBasicProvider file @@ -227,8 +220,7 @@ the specified alias</td></tr> <Directory /www/docs/public> AuthType None Require all granted -</Directory> - </pre> +</Directory></pre> <div class="note">When disabling authentication, note that clients which have @@ -265,7 +257,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authn_core.h } })(window, document); //--><!]]></script></div><div id="footer"> -<p class="apache">Copyright 2013 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="apache">Copyright 2014 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); |