legacy-knowledge-base
公開されました Sep. 10, 2025

LDAP 応答読み取りタイムアウトによる断続的な LDAP ログイン失敗

written-by

John Park

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • 大規模な LDAP ディレクトリでは、LDAP クエリが構成された読み取りタイムアウト (デフォルト値は 500 ミリ秒) よりも長くかかると、ユーザー ログインが失敗することがあります。
WARN [http-bio-exec][LDAPAuth:176] Failed to bind to the LDAP server with ...
javax.naming.NamingException: LDAP response read timed out, timeout used:500ms.

Environment

  • Portal 6.2, DXP 7.0, DXP 7.1, DXP 7.2

解決策

  • portal-ext.properties (ポータル 6.2 の場合) で次のプロパティを設定することにより、読み取りタイムアウトをより大きな値に増やして、タイムアウト前にクエリを完了できるようにします。
ldap.connection.com.sun.jndi.ldap.read.timeout=500
  • DXP 7.0 以降では、読み取りタイムアウトはコントロール パネルで設定できます。 > システム設定 > LDAP 接続プロパティ

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base