Searched defs:opt_id (Results 1 - 6 of 6) sorted by relevance

/sssd/src/tests/cmocka/
H A Dcommon_mock_resp_dp.c36 uint32_t opt_id,
30 sss_dp_get_account_send(TALLOC_CTX *mem_ctx, struct resp_ctx *rctx, struct sss_domain_info *dom, bool fast_reply, enum sss_dp_acct_type type, const char *opt_name, uint32_t opt_id, const char *extra) argument
H A Dtest_nested_groups.c86 int opt_id)
83 krb5_try_kdcip(struct confdb_ctx *cdb, const char *conf_path, struct dp_option *opts, int opt_id) argument
H A Dtest_responder_cache_req.c411 uint32_t opt_id,
405 __wrap_sss_dp_get_account_send(TALLOC_CTX *mem_ctx, struct resp_ctx *rctx, struct sss_domain_info *dom, bool fast_reply, enum sss_dp_acct_type type, const char *opt_name, uint32_t opt_id, const char *extra) argument
/sssd/src/responder/common/
H A Dresponder_dp.c440 uint32_t opt_id; member in struct:sss_dp_account_info
450 uint32_t opt_id,
465 if (opt_name && opt_id) {
479 info->opt_id = opt_id;
491 } else if (opt_id) {
494 type, opt_id, extra, dom->name);
496 key = talloc_asprintf(state, "%d:%d@%s", type, opt_id, dom->name);
582 } else if (info->opt_id) {
583 filter = talloc_asprintf(info, "idnumber=%u", info->opt_id);
444 sss_dp_get_account_send(TALLOC_CTX *mem_ctx, struct resp_ctx *rctx, struct sss_domain_info *dom, bool fast_reply, enum sss_dp_acct_type type, const char *opt_name, uint32_t opt_id, const char *extra) argument
[all...]
/sssd/src/providers/krb5/
H A Dkrb5_common.c42 const int opt_id, char **lifetime_str)
48 str = dp_opt_get_string(opts, opt_id);
63 ret = dp_opt_set_string(opts, opt_id, str);
319 struct dp_option *opts, int opt_id)
324 krb5_servers = dp_opt_get_string(opts, opt_id);
337 ret = dp_opt_set_string(opts, opt_id, krb5_servers);
41 check_lifetime(TALLOC_CTX *mem_ctx, struct dp_option *opts, const int opt_id, char **lifetime_str) argument
318 krb5_try_kdcip(struct confdb_ctx *cdb, const char *conf_path, struct dp_option *opts, int opt_id) argument
/sssd/src/responder/nss/
H A Dnsssrv_cmd.c580 uint32_t opt_id,
593 *_id = opt_id;
646 } else if (opt_id != 0) {
649 ret = sysdb_getpwuid_with_views(tmp_ctx, dom, opt_id, &res);
660 ret = sysdb_getgrgid_with_views(tmp_ctx, dom, opt_id, &res);
700 uint32_t opt_id,
712 uint32_t id = opt_id;
726 get_dp_name_and_id(dctx->cmdctx, dctx->domain, req_type, opt_name, opt_id,
576 get_dp_name_and_id(TALLOC_CTX *mem_ctx, struct sss_domain_info *dom, enum sss_dp_acct_type req_type, const char *opt_name, uint32_t opt_id, const char **_name, uint32_t *_id) argument
695 check_cache(struct nss_dom_ctx *dctx, struct nss_ctx *nctx, struct ldb_result *res, enum sss_dp_acct_type req_type, const char *opt_name, uint32_t opt_id, const char *extra, sss_dp_callback_t callback, void *pvt) argument

Completed in 40 milliseconds