[[FreeBSD/Samba]]

 pkg_add -rv samba34
 
アカウント追加
 pdbedit -a "USER"

 # cat /usr/local/etc/smb.conf
 [global]
        unix charset = CP932
        workgroup = ZENNO
        server string =
        guest account = "USER"
        hosts allow = 192.168., 127., 10.
        vfs objects = recycle
        recycle:repository = .recycle
        recycle:keeptree = yes
        recycle:touch = yes
        recycle:versions = yes
        recycle:maxsize = 0
 
 [pub]
        path = /data/pub
        read only = No
        guest ok = Yes


[http://www.samba.gr.jp/project/translation/Samba3-HOWTO/index.html]


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS