mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
pydsdb: Move write_prefixes_from_schema_to_ldb to pydsdb from pyglue.
This commit is contained in:
@ -287,7 +287,7 @@ class Ldb(_Ldb):
|
||||
dsdb.dsdb_set_schema_from_ldb(self, ldb)
|
||||
|
||||
def write_prefixes_from_schema(self):
|
||||
_glue.dsdb_write_prefixes_from_schema_to_ldb(self)
|
||||
dsdb.dsdb_write_prefixes_from_schema_to_ldb(self)
|
||||
|
||||
def convert_schema_to_openldap(self, target, mapping):
|
||||
return dsdb.dsdb_convert_schema_to_openldap(self, target, mapping)
|
||||
|
Reference in New Issue
Block a user