samba

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Jeremy C. Reed
日付:  
題目: samba
On Fri, 12 Sep 2003 wrote:

> [share]
>         comment = Shared Data
>         path = /directory


Do you have that directory?

ls -l /directory

>         security = share
>         guest account = guestaccount


Do you have that user account?

grep ^guestaccount: /etc/passwd

Does your "guestaccount" user have permission to browse /directory ??

su guestaccount -c ls -l /directory

>         guest = ok
>         null passwords = yes
>         browseable = yes
>         writeable = no


Jeremy C. Reed
http://www.reedmedia.net/

p.s. Please consider cutting the extra signatures at bottoms of emails
when replying.