Changes between Version 19 and Version 20 of Internal/SandboxConsoleSetup


Ignore:
Timestamp:
Aug 23, 2011, 9:14:31 PM (13 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/SandboxConsoleSetup

    v19 v20  
    2222    apt-get install nfs-common
    2323    }}}
    24  1. add the follow line to /etc/fstab
     24 1. add the follow line to '''/etc/fstab'''
    2525    {{{
    2626    home:/export/home /home nfs _netdev,auto 0  0
     
    3333    apt-get install libpam-ldap libnss-ldap
    3434    }}}
    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:
     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:
    3636    {{{
    3737    base dc=orbit-lab,dc=org
     
    4444    }}}
    4545    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.conf is 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:
    4747    {{{
    4848    BASE    dc=orbit-lab,dc=org
     
    5050    }}}
    5151    Again you can edit it directly or copy this [attachment:ldap.2.conf version].
    52  1. The /etc/nsswitch.conf file should have the follow non comment lines:
     52 1. The '''/etc/nsswitch.conf''' file should have the follow non comment lines:
    5353    {{{
    5454    passwd:         files ldap compat
     
    6767    }}}
    6868    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).
    7071    {{{
    7172    %admin ALL=(ALL) ALL