1
0
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:
Jelmer Vernooij
2010-06-19 17:15:26 +02:00
parent a4f60ffe4b
commit 74309eb29c
3 changed files with 27 additions and 27 deletions

View File

@ -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)