-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.1 CE GA2
-
Fix Version/s: 7.0.0 DXP FP1, 7.0.2 CE GA3, 7.0.0 DXP SP1, 7.0.3 CE GA4, Master
-
Component/s: Application Security > LDAP
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:1.75
-
Fix Priority:3
-
Git Pull Request:
Settings:
com.liferay.portal.security.ldap.authenticator.configuration.LDAPAuthConfiguration.enabled = false
com.liferay.portal.kernel.security.ldap.LDAPSettings.isImportEnabled = true
UserImportMessageListener does not check LDAPAuthConfiguration.enabled and will execute LDAPUserImporter.importUsers. import users only checks LDAPSettings.isImportEnabled. As a result, the LDAP import job will fire if LDAPAuth is disabled but LDAP import is enabled.