Changes
Jump to navigation
Jump to search
Database Server Documentation (view source)
Revision as of 15:35, 7 March 2016
, 15:35, 7 March 2016→Setting up the Samba Server
==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