[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sun Feb 6 12:44:01 MST 2011


The branch, master has been updated
       via  40a46a9 s3: Use the right credentials in check_netlogond_security
      from  007dc95 s3: Only build auth_netlogond for the developer build

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


- Log -----------------------------------------------------------------
commit 40a46a9cca88cc06b028b415e8d1c49d54076307
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Feb 6 19:56:22 2011 +0100

    s3: Use the right credentials in check_netlogond_security
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Sun Feb  6 20:43:03 CET 2011 on sn-devel-104

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

Summary of changes:
 source3/auth/auth_netlogond.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/auth/auth_netlogond.c b/source3/auth/auth_netlogond.c
index 854060b..9c367e6 100644
--- a/source3/auth/auth_netlogond.c
+++ b/source3/auth/auth_netlogond.c
@@ -390,7 +390,7 @@ static NTSTATUS check_netlogond_security(const struct auth_context *auth_context
 	 */
 
 	status = netlogond_validate(talloc_tos(), auth_context, ncalrpcsock,
-				    creds, user_info, &info3,
+				    p->dc, user_info, &info3,
 				    &schannel_bind_result);
 
 	TALLOC_FREE(p);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list