diff options
author | pettai <pettai@pkgsrc.org> | 2012-03-13 15:32:47 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2012-03-13 15:32:47 +0000 |
commit | 0be572628846aebac9d499d01511f0e25448cb15 (patch) | |
tree | cbdffa2380e84196f296f2d76a9ebf92dac02f16 | |
parent | 8cc051e0ad89372b74931ccbd6c1ef37bcbd5f6e (diff) | |
download | pkgsrc-0be572628846aebac9d499d01511f0e25448cb15.tar.gz |
The Yubico PAM module provides an easy way to integrate the Yubikey
into your existing user authentication infrastructure.
Imported from pkgsrc-wip
-rw-r--r-- | security/pam-yubico/DESCR | 2 | ||||
-rw-r--r-- | security/pam-yubico/Makefile | 22 | ||||
-rw-r--r-- | security/pam-yubico/PLIST | 6 | ||||
-rw-r--r-- | security/pam-yubico/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/security/pam-yubico/DESCR b/security/pam-yubico/DESCR new file mode 100644 index 00000000000..9733eb89a28 --- /dev/null +++ b/security/pam-yubico/DESCR @@ -0,0 +1,2 @@ +The Yubico PAM module provides an easy way to integrate the Yubikey +into your existing user authentication infrastructure. diff --git a/security/pam-yubico/Makefile b/security/pam-yubico/Makefile new file mode 100644 index 00000000000..f4e74fabd02 --- /dev/null +++ b/security/pam-yubico/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/13 15:32:47 pettai Exp $ + +DISTNAME= pam_yubico-2.11 +PKGNAME= ${DISTNAME:S/_/-/} +CATEGORIES= security +MASTER_SITES= http://yubico-pam.googlecode.com/files/ + +MAINTAINER= pettai@NetBSD.org +HOMEPAGE= http://code.google.com/p/yubico-pam/ +COMMENT= Pluggable Authentication Module for Yubikey validation + +LICENSE= modified-bsd + +PKG_DESTDIR_SUPPORT= user-destdir +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config +USE_LIBTOOL= yes + +.include "../../security/libyubikey/buildlink3.mk" +.include "../../security/ykclient/buildlink3.mk" +.include "../../security/ykpers/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/pam-yubico/PLIST b/security/pam-yubico/PLIST new file mode 100644 index 00000000000..67562deca5e --- /dev/null +++ b/security/pam-yubico/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/13 15:32:47 pettai Exp $ +bin/ykpamcfg +include/drop_privs.h +include/util.h +lib/security/pam_yubico.la +man/man1/ykpamcfg.1 diff --git a/security/pam-yubico/distinfo b/security/pam-yubico/distinfo new file mode 100644 index 00000000000..254a7e57bda --- /dev/null +++ b/security/pam-yubico/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/03/13 15:32:47 pettai Exp $ + +SHA1 (pam_yubico-2.11.tar.gz) = e841ab473fee7c28af96e4d18fef427a8e1a947b +RMD160 (pam_yubico-2.11.tar.gz) = d3c379a809a4325522837df3d9ca92f52d4d3754 +Size (pam_yubico-2.11.tar.gz) = 360380 bytes |