From e11f9b46c6345471cca76b9772080d3bfd687852 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 20 May 2009 02:12:17 +0200 Subject: s3-selftest: add add and delete group scripts using nss_wrapper. Guenther --- selftest/target/Samba3.pm | 2 ++ source3/script/tests/selftest.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index bf27f36a50..30453f2e9b 100644 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -459,8 +459,10 @@ sub provision($$$$$$) time server = yes add user script = $nss_wrapper_pl --path $nss_wrapper_passwd --type passwd --action add --name %u + add group script = $nss_wrapper_pl --path $nss_wrapper_group --type group --action add --name %g add machine script = $nss_wrapper_pl --path $nss_wrapper_passwd --type passwd --action add --name %u delete user script = $nss_wrapper_pl --path $nss_wrapper_passwd --type passwd --action delete --name %u + delete group script = $nss_wrapper_pl --path $nss_wrapper_group --type group --action delete --name %g kernel oplocks = no kernel change notify = no diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index 8f078d2383..1e84d1c0b8 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -217,8 +217,10 @@ cat >$SERVERCONFFILE<