summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2016-04-19 13:52:59 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2016-06-21 12:09:28 +0200
commit1d1a0a019d8d4d9ab0f51ada03604cd2cada287e (patch)
tree84b6ba89e5753a58d3853fdff6bf1ea8edccb37e /src/tests
parent72ceb1b4629a8e7f4f9e6dc9fae4c638e3117a26 (diff)
downloadsssd-1d1a0a019d8d4d9ab0f51ada03604cd2cada287e.tar.gz
sssd-1d1a0a019d8d4d9ab0f51ada03604cd2cada287e.tar.xz
sssd-1d1a0a019d8d4d9ab0f51ada03604cd2cada287e.zip
Add winbind idmap plugin
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 <jhrozek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/dlopen-tests.c3
1 files changed, 3 insertions, 0 deletions
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 } },