diff options
author | Ken Raeburn <raeburn@mit.edu> | 2008-08-25 20:11:19 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2008-08-25 20:11:19 +0000 |
commit | 8740f92b8f48256a30b536abbf8f1172c2492d68 (patch) | |
tree | 0c3d61baf8acdaf87b2ae9ddcee41f0821890e09 | |
parent | 2f2343584826983a4920fbad2a0248a42b584cf8 (diff) | |
download | krb5-8740f92b8f48256a30b536abbf8f1172c2492d68.tar.gz krb5-8740f92b8f48256a30b536abbf8f1172c2492d68.tar.xz krb5-8740f92b8f48256a30b536abbf8f1172c2492d68.zip |
Update description of -k option: From the code it appears the default
is des-cbc-crc, and it applies to entering passwords with -m.
ticket: 5565
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20692 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r-- | src/kdc/krb5kdc.M | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kdc/krb5kdc.M b/src/kdc/krb5kdc.M index 2056eecd9..e8758dade 100644 --- a/src/kdc/krb5kdc.M +++ b/src/kdc/krb5kdc.M @@ -1,6 +1,6 @@ .\" kdc/krb5kdc.M .\" -.\" Copyright 1990 by the Massachusetts Institute of Technology. +.\" Copyright 1990, 2008 by the Massachusetts Institute of Technology. .\" .\" Export of this software from the United States of America may .\" require a specific license from the United States Government. @@ -106,8 +106,8 @@ This option does not apply to the LDAP database. The .B \-k .I keytype -option specifies the key type of the master key in the database; the default -is KEYTYPE_DES. +option specifies the key type of the master key to be entered manually +as a password when -m is given; the default is "des-cbc-crc". .PP The .B \-M |