Lines Matching +full:0 +full:x010000

49 #define KADM5_STRUCT_VERSION 0
53 #define KRB5_KDB_DISALLOW_POSTDATED 0x00000001
54 #define KRB5_KDB_DISALLOW_FORWARDABLE 0x00000002
55 #define KRB5_KDB_DISALLOW_TGT_BASED 0x00000004
56 #define KRB5_KDB_DISALLOW_RENEWABLE 0x00000008
57 #define KRB5_KDB_DISALLOW_PROXIABLE 0x00000010
58 #define KRB5_KDB_DISALLOW_DUP_SKEY 0x00000020
59 #define KRB5_KDB_DISALLOW_ALL_TIX 0x00000040
60 #define KRB5_KDB_REQUIRES_PRE_AUTH 0x00000080
61 #define KRB5_KDB_REQUIRES_HW_AUTH 0x00000100
62 #define KRB5_KDB_REQUIRES_PWCHANGE 0x00000200
63 #define KRB5_KDB_DISALLOW_SVR 0x00001000
64 #define KRB5_KDB_PWCHANGE_SERVICE 0x00002000
65 #define KRB5_KDB_SUPPORT_DESMD5 0x00004000
66 #define KRB5_KDB_NEW_PRINC 0x00008000
67 #define KRB5_KDB_OK_AS_DELEGATE 0x00010000
68 #define KRB5_KDB_TRUSTED_FOR_DELEGATION 0x00020000
69 #define KRB5_KDB_ALLOW_KERBEROS4 0x00040000
70 #define KRB5_KDB_ALLOW_DIGEST 0x00080000
72 #define KADM5_PRINCIPAL 0x000001
73 #define KADM5_PRINC_EXPIRE_TIME 0x000002
74 #define KADM5_PW_EXPIRATION 0x000004
75 #define KADM5_LAST_PWD_CHANGE 0x000008
76 #define KADM5_ATTRIBUTES 0x000010
77 #define KADM5_MAX_LIFE 0x000020
78 #define KADM5_MOD_TIME 0x000040
79 #define KADM5_MOD_NAME 0x000080
80 #define KADM5_KVNO 0x000100
81 #define KADM5_MKVNO 0x000200
82 #define KADM5_AUX_ATTRIBUTES 0x000400
83 #define KADM5_POLICY 0x000800
84 #define KADM5_POLICY_CLR 0x001000
85 #define KADM5_MAX_RLIFE 0x002000
86 #define KADM5_LAST_SUCCESS 0x004000
87 #define KADM5_LAST_FAILED 0x008000
88 #define KADM5_FAIL_AUTH_COUNT 0x010000
89 #define KADM5_KEY_DATA 0x020000
90 #define KADM5_TL_DATA 0x040000
94 #define KADM5_PW_MAX_LIFE 0x004000
95 #define KADM5_PW_MIN_LIFE 0x008000
96 #define KADM5_PW_MIN_LENGTH 0x010000
97 #define KADM5_PW_MIN_CLASSES 0x020000
98 #define KADM5_PW_HISTORY_NUM 0x040000
99 #define KADM5_REF_COUNT 0x080000
101 #define KADM5_POLICY_NORMAL_MASK (~0)
122 #define KRB5_TL_LAST_PWD_CHANGE 0x0001
123 #define KRB5_TL_MOD_PRINC 0x0002
124 #define KRB5_TL_KADM_DATA 0x0003
125 #define KRB5_TL_KADM5_E_DATA 0x0004
126 #define KRB5_TL_RB1_CHALLENGE 0x0005
127 #define KRB5_TL_SECURID_STATE 0x0006
128 #define KRB5_TL_PASSWORD 0x0007
129 #define KRB5_TL_EXTENSION 0x0008
130 #define KRB5_TL_PKINIT_ACL 0x0009
131 #define KRB5_TL_ALIASES 0x000a
170 #define KADM5_CONFIG_REALM (1 << 0)
190 #define KADM5_PRIV_GET (1 << 0)
224 #if 0