Users Guide
Setting Up Authentication | Getting Started
OMNM 6.5.3 User Guide 83
18
Change the server URL to
https://deviceB_IPAddress:8443/cas_web
19
Click the
Test CAS Configuration
button.
20
If the test passes, click
Save
21
To use RADIUS with OpenManage Network Manager create users (no password) that already
exist on the RADIUS server in the
Portal > Users and Organizations
portion of the Control
Panel.
22
Logout from OpenManage Network Manager.
23
in a web browser go to the URL of your OpenManage Network Manager:8080.
24
A CAS authentication page appears where you enter credentials of users created on radius
server.
Setting Up Radius Authentication
The OpenManage Network Manager (OMNM) application supports radius authentication using
an external radius authentication server. To set up direct radius support, you need an OMNM user
with the same name as the radius user name.
Set up direct radius support as follows.
1
Configure the OMNM system to recognize your radius server.
a. Navigate to the
installDir
/owareapps/installprops/lib/installed.properties file.
b. Open the installed.properties file with a text editor.
c. Add the following properties:
com.dorado.server.radius.server=<serverIP> required
com.dorado.server.radius.port=<radius port#> optional, default = 1812
com.dorado.server.radius.secret=<radius secret value> required
com.dorado.server.radius.timeout=<timeout in ms> optional, default =
1000 ms
For example:
com.dorado.server.radius.server=192.168.54.137
com.dorado.server.radius.port=1812
com.dorado.server.radius.secret=testing123
com.dorado.server.radius.timeout=1000
2
Enable radius authentication.
a. Navigate to the
installDir
/oware/synergy/tomcat-7.0.40/webapps/netview/WEB-INF/
classes/portal.properties file.
b. Open the portal.properties file with a text editor.
c. Add the following line:
auth.pipeline.pre=com.dorado.nva.auth.CustomRadiusAuthenticator
This property causes the OMNM application to authenticate against the radius server
prior to logging in through OMNM authentication. To skip OMNM authentication,
continue with
step 3
. Otherwise, continue with step 4.