Bug 57654 - [new port] www/mod_auth_pam2: Apache 2.0.x authentication module which supports PAM.
Summary: [new port] www/mod_auth_pam2: Apache 2.0.x authentication module which suppor...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-06 18:40 UTC by Clement Laforet
Modified: 2003-10-07 12:15 UTC (History)
1 user (show)

See Also:


Attachments
mod_auth_pam2.shar (3.32 KB, text/plain)
2003-10-06 18:40 UTC, Clement Laforet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Clement Laforet 2003-10-06 18:40:14 UTC
	The PAM authentication module implements Basic authentication on top of the
	Pluggable Authentication Module library. Thereby it supports whatever
	authentication method your PAM subsystem has specific support installed &
	configured for.

	WWW: http://pam.sourceforge.net/mod_auth_pam/

How-To-Repeat: 	N/A.
Comment 1 Peter Pentchev 2003-10-07 10:50:17 UTC
On Mon, Oct 06, 2003 at 07:37:22PM +0200, Clement Laforet wrote:
> 
> >Number:         57654
> >Category:       ports
> >Synopsis:       [new port] www/mod_auth_pam2: Apache 2.0.x authentication module which supports PAM.

What do you think of the following patch, which also installs
the module's documentation?
Other than that, this looks great!

G'luck,
Peter

-- 
Peter Pentchev	roam@ringlet.net    roam@sbnd.net    roam@FreeBSD.org
PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
This sentence contradicts itself - or rather - well, no, actually it doesn't!

diff -urN mod_auth_pam2/Makefile mod_auth_pam2-roam/Makefile
--- mod_auth_pam2/Makefile	Tue Oct  7 12:48:17 2003
+++ mod_auth_pam2-roam/Makefile	Tue Oct  7 12:31:34 2003
@@ -27,5 +27,9 @@
 post-install:
 	${MKDIR} ${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/samples/httpd ${EXAMPLESDIR}/pam-httpd.sample
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}/
+.endif
 
 .include <bsd.port.mk>
diff -urN mod_auth_pam2/pkg-plist mod_auth_pam2-roam/pkg-plist
--- mod_auth_pam2/pkg-plist	Tue Oct  7 12:48:17 2003
+++ mod_auth_pam2-roam/pkg-plist	Tue Oct  7 12:32:32 2003
@@ -1,3 +1,7 @@
+%%PORTDOCS%%%%DOCSDIR%%/configure.html
+%%PORTDOCS%%%%DOCSDIR%%/faq.html
+%%PORTDOCS%%%%DOCSDIR%%/install.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 libexec/apache2/mod_auth_pam.so
 @exec %D/sbin/apxs -e -A -n auth_pam %D/%f
 libexec/apache2/mod_auth_sys_group.so
Comment 2 Peter Pentchev 2003-10-07 11:30:30 UTC
Add Clement's reply to the audit trail...

G'luck,
Peter

-- 
Peter Pentchev	roam@ringlet.net    roam@sbnd.net    roam@FreeBSD.org
PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
When you are not looking at it, this sentence is in Spanish.

----- Forwarded message from Clement Laforet <sheepkiller@cultdeadsheep.org> -----

Date: Tue, 7 Oct 2003 12:13:59 +0200
From: Clement Laforet <sheepkiller@cultdeadsheep.org>
To: Peter Pentchev <roam@ringlet.net>
Subject: Re: ports/57654: [new port] www/mod_auth_pam2: Apache 2.0.x
 authentication module which supports PAM.
In-Reply-To: <20031007095017.GA19684@straylight.oblivion.bg>
Organization: tH3 cUlt 0f tH3 d3@d sH33p
X-Face: ._cVVRDn#-2((lnfi^P7CoD4htI$4+#G/G)!w|,}H5yK~%(3-C.JlEYbOjJGFwJkt*7N^%z
 jYeu[;}]}F"3}l5R'l"X0HbvT^D\Q&%deCo)MayY`);TO

On Tue, 7 Oct 2003 12:50:17 +0300
Peter Pentchev <roam@ringlet.net> wrote:
Hi Peter !

> What do you think of the following patch, which also installs
> the module's documentation?

That's ok for me :-)
I forgot to add docs since I'm currently porting and testing a lot of
apache modules.
(see http://apache.cotds.org for more (poorly documented) details, most
of links are broken :-))

> Other than that, this looks great!
Thanks !

Have a nice day !
regards,
clem


----- End forwarded message -----
Comment 3 Peter Pentchev freebsd_committer freebsd_triage 2003-10-07 12:15:01 UTC
State Changed
From-To: open->closed

New port added, thanks!