Users Guide

Setting Up Authentication | Getting Started
82 OMNM 6.5.3 User Guide
keystorePass="changeit"
truststoreFile="C:\Program
Files\Java\jdk1.6.0_26\jre\lib\security\cacerts"
/>
4
In same file comment out
<Listener
className="org.apache.catalina.core.AprLifecycleListener"
SSLEngine="on" />
5
Restart tomcat
6
Copy the
casserver.crt
file that was created during
keytool -export
from deviceA
to deviceB
Do the following configuration on deviceB
7
Import the certificate:
/cygdrive/c/[path]/oware3rd/jdk1.6.0_45nt64:keytool -import -trustcacerts
-alias cascommon -file "c:\ssl\casserver.crt" -keystore
"[path]\oware3rd\jdk1.6.0_45nt64\jre\lib\security\cacerts"
8
Add near the end of
set "JAVA_OPTS" -
Djavax.net.ssl.trustStore="[path]\oware3rd\jdk1.6.0_45nt64\jre\li
b\security\cacerts"
to the
setenv.bat
file located in
..\oware\synergy\tomcat_xxx\bin
When finish the line should look like this:
set "JAVA_OPTS=%JAVA_OPTS% -Dfile.encoding=%PORTAL_ENDCODING% -
Djava.net.preferIPv4Stack=%PORTAL_IP_STACK% -
Dsynergy.https=%ENABLE_SSL% -Dssl.certfile=%SSL_CERTFILE% -
Dssl.certkeyfile=%SSL_CERTKEYFILE% -Dsynergy.http.port=%PORTAL_PORT% -
Djavax.net.ssl.trustStore="[path]\oware3rd\jdk1.6.0_45nt64\jre\lib\secu
rity\cacerts" -Xms%PORTAL_MAX_MEM% -Xmx%PORTAL_MAX_MEM% -
XX:MaxPermSize=%PORTAL_PERMGEN%"
9
On deviceB edit the
portal-ext.properties
file located in
\oware\synergy\tomcatxxx\webapps\root\web-inf\classes
Set property settings as follow:
live.users.enabled=false
com.liferay.portal.servlet.filters.sso.cas.CASFilter=true
default.landing.page.path=/group/root
company.default.home.url=/group/root
10
Restart web service using a command window to run this command:
oware/synergy/tomcat-7.0.40/bin/startup.bat
11
Go to > Control Panel
in OpenManage Network Manager
12
Select
Portal > Portal Settings
13
Click on the
Authentication
link on the right
14
Click on CAS tab.
15
Check the
Enabled
check box.
16
Change the login URL to
https://deviceA_hostname:8443/cas-web/login
17
Change the logout URL to
https://deviceA_hostname:8443/cas_web/logout