Installation > Linux > Scene Data Sharing > Configuring Samba

Configuring Samba on Linux

Finally, modify the /etc/samba/smb.conf file. To do this, add entries for each database directory you want to share with Mac clients using Unicode or Windows clients in the /etc/samba/smb.conf file. Then, add options to the [global] section of the file.

By default, Samba is not set up to run automatically.

The following is an example of entries in the smb.conf file. You can add these to the end of the file.

[USA_DB]

comment = Toon Boom Harmony Database

browseable = yes

read only = no

guest ok = no

create mask = 0777

directory mask = 0777

path = /USA_DB

[usa]

comment = Toon Boom Harmony binaries & stuff

browseable = yes

read only = no

guest ok = no

create mask = 0777

directory mask = 0777

path = /usr/local/ToonBoomAnimation/harmony[edition]_14

[usadata000]

comment = Toon Boom Harmony data 000

browseable = yes

read only = no

guest ok = no

create mask = 0777

directory mask = 0777

path = /usadata000

[usadata001]

comment = Toon Boom Harmony data 001

browseable = yes

read only = no

guest ok = no

create mask = 0777

directory mask = 0777

path = /usadata001/

You must also add or modify the following entries to the [global] section of smb.conf:

[global]

encrypt passwords = yes

 

blocking locks = no

oplocks = no

level2 oplocks = no

 

follow symlinks = yes

unix extensions = no

wide links = yes

Once you have made all the changes and saved the smb.conf file, validate the file for internal correctness:

testparm