From e088912418fd4db750f2097dfde8ef9b77303f05 Mon Sep 17 00:00:00 2001 From: Michal Židek Date: Mon, 27 Jun 2016 17:33:14 +0200 Subject: sssctl: Add config-check command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: https://fedorahosted.org/sssd/ticket/2269 sssctl sconfig-check command allows to call SSSD config file validators on demand. Reviewed-by: Lukáš Slebodník --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4089b690b..706b60d6a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1566,6 +1566,7 @@ sssctl_SOURCES = \ src/tools/sssctl/sssctl_logs.c \ src/tools/sssctl/sssctl_domains.c \ src/tools/sssctl/sssctl_sifp.c \ + src/tools/sssctl/sssctl_config.c \ $(SSSD_TOOLS_OBJ) \ $(NULL) sssctl_LDADD = \ -- cgit