Difference between revisions of "Agile testbed/Cloud/Installation notes"

From PDP/Grid Wiki
Jump to navigationJump to search
(initial version)
 
(add ldap stuff)
Line 1: Line 1:
 
This page contains notes on the installation of the [[Agile testbed/Cloud|agile tested cloud]].
 
This page contains notes on the installation of the [[Agile testbed/Cloud|agile tested cloud]].
 +
 +
* Install CentOS 5 bare-bones
 +
* Setup LDAP authentication (see [http://www.linux.com/archive/feature/113643?theme=print this guide])
 +
** add <tt>ldap</tt> to <tt>/etc/nsswitch.conf</tt>'s <tt>passwd</tt>, <tt>shadow</tt> and <tt>group</tt> entries
 +
** configure <tt>/etc/ldap.conf</tt> according to [[NDPFDirectoryImplementation#Example_configurations|this]]
 +
** make sure the DutchGrid CA certificate is in <tt>/etc/openldap/cacerts/16da7552.0</tt> (from rpm or [http://certificate.nikhef.nl/medium/cacert.pem here])
 +
** add an appropriate <tt>pam_ldap.so</tt> before each <tt>pam_unix</tt> line in <tt>/etc/pam.d/system-auth</tt>
 +
** create homedirs for your users in <tt>/user/<username></tt> with correct owner

Revision as of 11:40, 10 February 2010

This page contains notes on the installation of the agile tested cloud.

  • Install CentOS 5 bare-bones
  • Setup LDAP authentication (see this guide)
    • add ldap to /etc/nsswitch.conf's passwd, shadow and group entries
    • configure /etc/ldap.conf according to this
    • make sure the DutchGrid CA certificate is in /etc/openldap/cacerts/16da7552.0 (from rpm or here)
    • add an appropriate pam_ldap.so before each pam_unix line in /etc/pam.d/system-auth
    • create homedirs for your users in /user/<username> with correct owner