I found a bug in winbindd that make it crash when enumerating domain groups which have non domain user members. I found this happening in 3.2.6 and 3.3.0
Can you add your smb.conf and a debug level 10 log of the winbind process that crashed? I've just tried with latest v3-3 code with winbind as domain member, and it worked fine for me. Volker
(In reply to comment #1) > Can you add your smb.conf and a debug level 10 log of the winbind process that > crashed? I've just tried with latest v3-3 code with winbind as domain member, > and it worked fine for me. > > Volker > Actually, I did not keep that log. I'll try to rebuild, reproduce and send it as soon as I can.
Created attachment 3956 [details] samba configuration file
Created attachment 3994 [details] level 10 log of winbindd Here comes the log. By retesting it, I realized I made a mistake in the diagnostic. The problem is when a samba machine account is member of a samba domain group from the trusted domain. It crashes during the members enumeration.
Created attachment 3996 [details] patch Can you try the attached (fully untested) patch? I have not checked it in yet, waiting for your ack that it helps. Thanks, Volker
The patch fixes the problem. Winbind no more crashes, and the enumeration takes place correctly. Thank you for the good work. François
*** Bug 6034 has been marked as a duplicate of this bug. ***