Displaying 1 result from an estimated 1 matches for "userthree".
2005 Jun 12
4
Samba share query
Hello,
I've coded the following in our smb.conf file (security = share coded in the
[global] section) and this works fine where users can access the share
without a password :-
[ts]
        comment = Tech support directory
        path = /information
        guest only = Yes
        guest ok = Yes
        guest account = nobody
        writable = no
        browsable = no     
Is it