[
http://issues.apache.org/jira/browse/DERBY-1682?page=comments#action_12431966 ]
Kim Haase commented on DERBY-1682:
----------------------------------
Thanks for the suggestion, Laura. I was wondering about that. I'm not sure
spacing will come out right here, but do you think I should just do the one
carriage return to make it legible --
derby.drda.securityMechanism = [ USER_ONLY_SECURITY |
CLEAR_TEXT_PASSWORD_SECURITY |
ENCRYPTED_USER_AND_PASSWORD_SECURITY | STRONG_PASSWORD_SUBSTITUTE_SECURITY
]
or something more like this, with one property value per line?
derby.drda.securityMechanism = [
USER_ONLY_SECURITY |
CLEAR_TEXT_PASSWORD_SECURITY |
ENCRYPTED_USER_AND_PASSWORD_SECURITY |
STRONG_PASSWORD_SUBSTITUTE_SECURITY
]
There seem to be examples of both sorts in the adminguide and ref manuals.
You are right that the PDF forces a carriage return.
> 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
> Assigned To: Laura Stewart
> Priority: Minor
> Fix For: 10.3.0.0
>
> Attachments: derby1682_adminguide.diff, derby1682_update.diff,
> radmindrdasecmechanism.html, radmindrdasecmechanism_update.html
>
>
> 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