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:
@ -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)
|
||||
|
Reference in New Issue
Block a user