summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_access.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-06-02 11:45:24 +0200
committerStephen Gallagher <sgallagh@redhat.com>2010-09-23 13:21:54 -0400
commitff76f3e78451b78d8acad95121273ae385726393 (patch)
tree8d7ae6e5adf69faa5c90b06c28f435381080b1dd /src/providers/ipa/ipa_access.h
parent7fa3d0b46fe8cab6cacbed4ea7729a3dad67f93e (diff)
downloadsssd-ff76f3e78451b78d8acad95121273ae385726393.tar.gz
sssd-ff76f3e78451b78d8acad95121273ae385726393.tar.xz
sssd-ff76f3e78451b78d8acad95121273ae385726393.zip
Handle host objects like other objects
Diffstat (limited to 'src/providers/ipa/ipa_access.h')
-rw-r--r--src/providers/ipa/ipa_access.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_access.h b/src/providers/ipa/ipa_access.h
index b43c712f1..ba5670082 100644
--- a/src/providers/ipa/ipa_access.h
+++ b/src/providers/ipa/ipa_access.h
@@ -52,7 +52,8 @@ struct hbac_ctx {
struct time_rules_ctx *tr_ctx;
struct be_req *be_req;
struct pam_data *pd;
- struct hbac_host_info **hbac_host_info;
+ struct sysdb_attrs **hbac_hosts_list;
+ size_t hbac_hosts_count;
struct hbac_host_info *remote_hhi;
struct sysdb_attrs **hbac_rule_list;
size_t hbac_rule_count;