Disabling network-based security

You can disable all security services with the configure replication server command and the use_security_services to 'off' parameter.

When you disable network security, Replication Server does not accept incoming logins with security credentials and does not attempt to log in to other processes with a security credential. No security services are active.

Here is the procedure for disabling security:

  1. Log in to the Replication Server, and at the isql prompt enter this command:

    configure replication server 
        set use_security_services to 'off'
    
  2. Restart Replication Server by executing the repserver command or the Replication Server run file. Refer to “Replication Server executable program” for information about the repserver command.

To enable network-based security at the Replication Server, refer to “Setting up network-based security”.