OP_MOD
if (op == OP_ADD || op == OP_MOD)
if (op == OP_MOD)
st = set_ldap_error(context, st, OP_MOD);
ret = set_ldap_error(context, ret, OP_MOD);
st = krb5_ldap_modify_ext(context, ld, dn, mods, OP_MOD);
st = krb5_ldap_modify_ext(context, ld, dn, mods, OP_MOD);
st = translate_ldap_error (st, OP_MOD);
st = translate_ldap_error(st, OP_MOD);
st = set_ldap_error (context, st, OP_MOD);
st = set_ldap_error (context, st, OP_MOD);
st = set_ldap_error (context, st, OP_MOD);