1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

selftest: Make the wbinfo userinfo tests work properly with the qualified name

This eliminates a knownfail.

Change-Id: I7331a4e62ef8c1f2a9999a78865023ae19beeaca
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Nadezhda Ivanova <nivanova@samba.org>
This commit is contained in:
Garming Sam 2014-06-30 14:58:21 +12:00 committed by Andrew Bartlett
parent 95a55df021
commit 5d069a04fc
2 changed files with 1 additions and 3 deletions

View File

@ -276,8 +276,6 @@
#
# These do not work against winbindd in member mode for unknown reasons
#
^samba.wbinfo_simple.\(member:local\).--user-info
^samba.wbinfo_simple.\(s3member:local\).--user-info
^samba4.winbind.struct.getpwent\(plugin_s4_dc:local\)
#
# These just happen to fail for some reason (probably because they run against the s4 winbind)

View File

@ -398,7 +398,7 @@ for env in ["s3dc", "member", "plugin_s4_dc", "dc", "s3member", "s4member"]:
"--domain-groups",
"--name-to-sid=$DC_USERNAME",
"--name-to-sid=$DOMAIN/$DC_USERNAME",
"--user-info=$DC_USERNAME",
"--user-info=$DOMAIN/$DC_USERNAME",
"--user-groups=$DOMAIN/$DC_USERNAME",
"--authenticate=$DOMAIN/$DC_USERNAME%$DC_PASSWORD",
"--allocate-uid",