diff options
author | Kai Blin <kai@samba.org> | 2010-01-13 15:21:14 +0100 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-01-14 15:18:34 +0100 |
commit | a4f21d5dc886b708d401a32d2208c316b537b07f (patch) | |
tree | ca47bbcf2bfa00a2366eb7db4421275bd0eeca43 /source4/torture/winbind | |
parent | a6015a858d9658730c0cc9b963ad86a740dd4bb8 (diff) | |
download | samba-a4f21d5dc886b708d401a32d2208c316b537b07f.tar.gz |
s3 selftest: Allow the enumeration of users and groups
This fixes the WINBINDD_GETPWENT test.
Diffstat (limited to 'source4/torture/winbind')
-rw-r--r-- | source4/torture/winbind/struct_based.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/winbind/struct_based.c b/source4/torture/winbind/struct_based.c index d1ae1e5667b..a80f1fa1874 100644 --- a/source4/torture/winbind/struct_based.c +++ b/source4/torture/winbind/struct_based.c @@ -626,7 +626,7 @@ static bool torture_winbind_struct_list_users(struct torture_context *torture) torture_comment(torture, "Running WINBINDD_LIST_USERS (struct based)\n"); ok = get_user_list(torture, &users); - torture_assert(torture, ok, "failed to get group list"); + torture_assert(torture, ok, "failed to get user list"); for (count = 0; users[count]; count++) { } |