On 21 Nov 2003, Dave Augustus wrote: > close(4) = 0 > select(6, [5], NULL, NULL, {0, 0}) = 0 (Timeout) > write(5, " \6\0\0\r\0\0\0\303\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., > 1568) = 1568 > read(5, "\24\5\0\0\1\0\0\0\0\0\0\0NT_STATUS_OK\0\0\0\0\0\0\0\0"..., > 1300) = 1300 > --- SIGSEGV (Segmentation fault) @ 0 (0) ---
Looks like the Samba ntlm_auth helper is crashing when receiving the answer from winbind. Are you positive this ntlm_auth helper is from the exact same install of Samba? If it is you probably should file a bug report with the Samba team.. I can imagine that the helper may crash if it is from another build of Samba using different Samba configure parameters than the winbind you are running.. Regards Henrik