どなたか教えてください。 現在、Sambaにて CentOS×1 WindowsXP×5 にて共有フォルダを作って業務をしております。 共有フォルダの構成は下記の通りです。 Samba3.0 \\sv01\Picture ← 誰でも認証なしにて閲覧・作成・編集OK \\sv01\Documet ← 誰でも認証なしにて閲覧・作成・編集OK この中に経営陣だけが見れる \\sv01\Secret ← ユーザー&パス認証にて閲覧・作成・編集OK この様な構成を作りたいのですが、いまいちうまくいきません。 現在のsmb.confの設定は下記の通りです。 # Samba config file created using SWAT # from 192.168.1.50 (192.168.1.50) # Date: 2013/02/16 20:26:34 [global] server string = Samba Server 2011 Version %v security = SHARE passdb backend = tdbsam ldap ssl = no hosts allow = 192.168., 127. cups options = raw [homes] comment = Home Directories read only = No browseable = No [printers] comment = All Printers path = /var/spool/samba printable = Yes browseable = No [Picture] comment = 写真 path = /var/www/html/Picture read only = No guest ok = Yes [Documet ] comment = 業務マスタ path = /var/Documet read only = No guest ok = Yes [Secret] comment = 管理者専用ディレクトリ path = /var/Secret valid users = sv01 force user = foo read only = No browseable = No この設定で\\sv01\Secretにアクセスしてもログインダイヤログが出てこずに 『指定されたネットワーク パスワードが間違ってます。』と表示されてアクセスできません。 何か設定で足りない部分・間違っている部分があるのでしょうか? ご教授の程よろしくお願いいたします。
↧