summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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