summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-06-14 20:50:39 +0000
committerChristian Heim <phreak@gentoo.org>2007-06-14 20:50:39 +0000
commit1f68fb0d7dceeda7323b13b7b4ad275e5e080019 (patch)
treeac149f8ac73936e953bcf60050abf57ff1952221 /net-www
parentVersion bump (diff)
downloadgentoo-2-1f68fb0d7dceeda7323b13b7b4ad275e5e080019.tar.gz
gentoo-2-1f68fb0d7dceeda7323b13b7b4ad275e5e080019.tar.bz2
gentoo-2-1f68fb0d7dceeda7323b13b7b4ad275e5e080019.zip
Document "AuthBasicAuthoritative Off" in the configuration examples.
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mod_auth_pam/ChangeLog6
-rw-r--r--net-www/mod_auth_pam/files/10_mod_auth_pam.conf6
2 files changed, 11 insertions, 1 deletions
diff --git a/net-www/mod_auth_pam/ChangeLog b/net-www/mod_auth_pam/ChangeLog
index 4dc81c386561..f4e277a97f4d 100644
--- a/net-www/mod_auth_pam/ChangeLog
+++ b/net-www/mod_auth_pam/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/mod_auth_pam
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/ChangeLog,v 1.21 2007/06/14 19:42:03 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/ChangeLog,v 1.22 2007/06/14 20:50:39 phreak Exp $
+
+ 14 Jun 2007; Christian Heim <phreak@gentoo.org>
+ files/10_mod_auth_pam.conf:
+ Document "AuthBasicAuthoritative Off" in the configuration examples.
14 Jun 2007; Christian Heim <phreak@gentoo.org> files/apache2.pam:
Fixing apache2.pam as pointed out in #155050 (thanks to candrews at
diff --git a/net-www/mod_auth_pam/files/10_mod_auth_pam.conf b/net-www/mod_auth_pam/files/10_mod_auth_pam.conf
index cc5ecd38291f..afcc4ef8974c 100644
--- a/net-www/mod_auth_pam/files/10_mod_auth_pam.conf
+++ b/net-www/mod_auth_pam/files/10_mod_auth_pam.conf
@@ -12,6 +12,9 @@
# <IfModule mod_auth_pam.c>
# AuthPAM_Enabled on
#
+# # If you want to make mod_auth_pam work with apache-2.2, please uncomment
+# # the following line:
+# AuthBasicAuthoritative Off
# AuthType Basic
# AuthName "secure area"
# Require user webmaster
@@ -23,6 +26,9 @@
# <IfModule mod_auth_sys_group.c>
# AuthPAM_Enabled on
#
+# # If you want to make mod_auth_pam work with apache-2.2, please uncomment
+# # the following line:
+# AuthBasicAuthoritative Off
# AuthType Basic
# AuthName "secure area"
# Require group staff