LDAP client - Centos

From Skytech
Revision as of 12:24, 22 October 2013 by Martin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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 **