diff options
author | adrianp <adrianp> | 2006-10-10 14:38:01 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-10-10 14:38:01 +0000 |
commit | 9dfce657ad135d7a00f12ed55da045e380692197 (patch) | |
tree | 493252d681537ee541b25bdbe8cee187d69ff0ad /security/pam-radius | |
parent | fbb214c69dcc21d51d4ec3f0b88edcc821d1cd73 (diff) | |
download | pkgsrc-9dfce657ad135d7a00f12ed55da045e380692197.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/DESCR | 3 | ||||
-rw-r--r-- | security/pam-radius/Makefile | 28 | ||||
-rw-r--r-- | security/pam-radius/PLIST | 8 | ||||
-rw-r--r-- | security/pam-radius/distinfo | 5 |
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 |