Add ok-as-delegate, and anonymous ticket flags.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3077 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -64,7 +64,9 @@ TicketFlags ::= BIT STRING {
|
|||||||
initial(9),
|
initial(9),
|
||||||
pre-authent(10),
|
pre-authent(10),
|
||||||
hw-authent(11),
|
hw-authent(11),
|
||||||
transited-policy-checked(12)
|
transited-policy-checked(12),
|
||||||
|
ok-as-delegate(13),
|
||||||
|
anonymous(14),
|
||||||
}
|
}
|
||||||
|
|
||||||
KDCOptions ::= BIT STRING {
|
KDCOptions ::= BIT STRING {
|
||||||
@@ -80,6 +82,7 @@ KDCOptions ::= BIT STRING {
|
|||||||
unused9(9),
|
unused9(9),
|
||||||
unused10(10),
|
unused10(10),
|
||||||
unused11(11),
|
unused11(11),
|
||||||
|
request-version4(13), -- non-standard
|
||||||
request-anonymous(14),
|
request-anonymous(14),
|
||||||
disable-transited-check(26),
|
disable-transited-check(26),
|
||||||
renewable-ok(27),
|
renewable-ok(27),
|
||||||
|
Reference in New Issue
Block a user