2005年06月01日
≡Linuxに挑戦4≡
だいぶ間があいてしまいましたが、順調に稼動するようになりました。
どうも、「smb.conf」の設定がおかしかったようです。
これで一番のネックだったアクセス数制限にも頭を悩ますこともなくなります。
ついでに、プリンタも1台接続して、共有させておきました。
使おうとしたプリンタのLinux用ドライバがなく、Windowsから直接印刷キューを送る方法になってしまいましたが、こちらも問題なく動いています。
せっかく立てたサーバーです。弄くりたおしてみたいと思います。
参考までに「smb.conf」の内容を記載しておきます。
実際のものとは少し違いますが。
[global]
dos charset = CP932
display charset = UTF-8
workgroup = hogehoge
server string = server01
update encrypted = Yes
map to guest = Bad User
odey pam restrictions = Yes
dns proxy = No
ldap ssl = No
[share01]
comment = テスト用1
path = /home/share01
read only = No
[share02]
comment = テスト用2
path = /home/share02
forse user = share02
read only = No
guest ok = Yes
[printers]
comment = All Printers
path = /var/spool/samba
browseable = No
guest ok = No
Writable = No
printable = Yes
このエントリーのトラックバックURL:
http://yonagaya.s7.xrea.com/x/mtsys/mt-tb.cgi/32


