Difference between revisions of "LabMaster"
From Department of Computer Science
Line 10: | Line 10: | ||
* LDAP authentication | * LDAP authentication | ||
* Puppet configuration | * Puppet configuration | ||
+ | * Disk space warning (Stefano) | ||
== Software == | == Software == |
Revision as of 10:02, 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)
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>