diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-18 02:21:14 +0100 |
|---|---|---|
| committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:51:31 +0100 |
| commit | 63f53094efa29b76eb4136cddf19d9c5d325fc5f (patch) | |
| tree | 2e7ca7c80aaccfcfaed427682854c16bef3ed33c /source4/scripting/python/samba/__init__.py | |
| parent | cad1e11959a3468875500fffac0ce562bc785249 (diff) | |
| download | samba-63f53094efa29b76eb4136cddf19d9c5d325fc5f.tar.gz samba-63f53094efa29b76eb4136cddf19d9c5d325fc5f.tar.bz2 samba-63f53094efa29b76eb4136cddf19d9c5d325fc5f.zip | |
r26520: More Python updates.
(This used to be commit a8b1fe15ac853082961132ede061fe1556ae29f7)
Diffstat (limited to 'source4/scripting/python/samba/__init__.py')
| -rw-r--r-- | source4/scripting/python/samba/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/__init__.py b/source4/scripting/python/samba/__init__.py index f89ac39ac77..8e0eff30110 100644 --- a/source4/scripting/python/samba/__init__.py +++ b/source4/scripting/python/samba/__init__.py @@ -78,6 +78,10 @@ class Ldb(ldb.Ldb): if url: self.connect(url) + def msg(l,text): + print text + #self.set_debug(msg) + set_credentials = misc.ldb_set_credentials set_session_info = misc.ldb_set_session_info set_loadparm = misc.ldb_set_loadparm |
