Cisco Headend System Release 2.7 Installation Guide

Page of 138
 
 
 
Set Up the loadDhctService for Basic Authentication 
 
4036043 Rev B 
117 
 
Set Up the loadDhctService for Basic 
Authentication 
Complete these instructions as dncs user. 
The configuration file for the loadDhctService process is located at: 
/dvs/dncs/etc/LoadDhctServerSOAPCfg.cfg. A sample portion of the file follows: 
# Port on which server listens for incoming requests
 
SOAP_PORT = 18284
 
# Enable/Disable SOAP SSL
 
SSL_MODE = DISABLE
 
# Enable or Disable basic authentication (parameters: 
DISABLE/ENABLE)
 
BASIC_AUTH = ENABLE
 
# Server User Name
 
SERVER_USER_NAME = dncs
 
# Server Password
 
SERVER_PASSWD = dncs123 
 
 The following list contains a description of the parameters: 
 
Server_Port (SOAP_PORT) — This is the port on which the loadDhctServer 
listens. This is the proxy port in the loadPIMS.https Apache configuration file. 
 
SSL_MODE — This should always be set to DISABLE. The SSL is enabled at the 
Apache server layer. 
 
BASIC_AUTH — Set it to ENABLE
 
SERVER_USER_NAME — This configuration parameter defines the user name 
used by the loadDhctService web service client to perform basic authentication. 
 
SERVER_PASSWD — This configuration parameter defines the password to be 
used by the client for basic authentication. 
1  Launch the DNCS Control processes by clicking Control from the DNCS 
Administrative Console Status window.