legacy-knowledge-base
公開されました Jul. 2, 2025

LDAPにパスワードをエクスポートする際のエラーについて

written-by

Liferay Support

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

LPS-55208 の修正により、 LDAPUserExporterImpl (PortalLDAPExporterImpl in Portal 6.2 EE) が、ユーザーの modifiedDate フィールドに変更があった場合にのみLDAPにエクスポートされるように修正されています。

ユーザーだけのパスワードを変更する場合、コールスタックは少し異なり、ユーザーオブジェクトは更新されないので、modifiedDateは同じままです。 したがって、輸出は行われません。

解像度

ステータス固定

再現までの手順

  1. Liferay Portal の LDAP 環境を構築する。
  2. インポートしたユーザーでログインする。
  3. パスワードのみ変更する。
  4. 新しいパスワードでログインしてみる。

期待される結果

ユーザーは新しいパスワードでログインすることができます

実績

ユーザーがログインできない。 旧パスワードでログインはできるけど。

LDAPUserExporterImpl.exportUser(...)
...
if (modifiedDate.equals(user.getModifiedDate())) {
...

ソリューション

この問題が発生した場合は、ヘルプセンターのチケットを開き、 LPS-55246のHotfixをリクエストしてください。

追加情報

詳しくは LPS-61428 および LPS-55246 をご覧ください。

did-this-article-resolve-your-issue

legacy-knowledge-base