diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pam_helper/Makefile | 20 | ||||
-rw-r--r-- | security/pam_helper/distinfo | 3 | ||||
-rw-r--r-- | security/pam_helper/pkg-descr | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index b5a2a4009972..fef922b6674e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -528,6 +528,7 @@ SUBDIR += pam_authsrv SUBDIR += pam_bsdbioapi SUBDIR += pam_fprint + SUBDIR += pam_helper SUBDIR += pam_krb5 SUBDIR += pam_ldap SUBDIR += pam_mkhomedir diff --git a/security/pam_helper/Makefile b/security/pam_helper/Makefile new file mode 100644 index 000000000000..6c532314157b --- /dev/null +++ b/security/pam_helper/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: pam_helper +# Date created: 09 August 2008 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pam_helper +PORTVERSION= 1.0 +CATEGORIES= security sysutils +MASTER_SITES= http://www.marcuscom.com/pam_helper/ + +MAINTAINER= marcus@FreeBSD.org +COMMENT= Authenticate applications requiring PAM services + +USE_BZIP2= yes + +PLIST_FILES= bin/pam_helper + +.include <bsd.port.mk> diff --git a/security/pam_helper/distinfo b/security/pam_helper/distinfo new file mode 100644 index 000000000000..e9899e25dcaf --- /dev/null +++ b/security/pam_helper/distinfo @@ -0,0 +1,3 @@ +MD5 (pam_helper-1.0.tar.bz2) = 2891b9995a44e9aebf052859f0203de7 +SHA256 (pam_helper-1.0.tar.bz2) = 550b96290f73570db64daa7c82f78122b4a477c6f5fd28129b6d83799e920ba7 +SIZE (pam_helper-1.0.tar.bz2) = 2221 diff --git a/security/pam_helper/pkg-descr b/security/pam_helper/pkg-descr new file mode 100644 index 000000000000..8d6523b0008c --- /dev/null +++ b/security/pam_helper/pkg-descr @@ -0,0 +1,5 @@ +Pam_helper is a small utility which allows non-PAM, or non-setuid +applications to make use of PAM's authentication services. It was mainly +created to allow gnome-screensaver to make use of PAM, but any application +could use it. It accepts two arguments, the PAM service name, and a +username. It reads the user's password from stdin. |