1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-04 00:59:13 +03:00

r26545: Sync output with ejs.

(This used to be commit 48ceaa9643)
This commit is contained in:
Jelmer Vernooij
2007-12-20 15:53:56 +01:00
committed by Stefan Metzmacher
parent 7c1fdfe4b5
commit 109a903750
3 changed files with 32 additions and 36 deletions

View File

@ -30,7 +30,6 @@ class SamDB(samba.Ldb):
super(SamDB, self).__init__(session_info=session_info, credentials=credentials,
modules_dir=modules_dir, lp=lp)
assert misc.dsdb_set_global_schema(self) == 0
assert misc.ldb_register_samba_handlers(self) == 0
if url:
self.connect(url)