MSSQL loadable plugin
Source
xxxxxxxxxx
### Option:Plugins.MSSQL.System.Path
# Path to external plugin executable.
#
# Mandatory: yes
# Default:
# Plugins.MSSQL.System.Path=
### Option: Plugins.MSSQL.Timeout
# Amount of time to wait for a server to respond when first connecting and on
# follow up operations in the session.
#
# Mandatory: no
# Range: 1-30
# Default:
# Plugins.MSSQL.Timeout=<Global timeout>
### Option: Plugins.MSSQL.KeepAlive
# Time in seconds for waiting before unused connections will be closed.
#
# Mandatory: no
# Range: 60-900
# Default:
# Plugins.MSSQL.KeepAlive=300
### Option: Plugins.MSSQL.CustomQueriesDir
# Filepath to a directory containing user defined .sql files with custom
# queries that the plugin can execute.
#
# Mandatory: no
# Default:
# Plugins.MSSQL.CustomQueriesDir=
### Option: Plugins.MSSQL.Sessions.*.Uri
# Uri to connect.
# Replace "*" with a session name.
#
# Mandatory: no
# Range:
# Must matches the URI format.
# The only supported schema is "sqlserver".
# Embedded credentials will be ignored.
# Connection to named instance can be made by specifying instance name in the URI.
# Example: sqlserver://localhost/InstanceName
# Default: sqlserver://localhost:1433
# Plugins.MSSQL.Sessions.*.Uri=
### Option: Plugins.MSSQL.Sessions.*.User
# Username to send to protected MSSQL server.
# Replace "*" with a session name.
#
# Mandatory: no
# Default:
# Plugins.MSSQL.Sessions.*.User=
### Option: Plugins.MSSQL.Sessions.*.Password
# Password to send to protected MSSQL server.
# Replace "*" with a session name.
#
# Mandatory: no
# Default:
# Plugins.MSSQL.Sessions.*.Password=
### Option: Plugins.MSSQL.Sessions.*.CACertPath
# Filepath to the public key certificate of the certificate authority (CA)
# that issued the certificate of the MSSQL server.
# Replace "*" with a session name.
#
# Mandatory: no
# Default:
# Plugins.MSSQL.Sessions.*.CACertPath=
### Option: Plugins.MSSQL.Sessions.*.TrustServerCertificate
# Boolean value to indicate whether the plugin should trust the server
# certificate without validating it.
# Replace "*" with a session name.
#
# Mandatory: no
# Range: true, false
# Default:
# Plugins.MSSQL.Sessions.*.TrustServerCertificate=
### Option: Plugins.MSSQL.Sessions.*.HostNameInCertificate
# Common name (CN) of the certificate of the MSSQL server.
# Replace "*" with a session name.
#
# Mandatory: no
# Default:
# Plugins.MSSQL.Sessions.*.HostNameInCertificate=
### Option: Plugins.MSSQL.Sessions.*.Encrypt
# Connection encription type.