SAMBA の履歴(No.3)
- 履歴一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- SAMBA へ行く。
- 1 (2006-09-19 (火) 03:21:09)
- 2 (2008-01-31 (木) 23:20:59)
- 3 (2008-01-31 (木) 23:20:59)
インストールは
# apt-get install samba
default enterで、設定は後からsmb.confを編集。
/etc/samba/smb.conf
[global]
dos charset = CP932
unix charset = EUC-JP
display charset = CP932
workgroup = KURONET
domain logons = yes
server string = ormaster
map to guest = Bad User
server max protocol = NT1
[ormaster]
path = /home/ormaster/data read only = No guest ok = Yes
workgroupはネットワーク環境に合わせて変更。
map to guest = Bad User の記述がないと共有できない。
windows10では
domain logons = yes server max protocol = NT1
の追記が必要。