mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB.
This commit is contained in:
@ -280,9 +280,6 @@ class Ldb(_Ldb):
|
||||
def 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)
|
||||
|
||||
def set_schema_from_ldb(self, ldb):
|
||||
dsdb.dsdb_set_schema_from_ldb(self, ldb)
|
||||
|
||||
|
Reference in New Issue
Block a user