Changes

Jump to navigation Jump to search
==Setting up the Samba Server==
 
Based on [https://help.ubuntu.com/lts/serverguide/samba-fileserver.html this Ubuntu page]. Make a backup copy of the smb.conf configuration file before editing it:
 
$ sudo cp /etc/samba/smb.conf /etc/samba/smb.conf_backup
$ sudo vi /etc/samba/smb.conf
 
Change the workgroup parameter (under the [global] section) to have the value ad.mcnaircenter.org. (Note that the security parameter was removed in Samba version 4.0.0).
 
Then go to the bottom of the configuration file and add a new section, [bulk]:
 
[bulk]
comment = McNair File Server Share
path = /bulk
browseable = yes
guest ok = no
read only = no
create mask = 0755
Anonymous user

Navigation menu