From a0abb933d2acd8455a0560bfdbcc21deaf025432 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Thu, 15 Jan 2009 10:14:55 +0100 Subject: s4-winbind: Add support for the WINBINDD_LIST_GROUPS command. --- nsswitch/tests/test_wbinfo.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nsswitch/tests') 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` -- cgit