Bright: node provision

From Define Wiki
Revision as of 09:58, 12 December 2014 by Chenhui (talk | contribs) (Created page with "this web page shows how to let the headnode serve as an external LDAP server to manage the user account on a nodes with standard CentOS installed. == Settings for LDAP Serve...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

this web page shows how to let the headnode serve as an external LDAP server to manage the user account on a nodes with standard CentOS installed.

Settings for LDAP Server

Once the bright cluster manager is installed, let shorewall open the ports for LDAP

   # for ldap
   ACCEPT   net            fw              tcp     389
   ACCEPT   net            fw              tcp     636

Settings for LDAP Client

   yum -y install openldap-clients nss-pam-ldapd
   authconfig --enableldap --enableldapauth --ldapserver=172.23.19.254 --ldapbasedn="dc=cm,dc=cluster" --enablemkhomedir --update 
   restart nslcd and nscd