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

pydsdb: Move set_schema_from_ldif function to pydsdb from pyglue.

This commit is contained in:
Jelmer Vernooij
2010-06-19 16:52:09 +02:00
parent d3a99579f6
commit 05b108a06b
3 changed files with 21 additions and 19 deletions

View File

@ -278,7 +278,7 @@ class Ldb(_Ldb):
dsdb.samdb_get_domain_sid(self)
def set_schema_from_ldif(self, pf, df):
_glue.dsdb_set_schema_from_ldif(self, pf, df)
dsdb.dsdb_set_schema_from_ldif(self, pf, df)
def get_oid_from_attid(self, attid):
return dsdb.dsdb_get_oid_from_attid(self, attid)