Home
last modified time | relevance | path

Searched refs:KADM5_POLICY (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dmodify_s.c54 if((mask & KADM5_POLICY) && strcmp(princ->policy, "default")) in modify_principal()
96 if ((mask & KADM5_POLICY)) { in modify_principal()
H A Dadmin.h90 #define KADM5_POLICY 0x000800 macro
H A Dmarshall.c200 if (mask & KADM5_POLICY) { in store_principal_ent()
308 if (mask & KADM5_POLICY) { in ret_principal_ent()
H A Dcreate_s.c75 if((mask & KADM5_POLICY) && strcmp(princ->policy, "default")) in create_principal()
H A Dget_s.c234 if(mask & KADM5_POLICY) { in kadm5_s_get_principal()
H A Diprop-log.c242 if(mask & KADM5_POLICY) { in print_entry()
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dutil.c453 && (default_mask & KADM5_POLICY) in set_defaults()
454 && !(*mask & KADM5_POLICY)) { in set_defaults()
489 KADM5_POLICY) != 0) in edit_entry()
550 mask, KADM5_POLICY)) { in set_entry()
H A Dget.c64 { "policy", KADM5_POLICY, 0, 0, "Policy", "Policy", 0 },
242 case KADM5_POLICY: in format_field()