コンテンツエリア開始

This graphic is explained in the accompanying text SAMBA 設定ファイルの例 Locate the document in its SAP Library structure

以下は、NT 認証を使用する SAMBA 設定ファイルの例です。

----------> NT サーバ認証
;コンピュータ pswdf004 をパスワードサーバとして使用する SAMBA の設定ファイル例
[global]
; SECURITY OPTION guest
アカウント: guest はファイルアクセス可

; この UNIX ユーザの権限
guest account = nobody
debug level = 0
security = server
password server = pswdf004
getwd cache = yes
wide links = no
password level = 8
case sig names = yes
preserve case = yes
case sensitive = yes
read prediction = yes

[transdir]

comment = us0011:/usr/sap/trans

path = /usr/sap/trans

; SECURITY OPTION public: 全ユーザが guest として共有にアクセス可、

; パスワードのチェックなし

public = yes

; SECURITY OPTION writable: writable = yes の場合は

; ファイル + ディレクトリを変更可

writable = yes

; SECURITY OPTION browsable: browsable = yes の場合は共有の表示可

browsable = yes

create mask = 0664

map hidden = no

map system = no

preserve case = yes

wide links = yes

; SECURITY OPTION allow hosts: 指定したホストだけが

; 共有にアクセス可

allow hosts = us0011

 

 

 

 

コンテンツエリア終了