]> git.ipfire.org Git - thirdparty/samba.git/commit
auth3: prepare the logic for "map untrusted to domain = auto"
authorStefan Metzmacher <metze@samba.org>
Wed, 22 Mar 2017 11:08:20 +0000 (12:08 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 16 Jun 2017 01:21:29 +0000 (03:21 +0200)
commitbd69a3e2e9a57713c6641de4f92e7e23488e457b
treed3ceaab5826e02305fd9deb4a5b253a2000c72eb
parenta4839defc2000d4d18e1f5d479e4e2048c4fab0a
auth3: prepare the logic for "map untrusted to domain = auto"

This implements the same behavior as Windows,
we should pass the domain and account names given
by the client directly to the auth backends,
they can decide if they are able to process the
authentication pass it to the next backend.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/auth/auth_util.c