Re: [openchange][devel] samba panic when checking username

2014-05-26 Thread Mihamina Rakotomandimby
On 05/26/2014 04:18 PM, Julien Kerihuel wrote: The command you need to execute is "continue", not "run continue". Huh... Dumb me. I got a Samba crash: - logs: http://pastebin.com/nQ78iCbL - BT: http://pastebin.com/KNwwtFz6 I just produced it one time, I'll try to reproduce it a second time t

Re: [openchange][devel] samba panic when checking username

2014-05-26 Thread Julien Kerihuel
On 26/05/14 14:50, Mihamina Rakotomandimby wrote: > On 05/18/2014 08:52 PM, Julien Kerihuel wrote: >> 1. add the following line to smb.conf >> dcesrv_mapiproxy:ndrdump = true >> 2. run samba -d5 -i >> 3. run ./script/debugoc.py as root to attach gdb to the process >> 4. in gdb prompt, run con

Re: [openchange][devel] samba panic when checking username

2014-05-26 Thread Mihamina Rakotomandimby
On 05/18/2014 08:52 PM, Julien Kerihuel wrote: 1. add the following line to smb.conf dcesrv_mapiproxy:ndrdump = true 2. run samba -d5 -i 3. run ./script/debugoc.py as root to attach gdb to the process 4. in gdb prompt, run continue 5. when the crash occurs, run the command "bt" in gdb 6. sen

Re: [openchange][devel] connetc to a MS Exchange Proxy

2014-05-26 Thread Julien Kerihuel
Hi Alex, On 26/05/14 10:37, mm wrote: > > I've found that OpenChange now supports RPC over HTTP, but actually I > dont know and I didn't found anything else. We are currently working with Samba team member to merge RPC over HTTP support in Samba master. For the moment, the code lies in jkerihuel/

[openchange][devel] connetc to a MS Exchange Proxy

2014-05-26 Thread mm
Hi folks! I'm new of OpenChange...I'm trying to figure out if there is a way to retrieve mail through an MS Exchange Proxy using libmapi. My problem is the same one reported here: http://mailman.openchange.org/pipermail/devel/2008-May/004177.html I've found that OpenChange now supports RPC over