はじめまして。よろしくお願いいたします。
家庭内でWindowsマシンのみの家庭内LAN(192.168.1.0〜255)を組んでいます。
ここに、今回新たにLinuxベースのNAS(玄箱+Debian)を追加してSambaを使用してファ
イル共有しようとしています。
LAN内では、ユーザーIDもパスワードも入力不要にしたいのですが、
必ず、認証ダイアログが出てしまいます。
お手数ですが、解決方法を教えていただけないでしょうか。
よろしくお願いいたします。
Samba(2.2.3a)導入後にやったこと
・共有フォルダ(/mnt/share)のパーミッションの変更(777)
・所有者の変更(nobody:nogroup)
・WebMinを使っての設定ファイルの編集。
→ゲストのみアクセスを受け付けるように変更。
→ゲストUnixユーザ nobody
smb.confの中身
[global]
path = /mnt/share
writable = yes
obey pam restrictions = yes
dns proxy = no
encrypt passwords = yes
null passwords = yes
server string = %h server (Samba %v)
workgroup = Workgroup
syslog = 0
socket options = TCP_NODELAY
log file = /var/log/samba/log.%m
public = yes
invalid users = root
max log size = 1000
guest only = yes
[share]
force directory mode = 755
force create mode = 755
force group = nogroup
comment = Share Directories
delete readonly = yes
force user = nobody
guest only = yes
[printers]
comment = All Printers
browseable = no
path = /tmp
printable = yes
public = no
writable = no
create mode = 0700
---
Masanobu Takeuchi (竹内 正信)
takeuchi_masanobu@xxxxxxxxx
Follow-Ups:
- [linux-users:106067] Re: Samba の認証についてAkinori AIZAWA
- [linux-users:106069] Re: Sambaの認証についてSAITO Naohiko
- [linux-users:106071] cygwinでftpでパッシブモード+リダイレクト相良 しの
- Prev by Subject: [linux-users:106065] Re: PCをリモートでリセットしたい
- Next by Subject: [linux-users:106067] Re: Samba の認証について
- Previous by thread: [linux-users:106081] Re: PCをリモートでリセットしたい
- Next by thread: [linux-users:106067] Re: Samba の認証について
- Indexes:[Main][Thread]