There may be situations where security must be disabled for the entire installation.
Security can be disabled in the following ways during configuration with tpm:
--disable-security-controls=true
This has the same effect as adding
--file-protection-level=none
,
--rmi-ssl=false
,
--thl-ssl=false
,
--rmi-authentication=false
,
--jgroups-ssl=false
.
Disables file level protection, including ownership and file mode settings.
Disables the use of SSL/TLS for communicating with services, this includes starting, stopping, or controlling individual services and operations, such as putting Tungsten Replicator online or offline.
Disables the use of authentication when accessing and controlling services.
Disables the use of SSL/TLS for THL transmission between replicators.
Disables SSL/TLS for group communication within the cluster.