From 2a463b3cd73c32ee9dcd508248d0194923f435f4 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sat, 29 Mar 2014 21:56:19 +0100 Subject: Imported Upstream version 2.4.9 --- docs/manual/mod/mod_authn_core.html.en | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) (limited to 'docs/manual/mod/mod_authn_core.html.en') 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 @@ - @@ -68,8 +68,7 @@

This example checks for passwords in two different text files.

-

Checking multiple text password files

-# Check here first
+        

Checking multiple text password files

# Check here first
 <AuthnProviderAlias file file1>
     AuthUserFile /www/conf/passwords1
 </AuthnProviderAlias>
@@ -85,8 +84,7 @@
     AuthType Basic
     AuthName "Protected Area"
     Require valid-user
-</Directory>
-        
+</Directory>

The example below creates two different ldap authentication @@ -94,8 +92,7 @@ a single authenticated location to be serviced by multiple ldap hosts:

-

Checking multiple LDAP servers

-<AuthnProviderAlias ldap ldap-alias1>
+        

Checking multiple LDAP servers

<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>
-          
+</Directory>
@@ -148,9 +144,7 @@ authentication

For example:

-
-     AuthName "Top Secret"
-   
+
AuthName "Top Secret"

The string provided for the AuthName is what will @@ -178,8 +172,8 @@ the specified alias

<AuthnProviderAlias> and </AuthnProviderAlias> are used to enclose a group of authentication directives that can be referenced by the alias name - using one of the directives - AuthBasicProvider or + using one of the directives + AuthBasicProvider or AuthDigestProvider.

@@ -215,8 +209,7 @@ the specified alias in the following example, clients may access the /www/docs/public directory without authenticating:

-
-<Directory /www/docs>
+    
<Directory /www/docs>
     AuthType Basic
     AuthName Documents
     AuthBasicProvider file
@@ -227,8 +220,7 @@ the specified alias
 <Directory /www/docs/public>
     AuthType None
     Require all granted
-</Directory>
-    
+</Directory>
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); //-->