1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-28 11:42:03 +03:00

s4-python: Move set_global_schema to pydsdb.

This commit is contained in:
Jelmer Vernooij
2010-04-08 03:26:39 +02:00
parent a1e47e3dd2
commit 2578072541
3 changed files with 105 additions and 54 deletions

View File

@ -48,7 +48,7 @@ class SamDB(samba.Ldb):
options=options)
if global_schema:
glue.dsdb_set_global_schema(self)
dsdb.dsdb_set_global_schema(self)
def connect(self, url=None, flags=0, options=None):
super(SamDB, self).connect(url=self.lp.private_path(url), flags=flags,