summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2005-02-25 17:51:41 +0000
committerBenedikt Boehm <hollow@gentoo.org>2005-02-25 17:51:41 +0000
commit8c38c7a9f4b0b0940227ad4de2b32e594c53e71d (patch)
tree33d8ce47f0462a43b150365028c71787cdef5853 /net-www/mod_auth_pam
parentAdded mkxf86config to RDEPEND on x86 and closing bug #83307. (diff)
downloadgentoo-2-8c38c7a9f4b0b0940227ad4de2b32e594c53e71d.tar.gz
gentoo-2-8c38c7a9f4b0b0940227ad4de2b32e594c53e71d.tar.bz2
gentoo-2-8c38c7a9f4b0b0940227ad4de2b32e594c53e71d.zip
fixed 1.3 support
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-www/mod_auth_pam')
-rw-r--r--net-www/mod_auth_pam/ChangeLog6
-rw-r--r--net-www/mod_auth_pam/Manifest19
-rw-r--r--net-www/mod_auth_pam/files/1.1.1-r1-1/10_mod_auth_pam.conf28
-rw-r--r--net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild7
4 files changed, 43 insertions, 17 deletions
diff --git a/net-www/mod_auth_pam/ChangeLog b/net-www/mod_auth_pam/ChangeLog
index 043294d26cc6..9e91e8542607 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/ChangeLog,v 1.9 2005/02/25 11:58:37 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/ChangeLog,v 1.10 2005/02/25 17:51:41 hollow Exp $
+
+ 25 Feb 2005; Benedikt Boehm <hollow@gentoo.org>
+ +files/1.1.1-r1-1/10_mod_auth_pam.conf, mod_auth_pam-1.1.1-r1.ebuild:
+ fixed 1.3 support
25 Feb 2005; Benedikt Boehm <hollow@gentoo.org>
mod_auth_pam-1.1.1-r1.ebuild:
diff --git a/net-www/mod_auth_pam/Manifest b/net-www/mod_auth_pam/Manifest
index bd9b406c2a49..a8f89901d38c 100644
--- a/net-www/mod_auth_pam/Manifest
+++ b/net-www/mod_auth_pam/Manifest
@@ -1,21 +1,12 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 5d13ccf318dc68f9665b14a27127ad68 ChangeLog 1424
+MD5 8ed5c0edc6587f2a2c39880c55d56c86 ChangeLog 1567
MD5 0d18f0fe5d603b41b988373892caf195 metadata.xml 226
-MD5 49944074216b7d329e7ebd87b4c2584f mod_auth_pam-1.1.1-r1.ebuild 2029
+MD5 32a7e393b5ccd568398a46482af9a9e7 mod_auth_pam-1.1.1-r1.ebuild 2097
MD5 20192e709f597716244231698695bf64 mod_auth_pam-1.1.1.ebuild 1396
MD5 1c6bc704c0a9ba60cde371d219c6a595 files/10_mod_auth_pam.conf 310
MD5 d0cb338160e3be8790524af8071cc4df files/apache2.pam 380
-MD5 6cbbe41e49ddf63a8c680ce625084853 files/digest-mod_auth_pam-1.1.1 73
-MD5 5283c3d19faf5167133286041b5e3815 files/digest-mod_auth_pam-1.1.1-r1 141
MD5 33ba9becf231dd55db43de324796964d files/mod_auth_pam-1.1.1-compile-fix.patch 1073
MD5 30b234b6f95804e2ef9043368f3fd966 files/mod_auth_pam-1.1.1-gentoo.diff 392
+MD5 5283c3d19faf5167133286041b5e3815 files/digest-mod_auth_pam-1.1.1-r1 141
+MD5 6cbbe41e49ddf63a8c680ce625084853 files/digest-mod_auth_pam-1.1.1 73
MD5 6d39291f46444e6f9b7dbb3627ca5e78 files/1.1.1-r1/10_mod_auth_pam.conf 761
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFCHxNymPFBzbX68WERAolYAJ9NcY51B69fx7WnKR8YrW/Xzo721QCeMiBn
-ne1GWdNH8IXq59qFnJS6UI4=
-=FMCd
------END PGP SIGNATURE-----
+MD5 27b47f69f0ca69417b22030379e47cd4 files/1.1.1-r1-1/10_mod_auth_pam.conf 642
diff --git a/net-www/mod_auth_pam/files/1.1.1-r1-1/10_mod_auth_pam.conf b/net-www/mod_auth_pam/files/1.1.1-r1-1/10_mod_auth_pam.conf
new file mode 100644
index 000000000000..674175b62571
--- /dev/null
+++ b/net-www/mod_auth_pam/files/1.1.1-r1-1/10_mod_auth_pam.conf
@@ -0,0 +1,28 @@
+<IfDefine AUTH_PAM>
+ <IfModule !mod_auth_pam.c>
+ LoadModule pam_auth_module modules/mod_auth_pam.so
+ </IfModule>
+</IfDefine>
+
+### EXAMPLE 1: authentificate against a single PAM account
+###
+# <IfModule mod_auth_pam.c>
+# AuthPAM_Enabled on
+#
+# AuthType Basic
+# AuthName "secure area"
+# Require user webmaster
+# </IfModule>
+
+### EXAMPLE 2: authentificate against a a PAM group, so, that each user
+### beeing in this group may access this "secure area"
+###
+# <IfModule mod_auth_sys_group.c>
+# AuthPAM_Enabled on
+#
+# AuthType Basic
+# AuthName "secure area"
+# Require group staff
+# </IfModule>
+
+# vim:syntax=apache
diff --git a/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild b/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild
index 5c96b58f5ef9..103985fd7df1 100644
--- a/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild
+++ b/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.5 2005/02/25 11:58:37 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.6 2005/02/25 17:51:41 hollow Exp $
inherit eutils apache-module
@@ -15,9 +15,12 @@ DEPEND="sys-libs/pam"
SLOT="0"
IUSE=""
+APXS1_ARGS="-c ${PN}.c -lpam -ldl"
+APXS2_ARGS="-c ${PN}.c -lpam"
+
APACHE2_EXECFILES=".libs/mod_auth_sys_group.so"
-APACHE1_MOD_CONF="${PVR}/10_${PN}"
+APACHE1_MOD_CONF="${PVR}-1/10_${PN}"
APACHE1_MOD_DEFINE="AUTH_PAM"
APACHE2_MOD_CONF="${PVR}/10_${PN}"