diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-09 07:53:16 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-09 07:53:16 +0000 |
commit | 55278cda1bbbd258ee54744198f4c43feed413f0 (patch) | |
tree | f44e16407b53dbb8c62ea1ae5d2cd794b979091e /security/pam_helper | |
parent | 06949ff26a5b1430ef01374f818a3180d900b2e6 (diff) | |
download | ports-55278cda1bbbd258ee54744198f4c43feed413f0.tar.gz ports-55278cda1bbbd258ee54744198f4c43feed413f0.zip |
Notes
Diffstat (limited to 'security/pam_helper')
-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 |
3 files changed, 28 insertions, 0 deletions
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. |