**以前のリビジョンの文書です**

samba単体で使用する

気にする点は少ない。

  • キャラクタセットとデフォルトの公開ディレクトリを無効にする位でいいと思ってる。
    • <code> [global] unix charset = UTF-8 dos charset = cp932

workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH

 workgroup = WORKGROUP

server string is the equivalent of the NT Description field

 server string = TEST
 security = user

domain logons = no

 domain master = yes
 local master = yes
 os level = 65
 wins support = yes

; hosts allow = 192.168.1. 192.168.2. 127.

 hosts allow = 192.168.1. 127.

; load printers = yes

 load printers = no
 printing = bsd
 printcap name = /etc/printcap
 log file = /var/log/samba34/log.%m
 max log size = 500
 passdb backend = tdbsam

============================ Share Definitions ==============================

;[homes] ; comment = Home Directories ; browseable = no ; writable = yes

[test]

      path = /mnt
      valid users = test
      writable = yes
      create mask = 0664
      directory mask = 0775
      browseable = yes

</code>

os/freebsd/samba/plan1/start.1287408184.txt.gz · 最終更新: 2010/10/18 22:23 by yuki
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0