diff options
Diffstat (limited to 'src')
-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 |