smb.conf
------------------------------------------------------------------------------
# This smb.conf provides simple share-level security and allows specific
# users to access their home directories from the Windows desktops

[global]
    netbios name = CHEOPS
    workgroup = EST
    server string = Document Server
    security = SHARE

[homes]
    comment = Home Directory
    browseable = no
    read only = no

