mirror of
https://github.com/samba-team/samba.git
synced 2025-12-14 20:23:54 +03:00
s4:provison Add prefixes to ldb using same code a later modify will use
This allows us to test out the code that will do the modify of the prefixMap, and to provide the bindings that may assist a future upgrade script. Andrew Bartlett
This commit is contained in:
@@ -239,6 +239,9 @@ class Ldb(ldb.Ldb):
|
||||
def set_schema_from_ldb(self, ldb):
|
||||
glue.dsdb_set_schema_from_ldb(self, ldb)
|
||||
|
||||
def write_prefixes_from_schema(self):
|
||||
glue.dsdb_write_prefixes_from_schema_to_ldb(self)
|
||||
|
||||
def convert_schema_to_openldap(self, target, mapping):
|
||||
return glue.dsdb_convert_schema_to_openldap(self, target, mapping)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user