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
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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