diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-08-15 15:20:09 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-08-17 11:58:40 +0200 |
commit | 7a79d161838efcec27a159fc40481e7be419b778 (patch) | |
tree | b35df32b2a0284e9102648641646419f69b15674 /source4/scripting/python/samba/tests | |
parent | 0a5ea25d21a9745508e118a20fca837e74b031df (diff) | |
download | samba-7a79d161838efcec27a159fc40481e7be419b778.tar.gz samba-7a79d161838efcec27a159fc40481e7be419b778.tar.xz samba-7a79d161838efcec27a159fc40481e7be419b778.zip |
s4: Major rework of the LDB/SAMDB/IDMAP python bindings
- 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)
Diffstat (limited to 'source4/scripting/python/samba/tests')
-rw-r--r-- | source4/scripting/python/samba/tests/dcerpc/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
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 e69de29bb2d..00000000000 --- a/source4/scripting/python/samba/tests/dcerpc/__init__.py +++ /dev/null |