Searched refs:KRB5_KDB_REQUIRES_PRE_AUTH (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/krb5/ldap_util/ |
H A D | kdb5_ldap_policy.c | 211 policyparams->tktflags |= KRB5_KDB_REQUIRES_PRE_AUTH; 213 policyparams->tktflags &= (int)(~KRB5_KDB_REQUIRES_PRE_AUTH); 592 policyparams->tktflags |= KRB5_KDB_REQUIRES_PRE_AUTH; 594 policyparams->tktflags &= (int)(~KRB5_KDB_REQUIRES_PRE_AUTH); 789 if (ticketflags & KRB5_KDB_REQUIRES_PRE_AUTH)
|
H A D | kdb5_ldap_realm.c | 242 rparams->tktflags |= KRB5_KDB_REQUIRES_PRE_AUTH; 244 rparams->tktflags &= (int)(~KRB5_KDB_REQUIRES_PRE_AUTH); 2049 if (ticketflags & KRB5_KDB_REQUIRES_PRE_AUTH) in print_realm_params()
|
/titanic_41/usr/src/lib/krb5/kadm5/ |
H A D | str_conv.c | 134 { KRB5_KDB_REQUIRES_PRE_AUTH, 1, flags_preauth_in, flags_preauth_out },
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/krb5/ |
H A D | kdb.h | 80 #define KRB5_KDB_REQUIRES_PRE_AUTH 0x00000080 macro
|
/titanic_41/usr/src/cmd/krb5/krb5kdc/ |
H A D | kdc_preauth.c | 790 isflagset (client->attributes, KRB5_KDB_REQUIRES_PRE_AUTH) ? "" : "no ", in missing_required_preauth() 796 if (isflagset(client->attributes, KRB5_KDB_REQUIRES_PRE_AUTH) && in missing_required_preauth() 1054 !isflagset(client->attributes, KRB5_KDB_REQUIRES_PRE_AUTH) && in check_padata()
|
H A D | kdc_util.c | 1346 if (isflagset(server.attributes, KRB5_KDB_REQUIRES_PRE_AUTH) && in validate_tgs_request()
|
/titanic_41/usr/src/cmd/krb5/kadmin/cli/ |
H A D | kadmin.c | 75 {"requires_preauth", 16, KRB5_KDB_REQUIRES_PRE_AUTH, 0},
|