[samba-jp:20629] 共有への書込表記について。

nishiura-barrister @ memoad.jp nishiura-barrister @ memoad.jp
2009年 3月 22日 (日) 22:28:38 JST


西浦と申します。はじめて投稿させて頂きます。

CentOS 5.2・samba 3.0で構築をしております。

[CAD Data]
   comment = CAD Data Area
   path = /pub/cad
#   writable = yes
   read list = @staff, @ kanchk, @ sek, @ sekjdm, @ seki, @ seko, @ koujdm, @ sik
   write list = @staff, @ kanchk, @ sek, @ sekjdm, @ seki
   force create mode = 0666
   force directory mode = 0777
   force group = nogroup
#   guest only = yes
#   guest ok = yes
#   public = yes

[Test Area]
   comment = Test Area
   path = /pub/test
#   writable = yes
   volid users = @staff
   read list = @staff, @ kanchk
   write list = @staff, @ kanchk
   force create mode = 0666
   force directory mode = 0777
   force group = nogroup
#   guest only = yes
#   guest ok = yes
#   public = yes
の設定で書込制御は出来ているのですが
/pub/の下のデータディレクトリに書込をした際、全てroot:rootになってしまい
ます。
sambaユーザの登録はuseraddで登録しpdbedit -aでPWを設定しました。
globalの設定は
# sets the path to the encrypted smbpasswd file.
  smb passwd file = /usr/bin/smbpasswd
# Samba attempts to synchronize the UNIX password with the SMB password
# when the encrypted SMB password in the smbpasswd file is changed.
   unix password sync = yes
# program that can be used to set UNIX user passwords.
   passwd program = /usr/bin/passwd %u
# This string controls the "chat" conversation that takes places between smbd
# and the local password changing program to change the user's password.
   #passwd chat = *old*password* %o\n *new*password* %n\n *new*password* %n\
   passwd chat = *new*password* %n\n *new*password* %n\n *succes*fully*
# Backend to store user information in.
     passdb backend = tdbsam
としています。

[root@ pub]# ls -al
合計 8
drwxrwxrwx  1 root root    0  3月 22 17:47 .
drwxr-xr-x 25 root root 4096  3月 22 19:30 ..
drwxrwxrwx  1 root root    0  3月 22 22:01 cad
drwxrwxrwx  1 root root    0  3月 22 21:42 test

と設定しているのが間違っているのでしょうか?

共有ディレクトリ/pubはNASをmountしています。






samba-jp メーリングリストの案内