s4:dsdb - move "objectclass_sort()" out from the objectclass LDB module into the...
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Wed, 4 Apr 2012 16:40:00 +0000 (18:40 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 11 Apr 2012 02:50:16 +0000 (12:50 +1000)
commit4eb0d42291c61a01be3f2fa57d35872967257d9f
tree9ba13ce6c7896347cd8aeb5f243b18ad25b07c63
parent17775186df7893345e99d6577eb2a6be444e8b71
s4:dsdb - move "objectclass_sort()" out from the objectclass LDB module into the schema code

This allows it to be useful for the dbchecker utility in respect to
object class problems.
Fix up the API to only work with standardised LDB "ldb_message_element"
structures which do allow much easier interoperations. As a consequence this
leads to some changes in the objectclass module as well.
source4/dsdb/samdb/ldb_modules/objectclass.c
source4/dsdb/schema/schema_query.c