diff options
author | will <will@FreeBSD.org> | 2001-05-06 03:22:03 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-05-06 03:22:03 +0800 |
commit | ea1e9dd8071366ffaf231dac3442af53973062d1 (patch) | |
tree | 4f1e0baef83b35ccdf6d915bfddc36a0810db59f | |
parent | 7d7e514136770961916d72074018392e7740a31c (diff) | |
download | freebsd-ports-gnome-ea1e9dd8071366ffaf231dac3442af53973062d1.tar.gz freebsd-ports-gnome-ea1e9dd8071366ffaf231dac3442af53973062d1.tar.zst freebsd-ports-gnome-ea1e9dd8071366ffaf231dac3442af53973062d1.zip |
Add pam_ssh 1.5, a PAM module that provides single sign-on behavior
for UNIX using SSH. This denotes moving pam_ssh out of the base system.
PR: 26666
Submitted by: Andrew J. Korty <ajk@iu.edu> (author)
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pam_ssh/Makefile | 19 | ||||
-rw-r--r-- | security/pam_ssh/distinfo | 1 | ||||
-rw-r--r-- | security/pam_ssh/pkg-comment | 1 | ||||
-rw-r--r-- | security/pam_ssh/pkg-descr | 8 | ||||
-rw-r--r-- | security/pam_ssh/pkg-plist | 1 |
6 files changed, 31 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 3d55dd02f05f..2ec14d607a0e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -114,6 +114,7 @@ SUBDIR += pam-mysql SUBDIR += pam-pgsql SUBDIR += pam_krb5 + SUBDIR += pam_ssh SUBDIR += pgp SUBDIR += pgp5 SUBDIR += pgp6 diff --git a/security/pam_ssh/Makefile b/security/pam_ssh/Makefile new file mode 100644 index 000000000000..6c7187504e7e --- /dev/null +++ b/security/pam_ssh/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: pam_ssh +# Date created: 12 April 2001 +# Whom: ajk@iu.edu +# +# $FreeBSD$ +# + +PORTNAME= pam_ssh +PORTVERSION= 1.5 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= pam-ssh + +MAINTAINER= ajk@iu.edu + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pam_ssh.so ${PREFIX}/lib + +.include <bsd.port.mk> diff --git a/security/pam_ssh/distinfo b/security/pam_ssh/distinfo new file mode 100644 index 000000000000..76826fca39da --- /dev/null +++ b/security/pam_ssh/distinfo @@ -0,0 +1 @@ +MD5 (pam_ssh-1.5.tar.gz) = d902b2e04ad3d0318f7e452b8a68ca5d diff --git a/security/pam_ssh/pkg-comment b/security/pam_ssh/pkg-comment new file mode 100644 index 000000000000..736d504c4899 --- /dev/null +++ b/security/pam_ssh/pkg-comment @@ -0,0 +1 @@ +This PAM module provides single sign-on behavior for UNIX using SSH diff --git a/security/pam_ssh/pkg-descr b/security/pam_ssh/pkg-descr new file mode 100644 index 000000000000..a27e4bbed12d --- /dev/null +++ b/security/pam_ssh/pkg-descr @@ -0,0 +1,8 @@ +This PAM module provides single sign-on behavior for UNIX using +SSH. Users are authenticated by decrypting their SSH private keys with +the password provided (probably to XDM). In the PAM session phase, an +ssh-agent process is started and keys are added. + +WWW: http://sourceforge.net/projects/pam-ssh/ + +Andrew J. Korty <ajk@iu.edu> diff --git a/security/pam_ssh/pkg-plist b/security/pam_ssh/pkg-plist new file mode 100644 index 000000000000..25a175d7a0d8 --- /dev/null +++ b/security/pam_ssh/pkg-plist @@ -0,0 +1 @@ +lib/pam_ssh.so |