mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
tests/krb5: Add KDCOptions flag for constrained delegation
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Isaac Boukris <iboukris@samba.org>
This commit is contained in:
parent
448b661bf8
commit
08086c4398
@ -632,6 +632,7 @@ KDCOptionsValues ::= BIT STRING { -- KerberosFlags
|
||||
opt-hardware-auth(11),
|
||||
unused12(12),
|
||||
unused13(13),
|
||||
cname-in-addl-tkt(14),
|
||||
-- Canonicalize is used by RFC 6806
|
||||
canonicalize(15),
|
||||
-- 26 was unused in 1510
|
||||
|
@ -649,6 +649,7 @@ KDCOptionsValues.namedValues = namedval.NamedValues(
|
||||
('opt-hardware-auth', 11),
|
||||
('unused12', 12),
|
||||
('unused13', 13),
|
||||
('cname-in-addl-tkt', 14),
|
||||
('canonicalize', 15),
|
||||
('disable-transited-check', 26),
|
||||
('renewable-ok', 27),
|
||||
|
Loading…
Reference in New Issue
Block a user