From f5e22261a2ff95f2a61f4f199fffb8de79668110 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 5 Oct 2011 15:58:15 -0400 Subject: HBAC: Use originalMember for identifying servicegroups --- src/providers/ipa/ipa_hbac_private.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/providers/ipa/ipa_hbac_private.h') diff --git a/src/providers/ipa/ipa_hbac_private.h b/src/providers/ipa/ipa_hbac_private.h index 7289a0422..4c637aa5f 100644 --- a/src/providers/ipa/ipa_hbac_private.h +++ b/src/providers/ipa/ipa_hbac_private.h @@ -157,6 +157,11 @@ hbac_service_attrs_to_rule(TALLOC_CTX *mem_ctx, const char *rule_name, struct sysdb_attrs *rule_attrs, struct hbac_rule_element **services); +errno_t +get_ipa_servicegroupname(TALLOC_CTX *mem_ctx, + struct sysdb_ctx *sysdb, + const char *service_dn, + char **servicename); /* From ipa_hbac_rules.c */ struct tevent_req * -- cgit