-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.2.0 CE M2, 6.2.0 CE GA1
-
Labels:None
-
Git Pull Request:
Multiple LDAPs could be defined to support the authentication. When user comes, iteration over all LDAPs is performed, till the first success is found. With multiple (slow) LDAPs this could be a time consuming task and could make the Sign Up process significantly longer.
Since most users stay in the same LDAP, it would be nice to remember the latest used LDAP for each user and use it preferrably with the next Sign In attempt to speed it up. As a fallback, the iteration could be used it preferred LDAP fails. Preferred LDAP could be used only if user's account is already present in Liferay (was inported from LDAP before).