The branch, master has been updated
       via  6da8601 libsmb: provide authinfo domain for encrypted session 
referrals
      from  852fda9 CodingStyle: Update example to use our coding practice.

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 6da86012a2ca521efe0cf1bf05fcd04c3099b190
Author: David Disseldorp <[email protected]>
Date:   Mon Jan 19 13:39:35 2015 +0100

    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 <[email protected]>
    Reviewed-by: Jeremy Allison <[email protected]>
    
    Autobuild-User(master): Jeremy Allison <[email protected]>
    Autobuild-Date(master): Wed Jan 21 04:29:06 CET 2015 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/libsmb/clidfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/clidfs.c b/source3/libsmb/clidfs.c
index 79d88a5..434cb18 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;


-- 
Samba Shared Repository

Reply via email to