diff options
author | sekiya <sekiya@pkgsrc.org> | 2004-05-26 12:04:27 +0000 |
---|---|---|
committer | sekiya <sekiya@pkgsrc.org> | 2004-05-26 12:04:27 +0000 |
commit | 435c70f24081db89fd4a99ea9263ac10271b52f7 (patch) | |
tree | 00083c1852be6df69ba45d2d954054b0fa33903c /security/tacshell | |
parent | 73138e293e3f4b5c050c1aea6483e0eb6f4e0397 (diff) | |
download | pkgsrc-435c70f24081db89fd4a99ea9263ac10271b52f7.tar.gz |
tacshell-0.91: RSA ACE/Server sdshell workalike, using TACACS+
Diffstat (limited to 'security/tacshell')
-rw-r--r-- | security/tacshell/DESCR | 2 | ||||
-rw-r--r-- | security/tacshell/MESSAGE | 10 | ||||
-rw-r--r-- | security/tacshell/Makefile | 13 | ||||
-rw-r--r-- | security/tacshell/PLIST | 2 | ||||
-rw-r--r-- | security/tacshell/distinfo | 4 |
5 files changed, 31 insertions, 0 deletions
diff --git a/security/tacshell/DESCR b/security/tacshell/DESCR new file mode 100644 index 00000000000..839fb097ae6 --- /dev/null +++ b/security/tacshell/DESCR @@ -0,0 +1,2 @@ +tacshell is a drop-in replacement for the RSA ACE/Server sdshell program, +which allows UNIX shell authentication via a SecurID token. diff --git a/security/tacshell/MESSAGE b/security/tacshell/MESSAGE new file mode 100644 index 00000000000..23dc0409083 --- /dev/null +++ b/security/tacshell/MESSAGE @@ -0,0 +1,10 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2004/05/26 12:04:27 sekiya Exp $ + +A sample configuration file has been placed in + + ${PREFIX}/etc/tacshell.conf-example + +Copy it to ${PREFIX}/etc/tacshell.conf and edit it to suit your environment. + +=========================================================================== diff --git a/security/tacshell/Makefile b/security/tacshell/Makefile new file mode 100644 index 00000000000..d8623ac3e87 --- /dev/null +++ b/security/tacshell/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/26 12:04:27 sekiya Exp $ + +DISTNAME= tacshell-0.91 +CATEGORIES= security +MASTER_SITES= http://www.rezrov.net/software/ + +MAINTAINER= sekiya@NetBSD.org +HOMEPAGE= http://www.rezrov.net/software/tacshell.html +COMMENT= RSA ACE/Server sdshell workalike, using TACACS+ + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/security/tacshell/PLIST b/security/tacshell/PLIST new file mode 100644 index 00000000000..409bf8d8676 --- /dev/null +++ b/security/tacshell/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/26 12:04:27 sekiya Exp $ +bin/tacshell diff --git a/security/tacshell/distinfo b/security/tacshell/distinfo new file mode 100644 index 00000000000..32a52dee008 --- /dev/null +++ b/security/tacshell/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/05/26 12:04:27 sekiya Exp $ + +SHA1 (tacshell-0.91.tar.gz) = cddbdfd0bacd197d0783270898d3935026c9e54d +Size (tacshell-0.91.tar.gz) = 56453 bytes |