Hello, winbind reports "Failed to retrieve LDAP password from secrets.tdb" and crashes creating a core dump. Expected: winbind correctly handles this situation, e.g. exits with error code.
status 783322 +confirmed status 783322 +upstream thanks Please set the LDAP database password using pdbedit. This indeed shouldn't cause a segfault, merely a big error message in the logs. Cheers, Jelmer
Thanks for suggestion, Jelmer. Indeed after I have set the password "smbpasswd -w <password>" the problem has gone. And you're right: the message of the issue is that winbindd should not segfault, but should gracefully exit, or keep retrying (but not aggressively, e.g. every 5 mins).