[ 
http://issues.apache.org/jira/browse/DERBY-1682?page=comments#action_12431950 ] 
            
Laura Stewart commented on DERBY-1682:
--------------------------------------

Hi Kim -

The syntax is really long, and I am forced to scroll my window (in HTML) even 
though
my window is full screen. I assume that the PDF is not a problem since there 
are spaces in the syntax 
and PDF usually forces a carriage return.  But the HTML isn't as good as it 
could be.

The other properties are very short, but if you look at the Reference Manual 
under the SQL Statements,
many of those have syntaxes that are on multiple lines.  What do you think 
about forcing a carriage return so
that the HMTL looks better?

> 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

        

Reply via email to