Fix OpenChange server code and access to Samba4 databases.master
commitfe04753d5e4585706144161fec25aea4a18d7337
authorjkerihuel <jkerihuel@71d39326-ef09-db11-b2a4-00e04c779ad1>
Thu, 10 Dec 2009 16:24:34 +0000 (10 16:24 +0000)
committerjkerihuel <jkerihuel@71d39326-ef09-db11-b2a4-00e04c779ad1>
Thu, 10 Dec 2009 16:24:34 +0000 (10 16:24 +0000)
treeea31ec6f07675685141b1d0e0baa1e16fa727f31
parentfeecf33e52aa81fc0ac1a98095422cedca53eda8
Fix OpenChange server code and access to Samba4 databases.
Starting with samba4-alpha9, there is no more configuration.ldb or users.ldb.
All information can be accessed through a single access to SamDB and configuration records
accessed through ldb_get_config_basedn.

The following implementation has been tested and is working with:
- mapiprofile profile creation
- openchangeclient --mailbox
- Outlook 2003 account creation
- Outlook 2003 mailbox opening

git-svn-id: https://svn.openchange.org/openchange/trunk@1575 71d39326-ef09-db11-b2a4-00e04c779ad1
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.h
mapiproxy/servers/default/emsmdb/emsmdbp.c
mapiproxy/servers/default/emsmdb/emsmdbp_object.c
mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c
mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.h
mapiproxy/servers/default/nspi/emsabp.c