nsswitch: let test_wbinfo.sh also test wbinfo -a $USERNAME@$DOMAIN
authorStefan Metzmacher <metze@samba.org>
Mon, 7 Mar 2022 19:57:52 +0000 (20:57 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 10 Mar 2022 03:16:35 +0000 (03:16 +0000)
commite1d2c59d360fb4e72dafe788b5d9dbb0572bf811
tree42262cb2b439e2a179dad98c806ba4b7c779a1a2
parentc56cb12f347b7582290ce1d4dfe3959d69050bd9
nsswitch: let test_wbinfo.sh also test wbinfo -a $USERNAME@$DOMAIN

When winbindd forwards wbinfo -a via netrLogonSamLogon* to a remote
DC work fine for upn names, e.g. administrator@DOMAIN.

But it currently fails locally on a DC against the local sam.

For the RODC only work because it forwards the request to
an RWDC.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13879
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15003

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
nsswitch/tests/test_wbinfo.sh
selftest/knownfail.d/samba.blackbox.wbinfo [new file with mode: 0644]