kerberos_constants/
kdc_options.rs1pub const NO_OPTION: u32 = 0x00000000;
4pub const FORWARDABLE: u32 = 0x40000000;
5pub const FORWARDED: u32 = 0x20000000;
6pub const PROXIABLE: u32 = 0x10000000;
7pub const PROXY: u32 = 0x08000000;
8pub const ALLOW_POSTDATE: u32 = 0x04000000;
9pub const POSTDATED: u32 = 0x02000000;
10pub const RENEWABLE: u32 = 0x00800000;
11pub const OPT_HARDWARE_AUTH: u32 = 0x00100000;
12pub const CONSTRAINED_DELEGATION: u32 = 0x00020000;
13pub const CANONICALIZE: u32 = 0x00010000;
14pub const REQUEST_ANONYMOUS: u32 = 0x8000;
15pub const DISABLE_TRANSITED_CHECK: u32 = 0x20;
16pub const RENEWABLE_OK: u32 = 0x10;
17pub const ENC_TKT_IN_SKEY: u32 = 0x08;
18pub const RENEW: u32 = 0x02;
19pub const VALIDATE: u32 = 0x01;