-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE, 7.0.0 M7
-
Fix Version/s: 6.2.4 CE GA5, 6.2.X EE, 7.0.0 M7
-
Component/s: Portal Configuration, Portal Configuration > Portal Instances
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Story Points:27
-
Fix Priority:3
-
Git Pull Request:
Customer is facing issue while configuring LDAP properties for multiple portal instances through properties file.I have followed steps mentioned in the knowledge base article and able to reproduce the issue.
Knowledge Base Article Link: https://www.liferay.com/group/customer/knowledge/kb/-/knowledge_base/article/30717691
Step To Reproduce
1. Go to Control Panel > Server Administration > Portal Instance and note the Web ID's of the two (or more) portal instances that you have. (If you have not created a second instance, create one in this step.)
2. Shut down the Liferay server, and navigate to ${Tomcat_Home}/webapps/ROOT/WEB-INF/classes and create a property file for each portal instance.
Title each file in the following manner: portal-{$instance_WebID}.properties
3.In the same path, create a system-ext.properties file, and add the following line to the file:
company-id-properties=true
4. Open Sentev.bat (or Sentev.sh in Linux) in {$Tomcat_Home}/bin and add the following line to the Java Settings:
-Dcompany-id-properties=true
5. Open the portal-{$instance}.properties files and add the following line
ldap.auth.enabled=true
Result of Testing
After following the above steps, not able to enable ldap propery through portal-ext.properties for different instance.
Logs
NA
In 6.2.x/In Master
Not able to configure sharding on 6.2.x/Master and facing some issue.
End Goal
LDAP property should work after enabling through portal-ext.properties(portal-{$instance}.properties) for different instance.
- relates
-
LPE-14123 Allow LDAP configuration for multiple instance using portal-ext.properties in liferay 6.2
-
- Closed
-