Re: [openchange][devel] Changes to dcerpc_pipe

2014-05-07 Thread Julien Kerihuel
Hi Brad, I have pushed a fix that address this change on jkerihuel/samba-4.2.0-fix branch some time ago. I have not pushed it to master yet because the latest samba release did not include such change. Cheers, Julien. On 07/05/14 03:01, Brad Hards wrote: > Metze, > > I'm trying to build opencha

Re: [openchange][devel] Changes to dcerpc_pipe

2014-05-07 Thread Brad Hards
On Wed, 7 May 2014 09:59:20 AM Julien Kerihuel wrote: > Hi Brad, > > I have pushed a fix that address this change on > jkerihuel/samba-4.2.0-fix branch some time ago. Thanks, also to kaminem for pointing this out. > I have not pushed it to master yet because the latest samba release did > not in

Re: [openchange][devel] HowTo build OpenChange/Samba4 on CentOS 6.5

2014-05-07 Thread Raymond Potgieter
Hi Guys, I managed to get openchange and samba installed and now need to do a samba provision using the openchange cook book the next command is to run the following Configure Samba4 - Provision the Server - Provision Samba4 server as a domain controller. $ sudo PYTHONPATH=$PYTHONPATH samba-too

Re: [openchange][devel] HowTo build OpenChange/Samba4 on CentOS 6.5

2014-05-07 Thread Raymond Potgieter
No worries, I figured this out. I had to add the samba-tools path before the command. /usr/local/samba/bin/samba-tool domain provision --realm=oc.local --domain=OC --adminpass='openchange1!' --server-role='dc' It worked!! Thank Ray -Original Message- From: devel [mailto:devel-b

[openchange][devel] Eror - Provision Active Directory with OpenChange schema

2014-05-07 Thread Raymond Potgieter
Hi all, I have installed openchange and now trying to do the next step. Configure OpenChange Provision Active Directory with OpenChange schema >From master trunk directory run: $ sudo PYTHONPATH=$PYTHONPATH ./setup/openchange_provision The command above does not work for me as

Re: [openchange][devel] Eror - Provision Active Directory with OpenChange schema

2014-05-07 Thread Raymond Potgieter
Hi all, I did the following export PYTHONPATH=$PYTHONPATH:/usr/local/samba/lib64/python2.6/site-packages now when I run /usr/local/samba/sbin/openchange_provision I get this error [root@pdc /]# /usr/local/samba/sbin/openchange_provision Global parameter dcerpc endpoint servers

Re: [openchange][devel] Eror - Provision Active Directory with OpenChange schema

2014-05-07 Thread Raymond Potgieter
Hi all, I found the /AD directory under the / folder and moved it to the correct folder and now it seemed to work cd / mv AD /usr/local/samba/share/setup then ran /usr/local/samba/sbin/openchange_provision Global parameter dcerpc endpoint servers found in service section! Global par

Re: [openchange][devel] Eror - Provision Active Directory with OpenChange schema

2014-05-07 Thread Raymond Potgieter
Hi Julien thanks , I found the /AD directory under the / folder and moved it to the correct folder and now it seemed to work. Not sure how it got there though. cd / mv AD /usr/local/samba/share/setup then ran /usr/local/samba/sbin/openchange_provision Global parameter dcerpc endpoint

Re: [openchange][devel] Eror - Provision Active Directory with OpenChange schema

2014-05-07 Thread Julien Kerihuel
We are probably missing to install these files during make install. I'll give it a look. Thanks. Julien. On 07/05/14 15:14, Raymond Potgieter wrote: > > Hi Julien thanks , I found the /AD directory under the / folder and > moved it to the correct folder and now it seemed to work. Not sure how >

Re: [openchange][devel] Eror - Provision Active Directory with OpenChange schema

2014-05-07 Thread Julien Kerihuel
On 07/05/14 14:36, Raymond Potgieter wrote: > > From master trunk directory run: > > $ sudo PYTHONPATH=$PYTHONPATH ./setup/openchange_provision > > * * > > The command above does not work for me as a get a error > > > > [root@pdc /]# PYTHONPATH=$PYTHONPATH ./setup/openchange_provision > > -bash:

Re: [openchange][devel] Eror - Provision Active Directory with OpenChange schema

2014-05-07 Thread Rowland Penny
On 07/05/14 14:15, Julien Kerihuel wrote: We are probably missing to install these files during make install. I'll give it a look. I wouldn't bother, I have just built samba4 and Openchange on a Centos 6.5 VM, I followed the cookbook and referred to your earlier post about building on Cento

Re: [openchange][devel] Eror - Provision Active Directory with OpenChange schema

2014-05-07 Thread Raymond Potgieter
Hi Julien, the next step is to start samba /usr/local/samba/sbin/samba -d3 -i -M single The output here is long but it never seems to finish as I do not get my prompt back. The end should say "Completed SPN update check OK" as per the website My Results lpcfg_load: refreshing p

Re: [openchange][devel] Eror - Provision Active Directory with OpenChange schema

2014-05-07 Thread Raymond Potgieter
Hi Rowland Send me your "howto"please Ray From: devel [mailto:devel-boun...@lists.openchange.org] On Behalf Of Rowland Penny Sent: 07 May 2014 04:35 PM To: devel@lists.openchange.org Subject: Re: [openchange][devel] Eror - Provision Active Directory with OpenChange schema On 07/0

Re: [openchange][devel] Eror - Provision Active Directory with OpenChange schema

2014-05-07 Thread Raymond Potgieter
Ah thank you, Rowland. Next step (Setting up mapiprofile) My command /usr/local/samba/bin/mapiprofile --create -P testing -S -I 192.168.0.156 --domain=JOBURGTHEATRE --realm=JOBURGTHEATRE.COM --username=Raymond --password='openchange2!' The error /usr/local/samba/bin/mapiprofile: err

Re: [openchange][devel] Eror - Provision Active Directory with OpenChange schema

2014-05-07 Thread Raymond Potgieter
Thank you, I will omit the –i flag but just a questing regarding this reboot of the server. Will samba start or bust I add a start script ? Thanks Ray From: devel [mailto:devel-boun...@lists.openchange.org] On Behalf Of Jesús García Sáez Sent: 07 May 2014 05:21 PM To: Development lis

Re: [openchange][devel] Eror - Provision Active Directory with OpenChange schema

2014-05-07 Thread Raymond Potgieter
Hi Rowland, sorry I am not so clued-up on the process as you and might miss something. I am busy creating my own "howto" document for openchange on CentOS 6.5 and I must say with Julien's help I got much further than ever before. It will be great if you could post your notes if you do have some

Re: [openchange][devel] Eror - Provision Active Directory with OpenChange schema

2014-05-07 Thread Jesús García Sáez
On Wed, May 7, 2014 at 5:00 PM, Rowland Penny wrote: > On 07/05/14 15:45, Raymond Potgieter wrote: > > Hi Julien, the next step is to start samba > > > > /usr/local/samba/sbin/samba -d3 -i -M single > > $ samba --help (...) -i, --interactive Run interactive (not a daemon) w

Re: [openchange][devel] Eror - Provision Active Directory with OpenChange schema

2014-05-07 Thread Rowland Penny
On 07/05/14 16:01, Raymond Potgieter wrote: Hi Rowland, sorry I am not so clued-up on the process as you and might miss something. I am busy creating my own "howto" document for openchange on CentOS 6.5 and I must say with Julien's help I got much further than ever before. It will be great