Anyone have any idea why the following command hangs:
getent --service=ldap passwd
while the following command works perfectly (retrieves ldap entries *AND* /etc/passwd entries)
getent passwd
?
If you don't know could you point me towards the source code for getent?
Thanks
Thomas