Home
last modified time | relevance | path

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

/src/crypto/krb5/src/kadmin/server/
H A Dserver_stubs.c1380 const char *errmsg = NULL, *cpolicy = NULL; in get_policy_2_svc() local
1398 cpolicy = caller_ent.policy; in get_policy_2_svc()
1402 (cpolicy == NULL || strcmp(cpolicy, arg->name) != 0)) || in get_policy_2_svc()
1403 !stub_auth(handle, OP_GETPOL, NULL, NULL, arg->name, cpolicy)) { in get_policy_2_svc()