1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-19 04:23:48 +03:00

r26520: More Python updates.

This commit is contained in:
Jelmer Vernooij
2007-12-18 02:21:14 +01:00
committed by Stefan Metzmacher
parent 4e1054dc62
commit a8b1fe15ac
9 changed files with 205 additions and 26 deletions

View File

@@ -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