s4-winbind: Add support for the WINBINDD_LIST_GROUPS command.
[samba.git] / nsswitch / tests / test_wbinfo.sh
index c1709d36529b0653b93ea51f39306b37767b9865..84876e35d12a1145e9705d12b90c166929ac399a 100755 (executable)
@@ -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`