Hi Mickaël,

Thanks for the patch. In the meantime, the real problem atm is that we
need to fix server provisioning - moving from ejs to python so we have
the data needed to run emsabp code.

That is in my TODO list. I just want to fix this openchange/samba4
building issue which is painful for anyone and seems to discourage
potentially new users.

Cheers,
Julien.

On Tue, 2008-06-24 at 09:36 +0200, Mickaël Jeannot wrote:
> Hi,
> 
> I'm testing OpenChange Server and I found a correction for a bug.
> 
> File providers/emsabp.c, in function emsabp_result_guid replace the 
> following line :
> 
> /*      status = ndr_pull_struct_blob(v, mem_ctx, &guid, NULL, */
> /*                                    
> (ndr_pull_flags_fn_t)ndr_pull_GUID); */
> 
> with this one :
> 
> status = ndr_pull_struct_blob(v, mem_ctx, NULL, &guid,  
>                                       (ndr_pull_flags_fn_t)ndr_pull_GUID);
> 
> I passed the authentication step.
> 
> 
> -----
> Mickael Jeannot
> _______________________________________________
> devel mailing list
> [email protected]
> http://mailman.openchange.org/listinfo/devel
-- 
Julien Kerihuel
[EMAIL PROTECTED]
OpenChange Project Manager

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

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to