From 90890b6f4ee75194db0e6dc9c99a8d21f34dd8be Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 6 Jun 2011 22:35:57 -0400 Subject: Remove old HBAC implementation --- src/providers/ipa/ipa_access.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (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 52b2f0707..d24056a83 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 */ -- cgit