Difference between revisions of "LabMaster"

From Department of Computer Science
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
  
 
* Replace GDM user "picker" with username field.  
 
* Replace GDM user "picker" with username field.  
* Stuff
+
* CIFS home directory mount from fs0X
 +
* Printer
 +
* LDAP authentication
 +
* Puppet configuration
 +
* Disk space warning (Stefano)
 +
* Set default JDK/JRE
  
 
== Software ==
 
== Software ==

Latest revision as of 10:57, 30 December 2009

Computer Science Lab Master

Rolling out karmic for 2010.

TODO List

  • Replace GDM user "picker" with username field.
  • CIFS home directory mount from fs0X
  • Printer
  • LDAP authentication
  • Puppet configuration
  • Disk space warning (Stefano)
  • Set default JDK/JRE

Software

  • libpam-mount
  • libpam-modules (for pam_mkhomedir)
  • firefox

Configuration

  • Disable gm user picker
sudo -u gdm gconftool-2 --set --type boolean /apps/gdm/simple-greeter/disable_user_list true 

~/.pam_mount.conf.xml

<pam_mount>
<volume user="*" fstype="cifs" server="fs1.cs.uct.ac.za" path="craig" mountpoint="~/casper2"  options="iocharset=utf8,file_mode=0700,dir_mode=0700,nodev,nosuid" />
</pam_mount>