From 1d1a0a019d8d4d9ab0f51ada03604cd2cada287e Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 19 Apr 2016 13:52:59 +0200 Subject: Add winbind idmap plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With this plugin winbind can use the same id-mapping as SSSD which makes it possible to run both together in a consistent way. Reviewed-by: Jakub Hrozek Reviewed-by: Lukáš Slebodník --- src/tests/dlopen-tests.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tests') diff --git a/src/tests/dlopen-tests.c b/src/tests/dlopen-tests.c index e808f23e7..332b268e2 100644 --- a/src/tests/dlopen-tests.c +++ b/src/tests/dlopen-tests.c @@ -70,6 +70,9 @@ struct so { #ifdef HAVE_CIFS_IDMAP_PLUGIN { "cifs_idmap_sss.so", { LIBPFX"cifs_idmap_sss.so", NULL } }, #endif + { "winbind_idmap_sss.so", { LIBPFX"libdlopen_test_winbind_idmap.so", + LIBPFX"winbind_idmap_sss.so", + NULL } }, { "memberof.so", { LIBPFX"memberof.so", NULL } }, { "libsss_child.so", { LIBPFX"libsss_util.so", LIBPFX"libsss_child.so", NULL } }, -- cgit