samba configure

来源:互联网 发布:java语言入门书 编辑:程序博客网 时间:2024/05/16 05:36
At fact, a samba configure file only contain the following contents should be ok.[samba]comment = samba in fedorapath = /home/henrywriteable = yesbrowseable = yesguest ok = yes


one more example:

[global]
        comment=System default share
        netbios name=%h
        smb passwd file=/sysconf/smbpasswd
        workgroup= WORKGROUP
        server string= Network USB Storage Link
        security=share
        include=/sysconf/mnt.smb
[homes]
        comment = Home Directories
        browseable = no
        writable = yes
;       valid users = %S
;       valid users = MYDOMAIN\%S