]> git.ipfire.org Git - thirdparty/samba.git/commit
libsmb: provide authinfo domain for DFS referral auth
authorDavid Disseldorp <ddiss@samba.org>
Fri, 16 Jan 2015 15:21:23 +0000 (16:21 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 26 Jan 2015 19:53:08 +0000 (20:53 +0100)
commit34704a62ecb90db456eb330baacdfe24ea24853c
treee660effeb97aad98740961812ca9345b783c74fc
parent333eac480adfba5e7023d1461734baf99c820e54
libsmb: provide authinfo domain for DFS referral auth

libsmbclient uses the smbc_init->smbc_get_auth_data_fn() provided
workgroup/domain in initial connections, but then switches to the
default smb.conf workgroup/domain when handling DFS referrals.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=11059

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 6c9de0cd056afc0b478c02f1bdb0e06532388037)
[ddiss@samba.org: 4.1 rebase with cli_init_creds() call]
source3/libsmb/clidfs.c