From 197a1514d62494cc8b862d169c841a26e04b8925 Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Fri, 1 Oct 2010 03:30:50 +0300 Subject: [PATCH] s4-ldapcmp.py: Don't guess credentials for second Credentials object This allow us to fallback to first credentials given. Autobuild-User: Kamen Mazdrashki Autobuild-Date: Sat Oct 2 23:05:20 UTC 2010 on sn-devel-104 --- source4/scripting/devel/ldapcmp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/scripting/devel/ldapcmp b/source4/scripting/devel/ldapcmp index 58b187a039d..fdb87e8d285 100755 --- a/source4/scripting/devel/ldapcmp +++ b/source4/scripting/devel/ldapcmp @@ -764,7 +764,7 @@ if __name__ == "__main__": lp = sambaopts.get_loadparm() creds = credopts.get_credentials(lp) - creds2 = credopts.get_credentials2(lp) + creds2 = credopts.get_credentials2(lp, False) if creds2.is_anonymous(): creds2 = creds -- 2.34.1