[SCM] Samba Shared Repository - branch master updated

Anatoliy Atanasov anatoliy at samba.org
Tue Jan 4 08:37:01 MST 2011


The branch, master has been updated
       via  1cbce84 s4/ldapcmp: Fix the parsing of the second set of credentials
      from  4ebf2f9 s3-waf: convert SAMBA_VERSION into a subsystem.

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


- Log -----------------------------------------------------------------
commit 1cbce84683ef4fa49b85d87988c5e8db7057530a
Author: Anatoliy Atanasov <anatoliy.atanasov at postpath.com>
Date:   Tue Jan 4 16:50:03 2011 +0200

    s4/ldapcmp: Fix the parsing of the second set of credentials
    
    We need this second set of credentials so we can do comparison
    between DCs in two different domains.
    
    Autobuild-User: Anatoliy Atanasov <anatoliy.atanasov at postpath.com>
    Autobuild-Date: Tue Jan  4 16:36:06 CET 2011 on sn-devel-104

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

Summary of changes:
 source4/scripting/python/samba/netcmd/ldapcmp.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/scripting/python/samba/netcmd/ldapcmp.py b/source4/scripting/python/samba/netcmd/ldapcmp.py
index 1318457..1ecbda7 100755
--- a/source4/scripting/python/samba/netcmd/ldapcmp.py
+++ b/source4/scripting/python/samba/netcmd/ldapcmp.py
@@ -771,7 +771,7 @@ class cmd_ldapcmp(Command):
             credopts=None, sambaopts=None, versionopts=None):
         lp = sambaopts.get_loadparm()
         creds = credopts.get_credentials(lp, fallback_machine=True)
-        creds2 = credopts.get_credentials2(lp, False)
+        creds2 = credopts.get_credentials2(lp)
         if creds2.is_anonymous():
             creds2 = creds
         if not creds.authentication_requested():


-- 
Samba Shared Repository


More information about the samba-cvs mailing list