How can i list all the linux users when the ldap autentication is cofigured? I remember that there are one command to list the /etc/passwd files and the ldap users.
Asked
Active
Viewed 1.1k times
2 Answers
0
Are you thinking about Change Password Utility (CPU) perhaps?
cpu cat
should list all users in the LDAP directory.

Jahufar
- 168
- 8
-
To list users in /etc/passwd you could use `cat /etc/passwd` – Jahufar May 19 '11 at 10:31
-
not, i talk about list all network users and host users – May 19 '11 at 10:31