Add documentation for derby.drda.securityMechanism.
---------------------------------------------------
Key: DERBY-1682
URL: http://issues.apache.org/jira/browse/DERBY-1682
Project: Derby
Issue Type: Task
Components: Documentation
Reporter: Sunitha Kambhampati
Priority: Minor
Fix For: 10.2.0.0
Under section Setting Network Server properties
http://db.apache.org/derby/docs/dev/adminguide/tadminconfigsettingnetwrokserverproperties.html
Add this new property
derby.drda.securityMechanism
Restricts client connections based on the security mechanism.
if derby.drda.securityMechanism is set to a valid mechanism, then
the Network Server accepts only connections which use that
security mechanism. No other types of connections are accepted.
if the derby.drda.securityMechanism is not set at all, then 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]
Example:
derby.drda.securityMechanism=USER_ONLY_SECURITY
The server running with this property will only accept client connections with
USER_ONLY_SECURITY.
Static or Dynamic:
This property is static. Server must be restarted for the property to take
effect.
Default value for this property is as though it is not set - in which case
the server will allow clients with supported security mechanisms to connect
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira