summaryrefslogtreecommitdiff
path: root/source3/libsmb/clidfs.c
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@samba.org>2015-01-19 13:39:35 +0100
committerJeremy Allison <jra@samba.org>2015-01-21 04:29:06 +0100
commit6da86012a2ca521efe0cf1bf05fcd04c3099b190 (patch)
tree1ccf1b34c28b52d445f0be659cf99a5f187e7fd9 /source3/libsmb/clidfs.c
parent852fda9cb5c18a2454b80b16ab35aece58b53abb (diff)
downloadsamba-6da86012a2ca521efe0cf1bf05fcd04c3099b190.tar.gz
libsmb: provide authinfo domain for encrypted session referrals
6c9de0cd056afc0b478c02f1bdb0e06532388037 requires this extra change. 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> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Jan 21 04:29:06 CET 2015 on sn-devel-104
Diffstat (limited to 'source3/libsmb/clidfs.c')
-rw-r--r--source3/libsmb/clidfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clidfs.c b/source3/libsmb/clidfs.c
index 79d88a5f3e6..434cb18706b 100644
--- a/source3/libsmb/clidfs.c
+++ b/source3/libsmb/clidfs.c
@@ -1209,7 +1209,7 @@ bool cli_check_msdfs_proxy(TALLOC_CTX *ctx,
status = cli_cm_force_encryption(cli,
username,
password,
- lp_workgroup(),
+ domain,
"IPC$");
if (!NT_STATUS_IS_OK(status)) {
return false;