Guys,
In RHEL 6 we used to be able to see if a user had a LDAP account by typing:
Code:
getent passwd | grep -i username
We could enter the last few letters of their last name to be able to tell. Now, I cannot get this command to work in RHEL 7. Are there any alternatives for RHEL 7?
Thanks