derby.drda.securityMechanism property
Derby Server and Administration Guide
37
derby.drda.portNumber=portnumber
Default
If no port number is specified, 1527 is the default.
Example
derby.drda.portNumber=1110
Static or dynamic
Static. You must restart the Network Server for changes to take effect.
derby.drda.securityMechanism property
The derby.drda.securityMechanism property restricts the client connections based on the
security mechanism.
If the derby.drda.securityMechanism property is set to a valid mechanism, the Network
Server accepts only connections which use that security mechanism. No other types of
connections are accepted. If the derby.drda.securityMechanism property is not set, the
Network Server accepts any connection which uses a valid security mechanism.
Syntax
derby.drda.securityMechanism = [
USER_ONLY_SECURITY |
CLEAR_TEXT_PASSWORD_SECURITY |
ENCRYPTED_USER_AND_PASSWORD_SECURITY |
STRONG_PASSWORD_SUBSTITUTE_SECURITY
]
Default
None.
Example
derby.drda.securityMechanism=USER_ONLY_SECURITY
The server that runs with this setting accepts only client connections with the
USER_ONLY_SECURITY value.
Static or dynamic
Static. You must restart the Network Server for the changes that are associated with this
property to take effect.
derby.drda.sslMode property
The derby.drda.sslMode property indicates whether the client connection is encrypted or
not, and whether certificate based peer authentication is enabled.
Syntax
derby.drda.sslMode = [ off | basic | peerAuthentication ]
Default
off
Example
derby.drda.sslMode=basic
The server that runs with this setting accepts client connections encrypted with SSL.
Static or dynamic