LDAP client - Centos: Difference between revisions

From Skytech
Jump to navigation Jump to search
(Created page with "Category:Linux = LDAP client - centos = Install prereq: <pre> yum install openldap-clients pam_ldap nss-pam-ldapd pam_krb5 </pre> Really simple; adjust line: <pre> authc...")
 
(No difference)

Latest revision as of 12:24, 22 October 2013


LDAP client - centos

Install prereq:

yum install openldap-clients pam_ldap nss-pam-ldapd pam_krb5

Really simple; adjust line:

authconfig --enableldap --enableldapauth --disablenis --enablecache --ldapserver=ldap.skarta.net --ldapbasedn=dc=skarta,dc=net --updateall

Check it works with:

getent group  
** Or whatever you prefer to query **