Examples

This section provides examples of using configure replication server.

Requiring unified login

To require all servers and users that connect to Replication Server to be authenticated by the security mechanism, set unified_login to “required.” Log in to Replication Server and execute this command at the isql prompt:

configure replication server 
  set unified_login to 'required'

If unified_login is “not_required”, Replication Server allows servers and users to connect with either a credential or a password.

Noteunified_login must be “required” for other security services to take effect.

Requiring data encryption

To require all data sent or received by Replication Server to be encrypted, log in to the Replication Server and execute this command at the isql prompt:

configure replication server 
  set msg_encryption to 'required'