/sssd-io/src/responder/common/ |
H A D | responder_get_domains.c | 650 uint32_t opt_id; member in struct:sss_dp_get_account_domain_info 659 uint32_t opt_id) 678 info->opt_id = opt_id; 681 key = talloc_asprintf(state, "%d: %"SPRIuid"@%s", type, opt_id, dom->name); 737 filter = talloc_asprintf(info, "idnumber=%u", info->opt_id); 655 sss_dp_get_account_domain_send(TALLOC_CTX *mem_ctx, struct resp_ctx *rctx, struct sss_domain_info *dom, enum sss_dp_acct_type type, uint32_t opt_id) argument
|
H A D | responder_dp.c | 478 uint32_t opt_id; member in struct:sss_dp_account_info 488 uint32_t opt_id, 503 if (opt_name && opt_id) { 546 info->opt_id = opt_id; 558 } else if (opt_id) { 561 type, opt_id, extra, dom->name); 563 key = talloc_asprintf(state, "%d:%d@%s", type, opt_id, dom->name); 695 } else if (info->opt_id) { 696 filter = talloc_asprintf(info, "idnumber=%u", info->opt_id); 482 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-io/src/tests/cmocka/ |
H A D | common_mock_resp_dp.c | 37 uint32_t opt_id, 188 uint32_t opt_id) 31 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 184 sss_dp_get_account_domain_send(TALLOC_CTX *mem_ctx, struct resp_ctx *rctx, struct sss_domain_info *domain, enum sss_dp_acct_type type, uint32_t opt_id) argument
|
H A D | test_nested_groups.c | 86 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 D | test_responder_cache_req.c | 482 uint32_t opt_id, 476 __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-io/src/providers/krb5/ |
H A D | krb5_common.c | 43 const int opt_id, char **lifetime_str) 49 str = dp_opt_get_string(opts, opt_id); 64 ret = dp_opt_set_string(opts, opt_id, str); 320 struct dp_option *opts, int opt_id) 325 krb5_servers = dp_opt_get_string(opts, opt_id); 338 ret = dp_opt_set_string(opts, opt_id, krb5_servers); 42 check_lifetime(TALLOC_CTX *mem_ctx, struct dp_option *opts, const int opt_id, char **lifetime_str) argument 319 krb5_try_kdcip(struct confdb_ctx *cdb, const char *conf_path, struct dp_option *opts, int opt_id) argument
|