./setup.sh
aptitude update && aptitude -y install curl
curl -L https://raw.github.com/mconigliaro/infrastructure/master/definitions/ubuntu-precise/postinstall.sh | sudo bash
Credentials are not currently managed by Chef, so the following commands must be run manually:
passwd <user>
smbpasswd -a <user>
net rpc rights grant -U <user> '<DOMAIN>\Domain Admins' SeMachineAccountPrivilege SePrintOperatorPrivilege SeAddUsersPrivilege SeDiskOperatorPrivilege SeRemoteShutdownPrivilege
Time Machine support is enabled by default on all volumes. This means users can use Time Machine to back up to their home directories. However, the following command must be run manually on the client before Time Machine will recognize the home directory as a supported Time Machine device:
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1
- 22 (SSH)
- 60000-61000 (Mosh)
- 25 (SMTP)
- 465 (SMTPS)
- 993 (IMAPS)
- 80 (HTTP)
- 443 (HTTPS)
- 4040 (HTTPS - Subsonic)
- 8112 (HTTPS - Deluge)