exauth.propertiesファイルを編集します。編集するプロパティとその設定値を次の表に示します。
プロパティ名 | 設定値 |
---|---|
auth.server.type | ldap |
auth.server.name | LDAPディレクトリサーバのサーバ識別名 |
auth.ldap.multi_domain※1 | true(マルチドメイン構成の場合) false(冗長構成の場合) |
auth.group.mapping | true |
auth.ocsp.enable | false※2 |
auth.ocsp.responderURL | (空白)※2 |
auth.ldap.<auth.server.nameの指定値>.protocol | ldap※3 |
auth.ldap.<auth.server.nameの指定値>.host | LDAPディレクトリサーバのホスト名またはIPアドレス |
auth.ldap.<auth.server.nameの指定値>.port | LDAPディレクトリサーバのポート番号 |
auth.ldap.<auth.server.nameの指定値>.timeout | LDAPディレクトリサーバとの接続待ち時間 |
auth.ldap.<auth.server.nameの指定値>.attr | 認証で使用するユーザーIDの値が定義されている属性名 |
auth.ldap.<auth.server.nameの指定値>.basedn | DN(BaseDN) |
auth.ldap.<auth.server.nameの指定値>.retry.interval | LDAPディレクトリサーバとの通信失敗時のリトライ間隔 |
auth.ldap.<auth.server.nameの指定値>.retry.times | LDAPディレクトリサーバとの通信失敗時のリトライ回数 |
auth.ldap.<auth.server.nameの指定値>.domain.name | 外部認可サーバのドメイン名 |
auth.ldap.<auth.server.nameの指定値>.domain※4 | マルチドメイン構成のドメイン名 |
auth.ldap.<auth.server.nameの指定値>.dns_lookup | false |
関連項目