From 4aa301f28620027dfebae4e99f96d57f71747931 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 8 Sep 2003 14:31:13 +0000 Subject: [PATCH] Add. --- NEWS | 2 ++ doc/shishi.texi | 3 +++ 2 files changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 26706fd1..3bd14ccc 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ See the end for copying conditions. * Version 0.0.6 (unreleased) +** Command line interface can now acquire proxiable tickets using --proxiable. + * Version 0.0.5 (released 2003-09-07) ** Server host name to realm mapping via DNS supported. diff --git a/doc/shishi.texi b/doc/shishi.texi index 9606e457..dd7bafb0 100644 --- a/doc/shishi.texi +++ b/doc/shishi.texi @@ -1210,6 +1210,9 @@ Usage: lt-shishi [OPTION...] [CLIENT [SERVER]] [OPTION...] --key-value=KEY Cipher key to decrypt response (discouraged). -l, --list List tickets in local cache, subject to --server-name limiting. + --proxiable Get a proxiable ticket. Only valid for initial + authentication, or when the ticket-granting ticket + is proxiable. --realm=REALM Realm of server. Default is DNS domain of local host. For AS, this also indicates realm of client. -- 2.11.4.GIT