You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Laura Stewart (JIRA)" <de...@db.apache.org> on 2006/09/01 01:20:24 UTC

[jira] Commented: (DERBY-1682) Add documentation for derby.drda.securityMechanism.

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

Kim, when I look at the html file, it doesn't appear any different than the one before...
The diff file seems to have the corrections though. Can you double check the html file that you attached?

> 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_083106.diff, derby1682_adminguide.diff, derby1682_update.diff, radmindrdasecmechanism.html, radmindrdasecmechanism_083106.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