From 7a7068f2ed6a21e6eab06021a3262217fe0afaf8 Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Sun, 26 Sep 2010 00:13:39 +0300 Subject: s4-ldap_schema.py: Remove unused LDB connection to GC port --- source4/dsdb/tests/python/ldap_schema.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source4/dsdb/tests/python/ldap_schema.py') diff --git a/source4/dsdb/tests/python/ldap_schema.py b/source4/dsdb/tests/python/ldap_schema.py index 4f17dd8b36..171d6d1ec4 100755 --- a/source4/dsdb/tests/python/ldap_schema.py +++ b/source4/dsdb/tests/python/ldap_schema.py @@ -528,11 +528,6 @@ if host.startswith("ldap://"): ldb_options = ["modules:paged_searches"] ldb = Ldb(host, credentials=creds, session_info=system_session(), lp=lp, options=ldb_options) -if not "tdb://" in host: - gc_ldb = Ldb("%s:3268" % host, credentials=creds, - session_info=system_session(), lp=lp) -else: - gc_ldb = None runner = SubunitTestRunner() rc = 0 -- cgit