diff options
author | Stefan Metzmacher <metze@samba.org> | 2015-03-28 08:31:05 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2015-05-06 01:22:14 +0200 |
commit | 9eb64502f0f3d7b0a86488452740ad8184ae3e37 (patch) | |
tree | 188670217062734d2c8f081d8c373ec74fad3a75 /selftest | |
parent | e1aca8d69e9b825c449f0b0050d7bfd51fd6baa0 (diff) | |
download | samba-9eb64502f0f3d7b0a86488452740ad8184ae3e37.tar.gz |
s3:winbindd: list users/groups of our own domain as AD DC
The AD users/groups of the local domain of an AD DC
only exist via winbindd and not in /etc/passwd or /etc/group.
This also matches the behaviour of the source4/winbind code.
Bug: https://bugzilla.samba.org/show_bug.cgi?id=11183
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/knownfail | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/selftest/knownfail b/selftest/knownfail index 777a4e4835b..3262c9c185f 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -267,7 +267,6 @@ ^samba4.winbind.struct.getdcname\(s4member:local\) ^samba.blackbox.wbinfo\(s4member:local\).wbinfo -r against s4member\(s4member:local\) ^samba.blackbox.wbinfo\(s4member:local\).wbinfo --user-sids against s4member\(s4member:local\) -^samba4.winbind.struct.getpwent\(ad_dc:local\) ^samba.wbinfo_simple.\(s4member:local\).--user-groups ^samba.nss.test using winbind\(s4member:local\) # @@ -277,6 +276,9 @@ ^samba3.local.nss.reentrant enumeration crosschecks\(ad_dc_ntvfs:local\) ^samba3.local.nss.reentrant enumeration\(ad_dc_ntvfs:local\) ^samba3.local.nss.enumeration\(ad_dc_ntvfs:local\) +^samba3.local.nss.reentrant enumeration crosschecks\(ad_dc:local\) +^samba3.local.nss.reentrant enumeration\(ad_dc:local\) +^samba3.local.nss.enumeration\(ad_dc:local\) # # These fail only if we run the unix.whoami test before them # in the member and ad_member environments. ==> Strange!!! |