Problem
LDAP queries (i.e.login, sudo, ls -l)
on joined Linux servers are very slow (around 10 seconds).
Solution
Make sure name service cache daemon (nscd) is running on your Linux server
systemctl enable nscd
systemctl start nscd
LDAP queries (i.e.login, sudo, ls -l)
on joined Linux servers are very slow (around 10 seconds).
Make sure name service cache daemon (nscd) is running on your Linux server
systemctl enable nscd
systemctl start nscd