pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/pam-radius This is the PAM to RADIUS authenti...
details: https://anonhg.NetBSD.org/pkgsrc/rev/03a5ec9ff573
branches: trunk
changeset: 519812:03a5ec9ff573
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Tue Oct 10 14:38:01 2006 +0000
description:
This is the PAM to RADIUS authentication module. It allows any PAM-capable
machine to become a RADIUS client for authentication and accounting requests.
You will need a RADIUS server to perform the actual authentication.
diffstat:
security/pam-radius/DESCR | 3 +++
security/pam-radius/Makefile | 28 ++++++++++++++++++++++++++++
security/pam-radius/PLIST | 8 ++++++++
security/pam-radius/distinfo | 5 +++++
4 files changed, 44 insertions(+), 0 deletions(-)
diffs (60 lines):
diff -r 1f9e880e7af2 -r 03a5ec9ff573 security/pam-radius/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pam-radius/DESCR Tue Oct 10 14:38:01 2006 +0000
@@ -0,0 +1,3 @@
+This is the PAM to RADIUS authentication module. It allows any PAM-capable
+machine to become a RADIUS client for authentication and accounting requests.
+You will need a RADIUS server to perform the actual authentication.
diff -r 1f9e880e7af2 -r 03a5ec9ff573 security/pam-radius/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pam-radius/Makefile Tue Oct 10 14:38:01 2006 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/10/10 14:38:01 adrianp Exp $
+
+PKGNAME= ${DISTNAME:S/_/-/}
+DISTNAME= pam_radius-1.3.16
+CATEGORIES= security
+MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/
+
+MAINTAINER= adrianp%NetBSD.org@localhost
+HOMEPAGE= http://www.freeradius.org/pam_radius_auth/
+COMMENT= PAM module for authentication against a RADIUS server
+
+NO_CONFIGURE= YES
+EXTRACT_SUFX= .tar
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pam-radius
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pam-radius
+ ${INSTALL_DATA_DIR} ${PREFIX}/lib/security
+
+ ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/pam-radius
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pam-radius
+ ${INSTALL_DATA} ${WRKSRC}/USAGE ${PREFIX}/share/doc/pam-radius
+ ${INSTALL_DATA} ${WRKSRC}/pam_radius_auth.conf \
+ ${PREFIX}/share/examples/pam-radius
+ ${INSTALL_LIB} ${WRKSRC}/pam_radius_auth.so ${PREFIX}/lib/security
+
+.include "../../mk/pam.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1f9e880e7af2 -r 03a5ec9ff573 security/pam-radius/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pam-radius/PLIST Tue Oct 10 14:38:01 2006 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/10 14:38:01 adrianp Exp $
+lib/security/pam_radius_auth.so
+share/doc/pam-radius/INSTALL
+share/doc/pam-radius/README
+share/doc/pam-radius/USAGE
+share/examples/pam-radius/pam_radius_auth.conf
+@dirrm share/doc/pam-radius
+@dirrm share/examples/pam-radius
diff -r 1f9e880e7af2 -r 03a5ec9ff573 security/pam-radius/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pam-radius/distinfo Tue Oct 10 14:38:01 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/10/10 14:38:01 adrianp Exp $
+
+SHA1 (pam_radius-1.3.16.tar) = 127352a693bafd9f32dd80ecece57de2bc1c19b8
+RMD160 (pam_radius-1.3.16.tar) = 6fb69c357b01ba5ac026b186de9be0e3f92c3fcd
+Size (pam_radius-1.3.16.tar) = 112640 bytes
Home |
Main Index |
Thread Index |
Old Index