systemd-resolved and nss_ldap

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux