8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Inline docs

This commit is contained in:
alexpeshkoff 2013-11-05 07:59:22 +00:00
parent 09eef8b980
commit 912e3698dd

View File

@ -382,6 +382,11 @@
# Per-connection and per-database configurable.
#
#AuthClient = Srp, Win_Sspi, Legacy_Auth
#
# If you need to use server plugins that do not provide encryption key (both Legacy_Auth
# & Win_Sspi) you should also turn off required encryption on the wire with WireCrypt
# configuration parameter except when working with never encrypted XNET protocol.
#
# UserManager sets plugin used to work with security database. If more than
# one plugin is given, first plugin from the list is used.
@ -523,7 +528,7 @@
# Should connection over the wire be encrypted?
# Has 3 different values: Required, Enabled or Disabled. Enabled behavior
# depends another side requirements. If both sides set to enabled, connection
# is encrypted.
# is encrypted when possible.
#
# Attention: default depends upon connection type: incoming (server)
# or outgoing (client).