What do I have to change in the Samba configuration to use CS-RCS?
Top  Previous  Next


You must define the delete readonly flag value as yes, otherwise multiple users won't be able to check-in/check-out files.

To work with a full case sensitive file-system, define the case sensitive and preserve case flags as yes.

The following is a sample Samba configuration file (smb.conf):
[homes]  
comment = Home Directories  
browseable = no  
read only = no  
directory mode = 770  
create mode = 0770  
case sensitive = yes  
preserve case = yes  
delete readonly = yes  
oplocks = no (Samba v1.9.18 and higher)