I have configured an LDAP client on my Linux machine. I am able to use su - myldapuser and use it. I just want to know, can I list all my LDAP users on this machine?
Referring to this link: How to get Linux users list from LDAP
I tried the "getent passwd" command, but it didn't list the users. So my question is, should this command list the users on client machine also, or will this only work on the LDAP server?