Searched defs:ipa_host (Results 1 - 2 of 2) sorted by relevance

/sssd/src/providers/ipa/
H A Dipa_hbac_rules.c56 struct sysdb_attrs *ipa_host)
69 if (ipa_host == NULL) {
77 ret = sysdb_attrs_get_string(ipa_host, SYSDB_ORIG_DN, &host_dn);
133 ret = sysdb_attrs_get_string_array(ipa_host, SYSDB_ORIG_MEMBEROF,
51 ipa_hbac_rule_info_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_handle *sh, struct sdap_options *opts, struct sdap_search_base **search_bases, struct sysdb_attrs *ipa_host) argument
H A Dipa_access.c103 struct sysdb_attrs *ipa_host; member in struct:ipa_fetch_hbac_state
350 /* Get the ipa_host attrs */
351 state->ipa_host = NULL;
368 state->ipa_host = state->hosts[i];
373 if (state->ipa_host == NULL) {
383 state->ipa_host);

Completed in 1249 milliseconds