| Interstage Application Server セキュリティシステム運用ガイド |
目次
索引
![]()
|
| 第2部 認証とアクセス制御 | > 第5章 Interstage ディレクトリサービスのアクセス制御の設定 | > 5.2 アクセス制御リストの定義 |
アクセス制御リスト定義ファイルの形式を以下に示します。アクセス制御リスト定義ファイルは、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 |

目次
索引
![]()
|