diff options
author | Kai Blin <kai@samba.org> | 2009-01-15 10:14:55 +0100 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2009-01-15 10:35:00 +0100 |
commit | a0abb933d2acd8455a0560bfdbcc21deaf025432 (patch) | |
tree | 4b3b711607baf6c436c8408e0a79020c37b2dcfd /nsswitch | |
parent | ec93fd6b0ccec34c109958137517d8c131033cd7 (diff) | |
download | samba-a0abb933d2acd8455a0560bfdbcc21deaf025432.tar.gz samba-a0abb933d2acd8455a0560bfdbcc21deaf025432.tar.xz samba-a0abb933d2acd8455a0560bfdbcc21deaf025432.zip |
s4-winbind: Add support for the WINBINDD_LIST_GROUPS command.
Diffstat (limited to 'nsswitch')
-rwxr-xr-x | nsswitch/tests/test_wbinfo.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nsswitch/tests/test_wbinfo.sh b/nsswitch/tests/test_wbinfo.sh index c1709d36529..84876e35d12 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` |