r15942: Remove the sync internal ldb calls altogether.
authorSimo Sorce <idra@samba.org>
Mon, 29 May 2006 23:46:43 +0000 (23:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:08:43 +0000 (14:08 -0500)
commit51083de795bdcbf649de926e86969adc20239b6d
treeb945229935057ce2543d772aa2de4b8047f235bc
parent592387a769521d221a89d374ef72c6123160cfed
r15942: Remove the sync internal ldb calls altogether.
This means that some modules have been disabled as well as they
have not been ported to the async interface

One of them is the ugly objectclass module.
I hope that the change in samldb module will make the MMC happy
without the need of this crappy module, we need proper handling
in a decent schema module.

proxy and ldb_map have also been disabled
ldb_sqlite3 need to be ported as well (currenlty just broken).
22 files changed:
source/dsdb/samdb/ldb_modules/config.mk
source/dsdb/samdb/ldb_modules/extended_dn.c
source/dsdb/samdb/ldb_modules/kludge_acl.c
source/dsdb/samdb/ldb_modules/objectguid.c
source/dsdb/samdb/ldb_modules/password_hash.c
source/dsdb/samdb/ldb_modules/rootdse.c
source/dsdb/samdb/ldb_modules/samldb.c
source/lib/ldb/common/ldb.c
source/lib/ldb/config.mk
source/lib/ldb/include/ldb.h
source/lib/ldb/ldb_ildap/ldb_ildap.c
source/lib/ldb/ldb_ldap/ldb_ldap.c
source/lib/ldb/ldb_tdb/ldb_search.c
source/lib/ldb/ldb_tdb/ldb_tdb.c
source/lib/ldb/ldb_tdb/ldb_tdb.h
source/lib/ldb/modules/asq.c
source/lib/ldb/modules/operational.c
source/lib/ldb/modules/paged_results.c
source/lib/ldb/modules/rdn_name.c
source/lib/ldb/modules/sort.c
source/nbt_server/wins/wins_ldb.c
source/setup/provision_init.ldif