Hello,

It looks like the combination of systemd-resolved service for DNS name
resolution with nss_ldap hangs the system during boot. Particularly the
following configuration in nsswitch.conf leads to boot problem:
=======================
passwd:      files ldap
group:       files ldap
hosts:       files mymachines resolve [!UNAVAIL=return] dns
=======================

Both configurations below work just fine.
=======================
passwd:      files
group:       files
hosts:       files mymachines resolve [!UNAVAIL=return] dns
=======================
OR
=======================
passwd:      files ldap
group:       files ldap
hosts:       files mymachines dns
=======================

I'd appreciate any thoughts about this issue.

Regards,
Vlad.
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to