From: Andre Malo
Several Apache features, including
-
For example:
@@ -301,8 +301,8 @@ authentication It must be accompanied byPARANOID
.)
- Regardless of the setting, when
Regardless of the setting, when
Access policy if both
Normally, FrontPage uses FrontPage-web-specific user/group
- files (i.e., the
.htaccess
@@ -517,7 +515,7 @@ AuthLDAPFrontPageHack on
type="section">Location or .htaccess
files so that it knows where to look for the valid user list. If
the The directives provided by mod_authz_host are used in .htaccess
- files to control access to particular parts of the server. Access
- can be controlled based on the client hostname, IP address, or
+
The directives provided by .htaccess
+
files to control access to particular parts of the server.
+ Access can be controlled based on the client hostname, IP address, or
other characteristics of the client request, as captured in environment variables. The
You may wish to add a
The key is to check for various ingredients of the client certficate.
Usually this means to check the whole or part of the Distinguished
Name (DN) of the Subject. For this two methods exists: The
The first method:
@@ -178,6 +178,7 @@ SSLOptions +FakeBasicAuth SSLRequireSSL AuthName "Snake Oil Authentication" AuthType Basic +AuthBasicProvider file AuthUserFile /usr/local/apache2/conf/httpd.passwd require valid-user </Directory>@@ -256,6 +257,7 @@ Allow 192.168.1.0/24 # HTTP Basic Authentication AuthType basic AuthName "Protected Intranet Area" +AuthBasicProvider file AuthUserFile conf/protected.passwd Require valid-user </Directory>