1
0
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:
Jelmer Vernooij
2010-06-20 01:28:39 +02:00
parent b48182007c
commit 1d86414eb0
3 changed files with 20 additions and 22 deletions

View File

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