From 1cbce84683ef4fa49b85d87988c5e8db7057530a Mon Sep 17 00:00:00 2001 From: Anatoliy Atanasov Date: Tue, 4 Jan 2011 16:50:03 +0200 Subject: 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 Autobuild-Date: Tue Jan 4 16:36:06 CET 2011 on sn-devel-104 --- source4/scripting/python/samba/netcmd/ldapcmp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting') diff --git a/source4/scripting/python/samba/netcmd/ldapcmp.py b/source4/scripting/python/samba/netcmd/ldapcmp.py index 1318457a80..1ecbda73a9 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(): -- cgit