ページの先頭行へ戻る
Interstage Application Server セキュリティシステム運用ガイド

5.2.1 ファイル形式

  アクセス制御リスト定義ファイルの形式を以下に示します。アクセス制御リスト定義ファイルは、access ディレクティブとその引数から構成されています。

# Access control definition
#
# rootdn can always write!

access to attr=telephoneNumber
                by self write
                by users read

access to attr=userPassword
                by self write
                by users compare
                by * auth

access to *
                by self write
                by * read