]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:winbindd: let wb_irpc_SamLogon reject the local domain as RWDC master
authorStefan Metzmacher <metze@samba.org>
Mon, 27 Apr 2026 16:13:36 +0000 (18:13 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 28 Apr 2026 11:49:16 +0000 (11:49 +0000)
commitb4e612725f9fe11f1791bd170cef8b0dade45ba6
tree56fe59c1023ac6a2213ac7fad11d18a23c370d73
parent34c4ab4c610960ba587659e077608778970363a0
s3:winbindd: let wb_irpc_SamLogon reject the local domain as RWDC

If the clients use a subdomain of our domain the
'sam' auth backend passed the request along to
the 'winbind' auth backend. If winbindd tries
to use the local domain we hit the case that
an unknown domain was used. So we need to
bounce the request back to 'sam_ignoredomain'.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Tue Apr 28 11:49:16 UTC 2026 on atb-devel-224
source3/winbindd/winbindd_irpc.c