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 /security/Makefile | |
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)
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 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 |