From 428db8a58c0c149d5efccc6d788f70916c1d34d7 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sun, 27 Jul 2014 14:44:24 +0200 Subject: TESTS: Add a test to change user IDs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a unit test using the nss_wrapper and uid_wrapper libraries that exercises the ability to become another user. Reviewed-by: Lukáš Slebodník --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1edf4cb19..660ea8d37 100644 --- a/configure.ac +++ b/configure.ac @@ -335,7 +335,7 @@ AC_SUBST([abs_builddir], $abs_build_dir) AC_CONFIG_FILES([Makefile contrib/sssd.spec src/examples/rwtab src/doxy.config src/sysv/sssd src/sysv/gentoo/sssd src/sysv/SUSE/sssd - po/Makefile.in src/man/Makefile + po/Makefile.in src/man/Makefile src/tests/cwrap/Makefile src/providers/ipa/ipa_hbac.pc src/providers/ipa/ipa_hbac.doxy src/lib/idmap/sss_idmap.pc src/lib/idmap/sss_idmap.doxy src/sss_client/sudo/sss_sudo.doxy -- cgit