summaryrefslogtreecommitdiff
path: root/nsswitch/tests
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2009-01-15 10:14:55 +0100
committerKai Blin <kai@samba.org>2009-01-15 10:35:00 +0100
commita0abb933d2acd8455a0560bfdbcc21deaf025432 (patch)
tree4b3b711607baf6c436c8408e0a79020c37b2dcfd /nsswitch/tests
parentec93fd6b0ccec34c109958137517d8c131033cd7 (diff)
downloadsamba-a0abb933d2acd8455a0560bfdbcc21deaf025432.tar.gz
samba-a0abb933d2acd8455a0560bfdbcc21deaf025432.tar.bz2
samba-a0abb933d2acd8455a0560bfdbcc21deaf025432.zip
s4-winbind: Add support for the WINBINDD_LIST_GROUPS command.
Diffstat (limited to 'nsswitch/tests')
-rwxr-xr-xnsswitch/tests/test_wbinfo.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/nsswitch/tests/test_wbinfo.sh b/nsswitch/tests/test_wbinfo.sh
index c1709d3652..84876e35d1 100755
--- a/nsswitch/tests/test_wbinfo.sh
+++ b/nsswitch/tests/test_wbinfo.sh
@@ -54,8 +54,7 @@ knownfail() {
# List users
testit "wbinfo -u against $TARGET" $wbinfo -u || failed=`expr $failed + 1`
# List groups
-# Does not work yet
-knownfail "wbinfo -g against $TARGET" $wbinfo -g || failed=`expr $failed + 1`
+testit "wbinfo -g against $TARGET" $wbinfo -g || failed=`expr $failed + 1`
# Convert netbios name to IP
# Does not work yet
knownfail "wbinfo -N against $TARGET" $wbinfo -N $NETBIOSNAME || failed=`expr $failed + 1`