Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Some advanced options in Site Manager are exposed through setting registry keys on the Site Manager server. The available registry keys are:

KeyHKEY_LOCAL_MACHINE\SOFTWARE\Macrium\Site Manager
ValueConnection Timeout
TypeDWORD
Default480 (8 minutes)
AffectsSite Manager Server
Description

To avoid NAT routing causing TCP socket disconnection, Site Manager and the Agent will exchange keep alive messages on the interval set in this key. Lowering the number will cause more frequent network traffic, but may be necessary if a NAT router, gateway, switch or other network appliance is set to disconnect sockets more frequently than after 8 minutes idle.

KeyHKEY_LOCAL_MACHINE\SOFTWARE\Macrium\Site Manager
ValueSSL Cipherlist
TypeString (REG_SZ)
DefaultTLSv1+HIGH:!SSLv2:!DES:!3DES
AffectsSite Manager Server
Description

The SSL cipherlist controls which SSL/TLS encryption methods are allowed by the Site Manager's HTTPS management interface. If stricter limits are required for security, any OpenSSL cipherlist as documented on the OpenSSL website may be used. 

For example, to restrict the web interface to TLS 1.2 and forbid MD5, SHA1 and RC4 hashing, the following string may be used: "TLSv1.2:HIGH:kRSA:!SHA1:!RC4:!MD5:!eNULL:!aNULL:!AES128"

KeyHKEY_LOCAL_MACHINE\SOFTWARE\Macrium\Site Manager
ValueEnable LDAPS
TypeDWORD
Default1
AffectsSite Manager Server
Description

If set to 0, Site Manager will only attempt unencrypted LDAP requests to Active Directory servers. 

If set to 1, Site Manager will attempt LDAPS (LDAP over SSL) requests and only fall back to unencrypted requests on error. 

KeyHKEY_LOCAL_MACHINE\SOFTWARE\Macrium\Site Manager
ValueLDAPS Port
TypeDWORD
Default636
AffectsSite Manager Server
Description

The TCP port number to attempt LDAPS queries on. 

KeyHKEY_LOCAL_MACHINE\SOFTWARE\Macrium\Site Manager
ValueLDAP Port
TypeDWORD
Default389
AffectsSite Manager Server
Description

The TCP port number to attempt LDAP queries on. 

  • No labels