diff options
author | garga <garga@FreeBSD.org> | 2006-05-22 19:50:04 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-05-22 19:50:04 +0800 |
commit | 52f132338c9529dc51df01ae9d6476e62fe57418 (patch) | |
tree | b3542334b072f4bb2e94ef89307f821f4147d903 /security | |
parent | 80ee90292ac5e68625f2ee80368b96a91d2b25cc (diff) | |
download | freebsd-ports-graphics-52f132338c9529dc51df01ae9d6476e62fe57418.tar.gz freebsd-ports-graphics-52f132338c9529dc51df01ae9d6476e62fe57418.tar.zst freebsd-ports-graphics-52f132338c9529dc51df01ae9d6476e62fe57418.zip |
PAM module for pseudouser authentication
PR: ports/97159
Submitted by: Jim Pirzyk <pirzyk@FreeBSD.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pam_pseudo/Makefile | 23 | ||||
-rw-r--r-- | security/pam_pseudo/distinfo | 3 | ||||
-rw-r--r-- | security/pam_pseudo/pkg-descr | 1 | ||||
-rw-r--r-- | security/pam_pseudo/pkg-plist | 3 |
5 files changed, 31 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index f0a2f664e19..3cb367254f1 100644 --- a/security/Makefile +++ b/security/Makefile @@ -444,6 +444,7 @@ SUBDIR += pam_per_user SUBDIR += pam_pgina SUBDIR += pam_pop3 + SUBDIR += pam_pseudo SUBDIR += pam_pwdfile SUBDIR += pam_smb SUBDIR += pamsfs diff --git a/security/pam_pseudo/Makefile b/security/pam_pseudo/Makefile new file mode 100644 index 00000000000..66ba277253d --- /dev/null +++ b/security/pam_pseudo/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: pam_pseudo +# Date created: 11 May 2006 +# Whom: Jim Pirzyk <pirzyk@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pam_pseudo +PORTVERSION= 0.4 +CATEGORIES= security +MASTER_SITES= ftp://ftp.feep.net/pub/software/PAM/pam_pseudo/ + +MAINTAINER= pirzyk@FreeBSD.org +COMMENT= PAM module for per-user authentication + +USE_AUTOTOOLS= libtool:15 +CONFIGURE_ARGS= --disable-encap --disable-epkg-install + +INSTALL_TARGET= install-real + +MAN5= pam_pseudo.5 + +.include <bsd.port.mk> diff --git a/security/pam_pseudo/distinfo b/security/pam_pseudo/distinfo new file mode 100644 index 00000000000..5f50303cc6d --- /dev/null +++ b/security/pam_pseudo/distinfo @@ -0,0 +1,3 @@ +MD5 (pam_pseudo-0.4.tar.gz) = ba97182f4a0bdd466808c61cc277dba5 +SHA256 (pam_pseudo-0.4.tar.gz) = b38bb3301dd23a32cafdccca278c8bf3b8eed48536312be7a696e08a5c880550 +SIZE (pam_pseudo-0.4.tar.gz) = 108043 diff --git a/security/pam_pseudo/pkg-descr b/security/pam_pseudo/pkg-descr new file mode 100644 index 00000000000..53ffc4532dd --- /dev/null +++ b/security/pam_pseudo/pkg-descr @@ -0,0 +1 @@ +PAM module for pseudouser authentication diff --git a/security/pam_pseudo/pkg-plist b/security/pam_pseudo/pkg-plist new file mode 100644 index 00000000000..93ba722f810 --- /dev/null +++ b/security/pam_pseudo/pkg-plist @@ -0,0 +1,3 @@ +sbin/authtest +lib/security/pam_pseudo.so.1 +@dirrmtry lib/security |