The “glacier” server is an Ubuntu server running Samba (smbd) to serve files.
In File Explorer, enter:
\\glacier.internal.mountainmeasurement.com
Enter your username and password when prompted.
Follow these instructions:
https://ag.montana.edu/it/support/smb-macs.html
useradd -m -d /mnt/samba_data/users/$username -s /bin/bash $username
2. Set the password:
smbpasswd -a $usernmae
3. Edit /etc/group and add the new user to the appropriate groups (must be in “staff” group)
Samba data is housed on a block storage device mounted as /mnt/glacier_data.
smbd.conf Shares Config:
[NCSBN Production System]
path = /mnt/glacier_data/samba/NCSBN Production System
read only = no
browseable = true
valid users = @files_programreports
[Program Reports]
path = /mnt/glacier_data/samba/Program Reports
read only = no
valid users = @files_programreports
[Administration]
path = /mnt/glacier_data/samba/Administration
read only = no
valid users = @files_administration
[Psychometrics]
path = /mnt/glacier_data/samba/Psychometrics
read only = no
valid users = @files_psychometrics
[Tech]
path = /mnt/glacier_data/samba/Tech
read only = no
valid users = @files_tech
[GIS]
path = /mnt/glacier_data/samba/GIS
read only = no
valid users = @files_gis
[TRANSOM]
path = /mnt/glacier_data/samba/TRANSOM
read only = no
valid users = @users