Overview
Ubuntu 14.04LTS
Supermicro nScale 101 Operon 6000 Series Server
Supermicro
H8SGL motherboard with AMD AOPeteron 12C 6344 2.6
32G ram
4x Hot Swap with Seagate 2.5in 1TB SATA 6Gb
Note: This is the group web server for the Smart Walker project (Pascal Poupart).
Setup:
RT#103343
Purchase:
RT#95410
EDOCS
Resources
Access
- cscf-adm - (2015 version)
- root - cscf-adm and sudo
ILOM
Ubuntu Administration
Adding user account
Users that exist in WatIam
- jabberwockie is part of CS AD
Users that don't exist in WatIam
eg: to add an account for Joe User ("juser")
root@jabberwockie:~# adduser juser
Adding user `juser' ...
Adding new group `juser' (1006) ...
Adding new user `juser' (1006) with group `juser' ...
Creating home directory `/home/juser' ...
Copying files from `/etc/skel' ...
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
Changing the user information for juser
Enter the new value, or press ENTER for the default
Full Name []: Joe User
Room Number []:
Work Phone []:
Home Phone []:
Other []:
Is the information correct? [y/N] y
Backups
Old Jabberwockie
SVN access
*THIS IS THE OLD JABBERWOCKIE CONFIG - NOT YET WORKING - THIS SECTION NEEDS to BE UPDATED *
Notes:
- The SVN authenticates to ADS so people can use the ADS/UWDIR userid but only if their user name appears in the SVN access file defined below
- SVN Web access page:
https://jabberwockie.cs/svn/smartwalker
- SVN access config file: /etc/apache2/mods-enabled/dav_svn.conf
- SVN authentication: ldap://ads.uwaterloo.ca
- SVN directory: /fsys1/svn/smartwalker
LDAP/SVN Configuration
- LDAP password file /etc/apache2/dav_svn.passwd
- LDAP configuration /etc/apache2/mods-enabled/dav_svn.conf (includes allowed user list)
- LDAP query URL AuthLDAPUrl ldap://ads.uwaterloo.ca/DC=ads,DC=uwaterloo,DC=ca?sAMAccountName?s
ub?(objectClass=*)
Adding SVN users
- look under the /svn section in the /etc/apache2/mods-enabled/dav_svn.conf file
- Add a line of the form Require ldap-user userid for each new userid
- Restart apache /etc/init.d/apache2 restart