Cisco Cisco Tidal Enterprise Scheduler 6.2 Installation Guide

Page of 248
5-6
Cisco Tidal Enterprise Scheduler Installation Guide
OL-32249-01
Chapter 5      Installing Client Manager 
Installing Client Manager for Windows
To enable this multi-domain authentication:
Step 1
Add the following new property value in clientmgr.props, located under <CM_INSTALL>\config.
Security.Authentication.Ext.File=user-auth.xml
Where user-auth.xml is the file name. 
Step 2
Build the user-auth.xml file to include all AD/LDAP servers for TES user authentication. 
This example defines two servers:
<ext-user-auth>
<user-auth>
<name>TIDALSOFT</name>
<desc>Configure AD for user user authentication</desc>
<type>ActiveDirectory</type>
<host>hou-ad-1.tidalsoft.local</host>
<port>389</port>
<ad.usersearchprefix>DC=tidalsoft,DC=local</ad.usersearchprefix>
<ad.groupsearchprefix>DC=tidalsoft,DC=local</ad.groupsearchprefix>
</user-auth>
<user-auth>
<name>ITTIDAL</name>
<desc>Configure Open LDAP Server for user authentication</desc>
<type>LDAP</type>
<host>10.88.103.148</host>
<port>5389</port>
<ldap.binddn>ou=People,dc=ittidal,dc=com</ldap.binddn>
<ldap.userobjectclass>account</ldap.userobjectclass>
<ldap.userbinddn>dc=ittidal,dc=com</ldap.userbinddn>
<ldap.groupbinddn>cn=testest,ou=Group,dc=ittidal,dc=com</ldap.groupbinddn>
<ldap.useridentifiertype>uid</ldap.useridentifiertype>
</user-auth>
</ext-user-auth>
In the example above, the authentication process will validate TIDALSOFT first and then ITTIDAL.
Verifying Successful Installation
You should verify that all of the required Client Manager files were installed by going to the directory 
location that you designated during installation.
The seven main file directories (not counting the UninstallerData directory) are listed at the top with the 
contents of the lib and config directories also displayed.
Note
Jobs and other object definitions can be viewed or modified after the Primary Sync is completed and the 
Client Manager is initialized.