EcoStruxure IT forum
A support forum for Data Center Operation, Data Center Expert, and EcoStruxure IT product users to share knowledge on installation, configuration, and general product use.
Posted: 2020-07-04 04:29 PM
This question was originally posted on DCIM Support by Lai Yuan Jiun on 2018-04-12
Please advise if Portal support AD integration on port 636 (LDAPS)?
The below 2 links are over unsecured port 389.
https://web.liferay.com/community/wiki/-/wiki/Main/LDAP+with+AD+in+Liferay+6.0.5
(CID:130094611)
Posted: 2020-07-04 04:29 PM
This answer was originally posted on DCIM Support by Christopherus Laurentius on 2018-04-13
Hi YJ,
From documentation, Portal is based on Liferay Portal 6.1 CE GA2 (6.1.1).
It does support LDAPS on port 636, but requires user to import the certifcate issued by your LDAPS server using keytool.
Can you try importing the certificate, and use ldaps in Portal? To quote from the 2nd link:
The import is handled by a command like the following:
keytool -import -trustcacerts -keystore /some/path/jdk1.5.0_11/jre/lib/security/cacerts -storepass changeit -noprompt -alias MyRootCA -file /some/path/MyRootCA.cer
The keytool utility ships as part of the Java SDK.
Once this is done, go back to the LDAP page in the control panel. Modify the LDAP URL in the Base DN field to the secure version by changing the protocol to ldaps and the port to 636 like this:
ldaps://myLdapServerHostname:636
Edit1:
keytool is part of Java utility, so it will be in the folder where Java is installed, e.g:
C:\Program Files\Java\jre7\bin
Leaving this question open for others to chip in.
Regards,
Chris
(CID:130095130)
Posted: 2020-07-04 04:29 PM
This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.
Create your free account or log in to subscribe to the forum - and gain access to more than 10,000+ support articles along with insights from experts and peers.