When the LDAP attribute "userParameters" is set in the Primary DC (In my case Windows Server 2008 Small Business Server) than Samba dies when you request Userinformation about the user who has data set in this attribute. Under SBS the attribute userParameters is set with the following data: "CtxCfgPresent PCtxCfgPresent㔵攱戰ã¢CtxCfgFlags1〰ã¦ã€²ã€¹" (I think its UTF-8 encoded) After deleting this Attributedata I can user the user Account without samba crash. Best regards, Holger Martiker
*** Bug 10401 has been marked as a duplicate of this bug. ***
Created attachment 9984 [details] Patch for ldb_val to lsa_BinaryString conversation The attached patch should fix this issue.
(In reply to Stefan Gohmann from comment #2) It looks like that patch was obsoleted by d7b4d10aba90f4a1acf01d1d5ab62161862f62f7 (the case where val->length/2 != (val->length + 1)/2 is never hit). That also should have stopped the crash. I will close this. If you disagree, please reopen.