summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Parpart <trapni@gentoo.org>2005-01-10 22:05:39 +0000
committerChristian Parpart <trapni@gentoo.org>2005-01-10 22:05:39 +0000
commitc254cdd12e82ce2330a4357bfcbb9a67e3fc41db (patch)
tree6c501b6a28b0df882145ac0267507abd0465e7ad /net-www/mod_auth_pam
parentadded raidutils to portage (diff)
downloadgentoo-2-c254cdd12e82ce2330a4357bfcbb9a67e3fc41db.tar.gz
gentoo-2-c254cdd12e82ce2330a4357bfcbb9a67e3fc41db.tar.bz2
gentoo-2-c254cdd12e82ce2330a4357bfcbb9a67e3fc41db.zip
merged from apache-herd svn tree
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/files/1.1.1-r1/10_mod_auth_pam.conf31
-rw-r--r--net-www/mod_auth_pam/files/digest-mod_auth_pam-1.1.1-r11
-rw-r--r--net-www/mod_auth_pam/files/mod_auth_pam-1.1.1-r1-gentoo.diff12
-rw-r--r--net-www/mod_auth_pam/metadata.xml6
-rw-r--r--net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild62
6 files changed, 114 insertions, 4 deletions
diff --git a/net-www/mod_auth_pam/ChangeLog b/net-www/mod_auth_pam/ChangeLog
index 69bde35cc769..c27016b5fb2d 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-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/ChangeLog,v 1.4 2004/09/03 23:24:08 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/ChangeLog,v 1.5 2005/01/10 22:05:39 trapni Exp $
+
+ 13 Oct 2004; Christian Parpart <trapni@gentoo.org> :
+ fixed bug, that prevented the modules to be installed;
+ minor typo fix that caused apache2.pam not beeing installed
04 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
mod_auth_pam-1.1.1.ebuild:
diff --git a/net-www/mod_auth_pam/files/1.1.1-r1/10_mod_auth_pam.conf b/net-www/mod_auth_pam/files/1.1.1-r1/10_mod_auth_pam.conf
new file mode 100644
index 000000000000..cc5ecd38291f
--- /dev/null
+++ b/net-www/mod_auth_pam/files/1.1.1-r1/10_mod_auth_pam.conf
@@ -0,0 +1,31 @@
+<IfDefine AUTH_PAM>
+ <IfModule !mod_auth_pam.c>
+ LoadModule auth_pam_module modules/mod_auth_pam.so
+ </IfModule>
+ <IfModule !mod_auth_sys_group.c>
+ LoadModule auth_sys_group_module modules/mod_auth_sys_group.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/files/digest-mod_auth_pam-1.1.1-r1 b/net-www/mod_auth_pam/files/digest-mod_auth_pam-1.1.1-r1
new file mode 100644
index 000000000000..d6c1f8c5cbb8
--- /dev/null
+++ b/net-www/mod_auth_pam/files/digest-mod_auth_pam-1.1.1-r1
@@ -0,0 +1 @@
+MD5 ab873520ddd2fee7d480dfd53e464e0a mod_auth_pam-2.0-1.1.1.tar.gz 11456
diff --git a/net-www/mod_auth_pam/files/mod_auth_pam-1.1.1-r1-gentoo.diff b/net-www/mod_auth_pam/files/mod_auth_pam-1.1.1-r1-gentoo.diff
new file mode 100644
index 000000000000..8f7376d5223d
--- /dev/null
+++ b/net-www/mod_auth_pam/files/mod_auth_pam-1.1.1-r1-gentoo.diff
@@ -0,0 +1,12 @@
+diff -urN mod_auth_pam.orig/mod_auth_pam.c mod_auth_pam/mod_auth_pam.c
+--- mod_auth_pam.orig/mod_auth_pam.c 2002-08-24 16:22:23.000000000 +0200
++++ mod_auth_pam/mod_auth_pam.c 2003-09-07 12:07:05.000000000 +0200
+@@ -151,7 +151,7 @@
+ module auth_pam_module;
+
+ static const char
+- *pam_servicename = "httpd",
++ *pam_servicename = "apache2",
+ *valid_user = "valid-user";
+
+ typedef struct {
diff --git a/net-www/mod_auth_pam/metadata.xml b/net-www/mod_auth_pam/metadata.xml
index bcaabdbbd0d3..10510cb8be95 100644
--- a/net-www/mod_auth_pam/metadata.xml
+++ b/net-www/mod_auth_pam/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>apache</herd>
-<longdescription>
-The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.
-</longdescription>
+<maintainer>
+ <email>apache-devs@gentoo.org</email>
+</maintainer>
</pkgmetadata>
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
new file mode 100644
index 000000000000..8383cd8afbee
--- /dev/null
+++ b/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild
@@ -0,0 +1,62 @@
+# 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.1 2005/01/10 22:05:39 trapni Exp $
+
+inherit eutils apache-module
+
+DESCRIPTION="PAM authentication module for Apache2"
+HOMEPAGE="http://pam.sourceforge.net/mod_auth_pam/"
+
+SRC_URI="http://pam.sourceforge.net/mod_auth_pam/dist/${PN}-2.0-1.1.1.tar.gz"
+LICENSE="Apache-1.1"
+
+KEYWORDS="~x86 ~ppc ~sparc"
+
+DEPEND="sys-libs/pam"
+SLOT="0"
+IUSE=""
+
+S="${WORKDIR}/${PN}"
+
+APXS2_S="${S}/.libs"
+APACHE2_MOD_CONF="${PVR}/10_mod_auth_pam"
+DOCFILES="INSTALL README"
+
+
+src_unpack() {
+ unpack "${PN}-2.0-1.1.1.tar.gz"
+ cd "${S}"
+ epatch ${FILESDIR}/${PF}-gentoo.diff || die
+}
+
+src_compile() {
+ emake APXS=${APXS2} || die
+}
+
+src_install () {
+ APACHE2_MOD_FILE='mod_auth_sys_group.so' apache2_src_install
+ unset DOCFILES APACHE2_MOD_CONF
+ APACHE2_MOD_FILE='mod_auth_pam.so' apache2_src_install
+
+ insinto /etc/pam.d
+ newins ${FILESDIR}/apache2.pam apache2
+
+ dohtml doc/*
+}
+
+pkg_postinst() {
+ local gid=`grep ^shadow: /etc/group | cut -d: -f3`
+ einfo
+ einfo "If the system is configured with the shadow authentication method"
+ einfo "the following commands must be executed by root to make /etc/shadow"
+ einfo "accessible by the apache server:"
+ einfo
+ if [ -z "${gid}" ]; then
+ einfo " # groupadd shadow"
+ einfo " # gpasswd -a apache shadow"
+ gid='shadow'
+ fi
+ einfo " # chgrp ${gid} /etc/shadow"
+ einfo " # chmod 640 /etc/shadow"
+ einfo
+}