Crowd 2.1 Beta Guide to LDAP Connection Pooling

このページの内容

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

This page contains an overview of the new connection pool for LDAP directories in Crowd 2.1 Beta 2.

When connection pooling is enabled, the LDAP service provider maintains a pool of connections and assigns them as needed. When a connection is closed, LDAP returns the connection to the pool for future use. This can improve performance significantly.

This page describes the site-wide settings for LDAP connection pooling in Crowd.

To configure the LDAP connection pooling in Crowd,

  1. Crowd Administration Console にログインします。
  2. Click the 'Administration' tab in the top navigation bar.
  3. Click 'LDAP Connection Pool' in the left-hand menu.
  4. The 'LDAP Connection Pool' screen appears. Enter the details for each setting, as described in the table below.
  5. Click the 'Update' button.
  6. Restart Crowd to put the changes into effect.

接続プールの設定

説明

既定値

初期プール サイズ

プールに初めて接続した時に作成される LDAP コネクションの数。

1

推奨プール サイズ

最適なプールのサイズ。コネクションの数がこの値より大きくなると、LDAP はアイドル中のコネクションを削除します。値が 0 (ゼロ) の場合、推奨サイズがないことを意味するため、アイドル中のコネクションの数は制限されません。

10

最大プール サイズ

コネクションの最大数。コネクションの数がこの値に達すると、LDAP は以降のコネクションを拒否します。結果として、アプリケーションによって作成された LDAP サーバーに対するリクエストはブロックされます。この値が 0 (ゼロ) の場合、コネクション数は制限されません。

0

プール タイムアウト

プールから削除される前にコネクションがアイドル状態で滞留できる時間 (秒)。アプリケーションがプールされたコネクションの使用を終えると、コネクションはアイドル状態としてマークされ、再利用を待ちます。この値が 0 (ゼロ) の場合、アイドル時間が無制限であることを意味し、コネクションはタイムアウトされません。

30

プール プロトコル

これらのプロトコルタイプのみが LDAP に接続できます。複数のプロトコルを許可する場合は、スペース区切りで値を入力します。有効な値は以下のとおりです。

  • plain
  • ssl

plain ssl
(plan と ssl の両方)

プール認証

これらの認証タイプのみが LDAP に接続できます。複数の認証タイプを許可する場合は、スペース区切りで値を入力します。LDAP 認証方式の詳細については、RFC 2829 をご参照ください。有効な値は以下のとおりです。

  • none
  • simple
  • DIGEST-MD5

simple

Screenshot: LDAP Connection Pool



関連トピック

Crowd 2.1 Beta 2 Release Notes

最終更新日: 2014 年 10 月 14 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.