summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorFabiano Fidêncio <fidencio@redhat.com>2017-04-10 12:40:59 +0200
committerJakub Hrozek <jhrozek@redhat.com>2017-08-28 20:37:59 +0200
commit9a18f78f38e274f4906af6ef8e1a82d844fde4cc (patch)
treea5dbdf9a88358cb332bb1cf2807d47ac4aac6414 /Makefile.am
parent8a26d32bc9b71e85a42b7832891100a7249f92aa (diff)
downloadsssd-9a18f78f38e274f4906af6ef8e1a82d844fde4cc.tar.gz
sssd-9a18f78f38e274f4906af6ef8e1a82d844fde4cc.tar.xz
sssd-9a18f78f38e274f4906af6ef8e1a82d844fde4cc.zip
IPA: Make ipa_hbac_sysdb_save() more generic
Although there's no change in the ipa_hbac_sysdb_save() itself, its name has been changed to ipa_common_entries_and_groups_sysdb_save() and its been split out from HBAC related files and moved to the newly created ipa_rules_common.[ch] files, which will also be used in the future for new backend modules. ipa_rules_common.[ch] is not exactly the best name for those files, IMO, but I really cannot come up with something better. Related: https://pagure.io/SSSD/sssd/issue/2995 Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index faa2fbaba..161db1980 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3890,6 +3890,8 @@ libsss_ipa_la_SOURCES = \
src/providers/ipa/ipa_hbac_services.c \
src/providers/ipa/ipa_hbac_users.c \
src/providers/ipa/ipa_hbac_common.c \
+ src/providers/ipa/ipa_rules_common.c \
+ src/providers/ipa/ipa_rules_common.h \
src/providers/ipa/ipa_srv.c \
src/providers/ipa/ipa_idmap.c \
src/providers/ipa/ipa_dn.c \