summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-05-05 19:22:03 +0000
committerwill <will@FreeBSD.org>2001-05-05 19:22:03 +0000
commitea1e9dd8071366ffaf231dac3442af53973062d1 (patch)
tree4f1e0baef83b35ccdf6d915bfddc36a0810db59f /security
parent7d7e514136770961916d72074018392e7740a31c (diff)
downloadFreeBSD-ports-ea1e9dd8071366ffaf231dac3442af53973062d1.zip
FreeBSD-ports-ea1e9dd8071366ffaf231dac3442af53973062d1.tar.gz
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)
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/pam_ssh/Makefile19
-rw-r--r--security/pam_ssh/distinfo1
-rw-r--r--security/pam_ssh/pkg-comment1
-rw-r--r--security/pam_ssh/pkg-descr8
-rw-r--r--security/pam_ssh/pkg-plist1
6 files changed, 31 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 3d55dd0..2ec14d6 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 0000000..6c71875
--- /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 0000000..76826fc
--- /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 0000000..736d504
--- /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 0000000..a27e4bb
--- /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 0000000..25a175d
--- /dev/null
+++ b/security/pam_ssh/pkg-plist
@@ -0,0 +1 @@
+lib/pam_ssh.so
OpenPOWER on IntegriCloud