diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-16 15:34:08 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-16 15:34:08 +0000 |
commit | 52ba1c313f48f165a83e68c8d5c2164f6ea4b782 (patch) | |
tree | a23c4d16b2cc89c31f67f4d88bed20bedc8495b7 | |
parent | 3d2f12c8f48024dc61c50d4260d3cccb6417e8ea (diff) | |
download | ports-52ba1c313f48f165a83e68c8d5c2164f6ea4b782.tar.gz ports-52ba1c313f48f165a83e68c8d5c2164f6ea4b782.zip |
Notes
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pam_per_user/Makefile | 20 | ||||
-rw-r--r-- | security/pam_per_user/distinfo | 3 | ||||
-rw-r--r-- | security/pam_per_user/pkg-descr | 1 | ||||
-rw-r--r-- | security/pam_per_user/pkg-plist | 3 |
5 files changed, 28 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index b13a018bc105..e4ee6ac965ec 100644 --- a/security/Makefile +++ b/security/Makefile @@ -435,6 +435,7 @@ SUBDIR += pam_krb5 SUBDIR += pam_ldap SUBDIR += pam_mkhomedir + SUBDIR += pam_per_user SUBDIR += pam_pgina SUBDIR += pam_pop3 SUBDIR += pam_pwdfile diff --git a/security/pam_per_user/Makefile b/security/pam_per_user/Makefile new file mode 100644 index 000000000000..139725c20bf0 --- /dev/null +++ b/security/pam_per_user/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: pam_per_user +# Date created: 11 May 2006 +# Whom: Jim Pirzyk <pirzyk@freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= pam_per_user +PORTVERSION= 0.4 +CATEGORIES= security +MASTER_SITES= ftp://ftp.feep.net/pub/software/PAM/pam_per_user/ + +MAINTAINER= pirzyk@FreeBSD.org +COMMENT= PAM module for per-user authentication + +USE_AUTOTOOLS= libtool:15 + +MAN5= pam_per_user.5 + +.include <bsd.port.mk> diff --git a/security/pam_per_user/distinfo b/security/pam_per_user/distinfo new file mode 100644 index 000000000000..8f280266d849 --- /dev/null +++ b/security/pam_per_user/distinfo @@ -0,0 +1,3 @@ +MD5 (pam_per_user-0.4.tar.gz) = 539d42a08db6973d741e84e80b18665d +SHA256 (pam_per_user-0.4.tar.gz) = bceb2d723448f943d7cfd0a67a090f2ec620d0b911e25db60cf11dfc40b66978 +SIZE (pam_per_user-0.4.tar.gz) = 109443 diff --git a/security/pam_per_user/pkg-descr b/security/pam_per_user/pkg-descr new file mode 100644 index 000000000000..547219a65cfa --- /dev/null +++ b/security/pam_per_user/pkg-descr @@ -0,0 +1 @@ +PAM module for per-user authentication diff --git a/security/pam_per_user/pkg-plist b/security/pam_per_user/pkg-plist new file mode 100644 index 000000000000..7644ecdb8404 --- /dev/null +++ b/security/pam_per_user/pkg-plist @@ -0,0 +1,3 @@ +sbin/authtest +lib/security/pam_per_user.so.1 +@dirrmtry lib/security |