Home
last modified time | relevance | path

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

/src/crypto/krb5/src/kadmin/server/
H A Dauth.c139 assert(opcode != OP_ADDPRINC && opcode != OP_MODPRINC); in call_module()
277 assert(opcode == OP_ADDPRINC || opcode == OP_MODPRINC); in auth_restrict()
286 } else if (opcode == OP_MODPRINC && h->vt.modprinc != NULL) { in auth_restrict()
H A Dauth.h37 #define OP_MODPRINC 2 macro
H A Dserver_stubs.c631 !stub_auth_restrict(handle, OP_MODPRINC, rec.principal, &arg->rec, in modify_principal_2_svc()