Changes between Version 19 and Version 20 of Internal/SandboxConsoleSetup
- Timestamp:
- Aug 23, 2011, 9:14:31 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/SandboxConsoleSetup
v19 v20 22 22 apt-get install nfs-common 23 23 }}} 24 1. add the follow line to /etc/fstab24 1. add the follow line to '''/etc/fstab''' 25 25 {{{ 26 26 home:/export/home /home nfs _netdev,auto 0 0 … … 33 33 apt-get install libpam-ldap libnss-ldap 34 34 }}} 35 1. The /etc/ldap.confis one of two files that configures the ldap client. The non-comment lines in this file are as follows:35 1. The '''/etc/ldap.conf''' is one of two files that configures the ldap client. The non-comment lines in this file are as follows: 36 36 {{{ 37 37 base dc=orbit-lab,dc=org … … 44 44 }}} 45 45 You could edit this file and change all the values to reflect this (leaveing the rest as comments) or simply replace the one you have with this [attachment:ldap.conf one]. 46 1. The /etc/ldap/ldap.confis the second file that guides the client. It have very few actual lines:46 1. The '''/etc/ldap/ldap.conf''' is the second file that guides the client. It have very few actual lines: 47 47 {{{ 48 48 BASE dc=orbit-lab,dc=org … … 50 50 }}} 51 51 Again you can edit it directly or copy this [attachment:ldap.2.conf version]. 52 1. The /etc/nsswitch.conffile should have the follow non comment lines:52 1. The '''/etc/nsswitch.conf''' file should have the follow non comment lines: 53 53 {{{ 54 54 passwd: files ldap compat … … 67 67 }}} 68 68 Again you can edit it directly or copy this [attachment:nsswitch.conf version]. 69 1. Finally add the follow line to the /etc/sudoers file (note this is done with the visudo command). 69 1. Copy or create the '''/etc/ldap.secret''' file 70 1. Finally add the follow line to the '''/etc/sudoers''' file (note this is done with the visudo command). 70 71 {{{ 71 72 %admin ALL=(ALL) ALL