Update TicketFlags, and KDCOptions to draft-ietf-cat-kerberos-r.00.txt
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2160 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -63,7 +63,8 @@ TicketFlags ::= BIT STRING {
|
|||||||
renewable(8),
|
renewable(8),
|
||||||
initial(9),
|
initial(9),
|
||||||
pre-authent(10),
|
pre-authent(10),
|
||||||
hw-authent(11)
|
hw-authent(11),
|
||||||
|
transited-policy-checked(12)
|
||||||
}
|
}
|
||||||
|
|
||||||
KDCOptions ::= BIT STRING {
|
KDCOptions ::= BIT STRING {
|
||||||
@@ -79,11 +80,13 @@ KDCOptions ::= BIT STRING {
|
|||||||
unused9(9),
|
unused9(9),
|
||||||
unused10(10),
|
unused10(10),
|
||||||
unused11(11),
|
unused11(11),
|
||||||
|
request-anonymous(14),
|
||||||
|
disable-transited-check(26),
|
||||||
renewable-ok(27),
|
renewable-ok(27),
|
||||||
enc-tkt-in-skey(28),
|
enc-tkt-in-skey(28),
|
||||||
renew(30),
|
renew(30),
|
||||||
validate(31)
|
validate(31)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
LastReq ::= SEQUENCE OF SEQUENCE {
|
LastReq ::= SEQUENCE OF SEQUENCE {
|
||||||
|
Reference in New Issue
Block a user