From 679be14a080dfcbbbc9403ff0fc67b61073a357e Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 22 Apr 2009 23:48:24 +0200 Subject: [PATCH] s3-selftest: test wbinfo --allocate-uid/gid. Guenther (cherry picked from commit c3843c40b5c426910a184dcef3b17283e6e224e9) --- source/script/tests/test_wbinfo_s3.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/script/tests/test_wbinfo_s3.sh b/source/script/tests/test_wbinfo_s3.sh index e3bf1b9e708..b24343e9b26 100755 --- a/source/script/tests/test_wbinfo_s3.sh +++ b/source/script/tests/test_wbinfo_s3.sh @@ -34,6 +34,8 @@ tests="$tests:--domain-groups" tests="$tests:--name-to-sid=$username" #Didn't pass yet# tests="$tests:--user-info=$username" tests="$tests:--user-groups=$username" +tests="$tests:--allocate-uid" +tests="$tests:--allocate-gid" failed=0 -- 2.11.4.GIT