From ad07ed37b6b51ef134d4524edaf2259e19ac984f Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Thu, 2 Feb 2012 08:29:01 -0500 Subject: Separate the host-retrieval code from IPA HBAC to common IPA code --- src/providers/ipa/ipa_access.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/providers/ipa/ipa_access.h') diff --git a/src/providers/ipa/ipa_access.h b/src/providers/ipa/ipa_access.h index 65571013..2c7a6e81 100644 --- a/src/providers/ipa/ipa_access.h +++ b/src/providers/ipa/ipa_access.h @@ -61,6 +61,7 @@ struct hbac_ctx { struct sdap_search_base **search_bases; /* Hosts */ + const char **host_attrs; size_t host_count; struct sysdb_attrs **hosts; size_t hostgroup_count; -- cgit