On Friday 11 December 2009 03:24:35 [email protected] wrote: > Revision: 1575 > > http://websvn.openchange.org/listing.php?repname=openchange&path=%2F&rev=1 > 575&sc=1 Author: jkerihuel > Date: 2009-12-10 17:24:34 +0100 (Thu, 10 Dec 2009) > Log Message: > ----------- > 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 > > Modified Paths: > -------------- > trunk/mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.h > trunk/mapiproxy/servers/default/emsmdb/emsmdbp.c > trunk/mapiproxy/servers/default/emsmdb/emsmdbp_object.c > trunk/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c > trunk/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.h > trunk/mapiproxy/servers/default/nspi/emsabp.c This does add a couple of warnings that I don't recall seeing before: mapiproxy/servers/default/nspi/emsabp.c:72: warning: assignment makes pointer from integer without a cast mapiproxy/servers/default/emsmdb/emsmdbp.c:109: warning: assignment makes pointer from integer without a cast
I can't see the problem though. Looks like we're doing it just like samba does. Brad _______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
