Description for Kerberos 5's ENC-TKT-IN-SKEY is wrong

http://tools.ietf.org/html/rfc4120#section-2.9.2

#Backport

svn path=/trunk/; revision=44108
This commit is contained in:
Alexis La Goutte 2012-07-29 16:33:34 +00:00
parent e66f10b125
commit 3e5cc78d46
1 changed files with 1 additions and 1 deletions

View File

@ -1599,7 +1599,7 @@ static const true_false_string krb5_kdcoptions_renewable_ok = {
};
static const true_false_string krb5_kdcoptions_enc_tkt_in_skey = {
"ENCrypt TKT in SKEY",
"Do NOT encrypt the tkt inside the skey"
"Do NOT encrypt the tkt using the skey"
};
static const true_false_string krb5_kdcoptions_renew = {
"This is a request to RENEW a ticket",