diff options
author | Danilo Almeida <dalmeida@mit.edu> | 2000-02-16 21:16:43 +0000 |
---|---|---|
committer | Danilo Almeida <dalmeida@mit.edu> | 2000-02-16 21:16:43 +0000 |
commit | dbf3ca09113b51bfbf552a15b9fa85e791d5e99b (patch) | |
tree | 2e2cf8602a2f7dcd1f2860b6c83f0c74dec68250 /src/clients | |
parent | 5d85bab0c29696c0fbfe6a5f85a61eb58c6bd329 (diff) | |
download | krb5-dbf3ca09113b51bfbf552a15b9fa85e791d5e99b.tar.gz krb5-dbf3ca09113b51bfbf552a15b9fa85e791d5e99b.tar.xz krb5-dbf3ca09113b51bfbf552a15b9fa85e791d5e99b.zip |
Document that -s is not applicable to Kerberos 4
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12050 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/clients')
-rw-r--r-- | src/clients/kinit/ChangeLog | 2 | ||||
-rw-r--r-- | src/clients/kinit/kinit.M | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/clients/kinit/ChangeLog b/src/clients/kinit/ChangeLog index 736f43a16f..4c959384d1 100644 --- a/src/clients/kinit/ChangeLog +++ b/src/clients/kinit/ChangeLog @@ -1,5 +1,7 @@ 2000-02-16 Danilo Almeida <dalmeida@mit.edu> + * kinit.M: Document that -s is not applicable to Kerberos 4. + * kinit.c: Nicer usage message. Better checking for illegal options. Do not output error when doing Kerberos 4 if we will be trying 524 afterwards. Add hooks for future support for diff --git a/src/clients/kinit/kinit.M b/src/clients/kinit/kinit.M index 3561552241..c731bae0ce 100644 --- a/src/clients/kinit/kinit.M +++ b/src/clients/kinit/kinit.M @@ -93,6 +93,7 @@ requests a postdated ticket, valid starting at Postdated tickets are issued with the .I invalid flag set, and need to be fed back to the kdc before use. +(Not applicaple to Kerberos 4.) .TP \fB\-r\fP \fIrenewable_life\fP requests renewable tickets, with a total lifetime of |