Searched refs:KADM5_POLICY (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| H A D | modify_s.c | 54 if((mask & KADM5_POLICY) && strcmp(princ->policy, "default")) in modify_principal() 96 if ((mask & KADM5_POLICY)) { in modify_principal()
|
| H A D | admin.h | 90 #define KADM5_POLICY 0x000800 macro
|
| H A D | marshall.c | 200 if (mask & KADM5_POLICY) { in store_principal_ent() 308 if (mask & KADM5_POLICY) { in ret_principal_ent()
|
| H A D | create_s.c | 75 if((mask & KADM5_POLICY) && strcmp(princ->policy, "default")) in create_principal()
|
| H A D | get_s.c | 234 if(mask & KADM5_POLICY) { in kadm5_s_get_principal()
|
| H A D | iprop-log.c | 242 if(mask & KADM5_POLICY) { in print_entry()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
| H A D | util.c | 453 && (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 D | get.c | 64 { "policy", KADM5_POLICY, 0, 0, "Policy", "Policy", 0 }, 242 case KADM5_POLICY: in format_field()
|