Searched defs:ipa_host (Results 1 - 4 of 4) sorted by relevance
/sssd-io/src/providers/ipa/ |
H A D | ipa_deskprofile_rules.c | 59 struct sysdb_attrs *ipa_host, 82 if (ipa_host == NULL) { 88 ret = sysdb_attrs_get_string(ipa_host, SYSDB_ORIG_DN, &host_dn); 127 ret = sysdb_attrs_get_string_array(ipa_host, SYSDB_ORIG_MEMBEROF, 54 ipa_deskprofile_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, struct sss_domain_info *domain, const char *username) argument
|
H A D | ipa_hbac_rules.c | 57 struct sysdb_attrs *ipa_host) 75 if (ipa_host == NULL) { 81 ret = sysdb_attrs_get_string(ipa_host, SYSDB_ORIG_DN, &host_dn); 131 ret = sysdb_attrs_get_string_array(ipa_host, SYSDB_ORIG_MEMBEROF, 52 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 D | ipa_access.c | 99 struct sysdb_attrs *ipa_host; member in struct:ipa_fetch_hbac_state 358 /* Get the ipa_host attrs */ 362 &state->ipa_host); 372 state->ipa_host);
|
H A D | ipa_session.c | 59 struct sysdb_attrs *ipa_host; member in struct:ipa_fetch_deskprofile_state 286 &state->ipa_host); 337 state->ipa_host,
|
Completed in 14 milliseconds