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

s4:dsdb/pydsdb: pass down schema_dn to _dsdb_set_schema_from_ldif()

metze
This commit is contained in:
Stefan Metzmacher
2011-11-11 16:34:48 +01:00
parent 18eba021e7
commit e6a9e1dda9
3 changed files with 7 additions and 6 deletions

View File

@ -120,7 +120,7 @@ class Schema(object):
self.set_from_ldif(prefixmap_ldif, self.schema_data, self.schemadn)
def set_from_ldif(self, pf, df, dn):
dsdb._dsdb_set_schema_from_ldif(self.ldb, pf, df)
dsdb._dsdb_set_schema_from_ldif(self.ldb, pf, df, dn)
def write_to_tmp_ldb(self, schemadb_path):
self.ldb.connect(url=schemadb_path)