From 59fe99027d0ac972d0d74a24842d6423119c0d21 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 22 Apr 2009 23:48:24 +0200 Subject: s3-selftest: test wbinfo --allocate-uid/gid. Guenther --- source3/script/tests/test_wbinfo_s3.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3') diff --git a/source3/script/tests/test_wbinfo_s3.sh b/source3/script/tests/test_wbinfo_s3.sh index fa6e20fc72..d47953e0f3 100755 --- a/source3/script/tests/test_wbinfo_s3.sh +++ b/source3/script/tests/test_wbinfo_s3.sh @@ -36,6 +36,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 -- cgit