Show TOC

admin security_settingLocate this document in the navigation structure

Displays network-based security parameters and values for the Replication Server.

Syntax
admin security_setting [, <rs_idserver> |, <rs_server> |, <data_server.database>]
Parameters
rs_idserver

The ID Server to which the current Replication Server connects.

rs_server

The Replication Server to which the current Replication Server connects.

data_server

The data server for the target database to which the current Replication Server connects.

database

The target database to which the current Replication Server connects.

Examples
Example 1
 admin security_setting
 Server        Feature           Status
 ------------  --------------    -----------
 Global        Unified Login     required
 Global        Confidentiality   not_required
 Global        Integrity         not_required
 ...
Usage
  • To execute admin security_setting, network-based security must be enabled—use configure replication server to set the use_security_services parameter “on”— at the current Replication Server.

  • If you execute admin security_setting without options, Replication Server displays default values configured with configure replication server.

  • This command cannot be used to manage the security settings of non-ASE and non-IQ connectors like ExpressConnect for HANA DB. For information on managing the security settings for these connectors, see the Replication Server Heterogeneous Replication Guide.

Permissions

Any user may execute this command.