summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_hbac_private.h
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2012-02-02 08:29:01 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-02-06 08:25:22 -0500
commitad07ed37b6b51ef134d4524edaf2259e19ac984f (patch)
treed60aa23836439a166a6ec06fd7b09fb1f1f8a7e4 /src/providers/ipa/ipa_hbac_private.h
parent264bbfed9f2cdb05d9e017e9e3307f37edb4c1da (diff)
downloadsssd-ad07ed37b6b51ef134d4524edaf2259e19ac984f.tar.gz
sssd-ad07ed37b6b51ef134d4524edaf2259e19ac984f.tar.xz
sssd-ad07ed37b6b51ef134d4524edaf2259e19ac984f.zip
Separate the host-retrieval code from IPA HBAC to common IPA code
Diffstat (limited to 'src/providers/ipa/ipa_hbac_private.h')
-rw-r--r--src/providers/ipa/ipa_hbac_private.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/providers/ipa/ipa_hbac_private.h b/src/providers/ipa/ipa_hbac_private.h
index 8d735b8bd..acf567157 100644
--- a/src/providers/ipa/ipa_hbac_private.h
+++ b/src/providers/ipa/ipa_hbac_private.h
@@ -98,25 +98,6 @@ hbac_get_category(struct sysdb_attrs *attrs,
const char *category_attr,
uint32_t *_categories);
-/* From ipa_hbac_hosts.c */
-struct tevent_req *
-ipa_hbac_host_info_send(TALLOC_CTX *mem_ctx,
- struct tevent_context *ev,
- struct sysdb_ctx *sysdb,
- struct sdap_handle *sh,
- struct sdap_options *opts,
- bool support_srchost,
- const char *hostname,
- struct sdap_search_base **search_bases);
-
-errno_t
-ipa_hbac_host_info_recv(struct tevent_req *req,
- TALLOC_CTX *mem_ctx,
- size_t *host_count,
- struct sysdb_attrs ***hosts,
- size_t *hostgroup_count,
- struct sysdb_attrs ***hostgroups);
-
errno_t
hbac_thost_attrs_to_rule(TALLOC_CTX *mem_ctx,
struct sysdb_ctx *sysdb,