› Forums › Network Management › Linux and Networking › LDAP Client configuration for authentication? › Reply To: LDAP Client configuration for authentication?
December 23, 2008 at 5:34 pm
#47325
Member
@fulvio wrote:
For Linux clients you need to configure pam_krb5.so in the PAM configuration files. In any case, several Linux distributions have their tools for automatic authorisation and authentication configuration.
Okay, I’ll work on this for ubuntu, and let ya’ll know.
@fulvio wrote:
To check if the LDAP is correctly configured to provide user information, use the command:
getent passwd
This just shows my local accounts, no LDAP accounts. (ala, getent passwd shows a list of accounts. getent passwd | grep (a known ldap user) shows nothing.