Disabling Network-based Security

Use the use_security_services to 'off' parameter to disable all security services.

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.
  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.
Related concepts
Replication Server Executable Program
Related tasks
Set up Network-based Security