summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_access.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-06-06 22:35:57 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-08-01 12:18:33 -0400
commit9cbcaf880cec85cd5d346ecb83e8d72c0046ce24 (patch)
tree353f3f3ec1347bf03a15668b72dc2ca5a1706afc /src/providers/ipa/ipa_access.h
parente433c91119b40b6066092b8165505332518f4918 (diff)
downloadsssd_unused-9cbcaf880cec85cd5d346ecb83e8d72c0046ce24.tar.gz
sssd_unused-9cbcaf880cec85cd5d346ecb83e8d72c0046ce24.tar.xz
sssd_unused-9cbcaf880cec85cd5d346ecb83e8d72c0046ce24.zip
Remove old HBAC implementation
Diffstat (limited to 'src/providers/ipa/ipa_access.h')
-rw-r--r--src/providers/ipa/ipa_access.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/providers/ipa/ipa_access.h b/src/providers/ipa/ipa_access.h
index 52b2f070..d24056a8 100644
--- a/src/providers/ipa/ipa_access.h
+++ b/src/providers/ipa/ipa_access.h
@@ -52,17 +52,8 @@ struct hbac_ctx {
struct time_rules_ctx *tr_ctx;
struct be_req *be_req;
struct pam_data *pd;
- 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;
- const char *user_dn;
- size_t groups_count;
- const char **groups;
+
char *hbac_search_base;
- struct sysdb_attrs **hbac_services_list;
- size_t hbac_services_count;
};
/* Get BE context associated with HBAC context */