Max OSX Client and Linux (Samba)

Discussion in 'Server Operation' started by GMSS, Sep 22, 2017.

  1. GMSS

    GMSS New Member

    Hi Guys,
    I thought I'd post a solution to my issue of tagging (colour code) files from Mac OSX client into SAMBA (Linux CentOS).
    Here is my smb.conf file that will allow Mac OSX clients connecting to Linux samba share. This will allow Tagging (colour code) of files:

    =============================
    [global]
    workgroup = SAMBA
    unix charset = utf8
    security = user

    [Work]
    comment = FileServer
    path = /path/to/folder/Work
    guest ok = no
    valid users = user
    force user = user
    writeable = yes
    browsable = yes
    inherit permissions = yes
    inherit acls = yes
    ea support = yes
    vfs objects = catia fruit streams_xattr

    wide links = no
    follow symlinks = yes

    ===============================
    Hope it helps someone who are/were experiencing the same problem as me.

    Kind Regards
    GMSS
     

Share This Page