From 7a79d161838efcec27a159fc40481e7be419b778 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 15 Aug 2009 15:20:09 +0200 Subject: s4: Major rework of the LDB/SAMDB/IDMAP python bindings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Centralise the lookups for the default domain (root) in the call "domain_dn" - Reduce the LDB connections attempts ("connect" calls) from three to one - tools should load faster - Make the LDB connection init more like the "ldb_wrap_connection" call - Load the right UTF8 casefolder which fixes up problems with special characters (discovered by me: e.g. small "Umlaute" (ä, ö, ü, ...) in the DN weren't upcased - so records "seemed" lost in TDB) --- source4/scripting/python/samba/tests/dcerpc/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 source4/scripting/python/samba/tests/dcerpc/__init__.py (limited to 'source4/scripting/python/samba/tests') diff --git a/source4/scripting/python/samba/tests/dcerpc/__init__.py b/source4/scripting/python/samba/tests/dcerpc/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 -- cgit