Configuring security to the ID Server

To configure network-based security for the network connection from Replication Server to ID Server, use configure replication server. The syntax is:

configure replication server 
  set id_security_param to { 'required' |
    'not_required' }

Refer to the Replication Server Reference Manual for complete syntax and usage information about configure replication server. Table 8-8 describes the security parameters you can set for the pathway to the ID Server. They are stored in the rs_config table in the RSSD. You must have sa permission to configure them. To distinguish settings for this pathway, all ID Server parameters begin with the “id_” prefix. For example:

ID Server security parameters configured with configure replication server are dynamic. They take effect immediately and do not require that you restart Replication Server.


Examples