This section provides examples of using configure replication server.
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.
unified_login must be “required” for other security services to take effect.
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'