summaryrefslogtreecommitdiff
path: root/security/pam-radius
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2006-10-10 14:38:01 +0000
committeradrianp <adrianp@pkgsrc.org>2006-10-10 14:38:01 +0000
commit99efc8095d0798ca555af1964cfee2be79cd2a26 (patch)
tree493252d681537ee541b25bdbe8cee187d69ff0ad /security/pam-radius
parent72cf605c7c3b82f83b7f39408bd358b875c73d5b (diff)
downloadpkgsrc-99efc8095d0798ca555af1964cfee2be79cd2a26.tar.gz
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 (limited to 'security/pam-radius')
-rw-r--r--security/pam-radius/DESCR3
-rw-r--r--security/pam-radius/Makefile28
-rw-r--r--security/pam-radius/PLIST8
-rw-r--r--security/pam-radius/distinfo5
4 files changed, 44 insertions, 0 deletions
diff --git a/security/pam-radius/DESCR b/security/pam-radius/DESCR
new file mode 100644
index 00000000000..d220d39dc95
--- /dev/null
+++ b/security/pam-radius/DESCR
@@ -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 --git a/security/pam-radius/Makefile b/security/pam-radius/Makefile
new file mode 100644
index 00000000000..4f6a44ea784
--- /dev/null
+++ b/security/pam-radius/Makefile
@@ -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
+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 --git a/security/pam-radius/PLIST b/security/pam-radius/PLIST
new file mode 100644
index 00000000000..00dd6bf84ef
--- /dev/null
+++ b/security/pam-radius/PLIST
@@ -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 --git a/security/pam-radius/distinfo b/security/pam-radius/distinfo
new file mode 100644
index 00000000000..a913b9b47dc
--- /dev/null
+++ b/security/pam-radius/distinfo
@@ -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