On 21/05/15 16:41, Jesús García Sáez wrote:
On Thu, May 21, 2015 at 4:34 PM, Julien Kerihuel <j.kerih...@openchange.org <mailto:j.kerih...@openchange.org>> wrote:



    On 21/05/15 16:32, Jesús García Sáez wrote:

    In this case you can probably fix the issue by adding this to your
    smb.conf (under [global] section)

    dsdb:schema update allowed = true

    Ahhh good catch, completely forgot about this!

    Didn't we patch the python script to add this temporarily?


Not that I know of. Searching in git history the more similar thing I can found is:

commit e723adbd9feb3e7cf92dbc0af0210b1d52119124
Author: Javier Amor García <ja...@zentyal.com <mailto:ja...@zentyal.com>>
Date:   Tue Nov 18 09:19:34 2014 +0100

    Allow use Windows server as schema master

Changes in provision code and schemas to allow provision when the Schema Master is a windows without exchange installed


But completely unrelated to this problem in any case.

    --
    Julien Kerihuel
    j.kerih...@openchange.org <mailto:j.kerih...@openchange.org>
    OpenChange Project Founder

    Twitter: http://twitter.com/jkerihuel

    GPG Fingerprint: 0B55 783D A781 6329 108A  B609 7EF6 FE11 A35F 1F79



    _______________________________________________
    devel mailing list
    devel@lists.openchange.org <mailto:devel@lists.openchange.org>
    http://mailman.openchange.org/listinfo/devel




_______________________________________________
devel mailing list
devel@lists.openchange.org
http://mailman.openchange.org/listinfo/devel

Could I point out, that though the OP claims to be following the cookbook, he seems to be missing this:


     Edit Samba configuration

For OpenChange server to run properly, we need to edit Samba |smb.conf| configuration file. In this guide, |smb.conf| is located at |/usr/local/samba/etc/smb.conf|.

Add the following lines within the |[global]| section of the file:

|### Configuration required by OpenChange server ###
dcerpc endpoint servers = +epmapper, +mapiproxy
dcerpc_mapiproxy:server = true
dcerpc_mapiproxy:interfaces = exchange_emsmdb, exchange_nsp, exchange_ds_rfr

dsdb:schema update allowed = true
### Configuration required by OpenChange server ###


Which is here: http://www.openchange.org/cookbook/configuring.html

Rowland

|


_______________________________________________
devel mailing list
devel@lists.openchange.org
http://mailman.openchange.org/listinfo/devel

Reply via email to