User login fails after changing credentials on LDAP with DXP 7.0 Fix Pack 81+

Issue

  • If a user changes his password on LDAP he can't log into the portal for X number of hours.

Environment

  • DXP 7.0 Fix Pack 81 or above
  • JVM time zone is set to other than GMT or UTC

Resolution

  • This happens due to LPE-16533 on Fix Pack 81. It is a security measure to close all existing sessions. This uses GMT time zone standard so, if the JVM has another value, the portal takes that the password change has been made "on the future". Therefore doesn't allow the user to log in for a number of hours equal to the GMT property on the JVM (i.e. If this happens in Peru with a GMT -5 set on the JVM, the user would not be able to log in for 5 hours)
  • The only solution is to set the JVM on the JAVA_OPTS to GMT or UTC and refer to the article that point issues of having the Time zone with another configuration and how this causes bad behavior on the portal.
-Duser.timezone=GMT

Additional Information

Was this article helpful?
2 out of 2 found this helpful