From 99efc8095d0798ca555af1964cfee2be79cd2a26 Mon Sep 17 00:00:00 2001 From: adrianp Date: Tue, 10 Oct 2006 14:38:01 +0000 Subject: 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. --- 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(+) create mode 100644 security/pam-radius/DESCR create mode 100644 security/pam-radius/Makefile create mode 100644 security/pam-radius/PLIST create mode 100644 security/pam-radius/distinfo (limited to 'security/pam-radius') 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 -- cgit v1.2.3