diff options
author | Günther Deschner <gd@samba.org> | 2009-04-22 23:48:24 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-23 10:30:32 +0200 |
commit | 59fe99027d0ac972d0d74a24842d6423119c0d21 (patch) | |
tree | a2be84612e39d1337528f1ef6b30a200842cbf45 | |
parent | c93e2d9d43ad9e16ccce2ca3e13a7d2000bd0f06 (diff) | |
download | samba-59fe99027d0ac972d0d74a24842d6423119c0d21.tar.gz samba-59fe99027d0ac972d0d74a24842d6423119c0d21.tar.bz2 samba-59fe99027d0ac972d0d74a24842d6423119c0d21.zip |
s3-selftest: test wbinfo --allocate-uid/gid.
Guenther
-rwxr-xr-x | source3/script/tests/test_wbinfo_s3.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |