You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by jt...@apache.org on 2006/09/06 21:46:35 UTC

svn commit: r440848 - /db/derby/docs/trunk/src/adminguide/radmindrdasecmechanism.dita

Author: jta
Date: Wed Sep  6 12:46:35 2006
New Revision: 440848

URL: http://svn.apache.org/viewvc?view=rev&rev=440848
Log:
DERBY-1682 :  Added the STRONG_PASSWORD_SUBSTITUTE_SECURITY security mechanism 
to the syntax for the derby.drda.securityMechanism property in the Server and
Administration Guide.

Patch derby1682_083106.diff contributed by Kim Haase <ca...@sun.com>.

Modified:
    db/derby/docs/trunk/src/adminguide/radmindrdasecmechanism.dita

Modified: db/derby/docs/trunk/src/adminguide/radmindrdasecmechanism.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/radmindrdasecmechanism.dita?view=diff&rev=440848&r1=440847&r2=440848
==============================================================================
--- db/derby/docs/trunk/src/adminguide/radmindrdasecmechanism.dita (original)
+++ db/derby/docs/trunk/src/adminguide/radmindrdasecmechanism.dita Wed Sep  6 12:46:35 2006
@@ -31,8 +31,12 @@
 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.</p></section>
-<refsyn><title>Syntax</title><codeblock><ph>derby.drda.securityMechanism = [ USER_ONLY_SECURITY | CLEAR_TEXT_PASSWORD_SECURITY | ENCRYPTED_USER_AND_PASSWORD_SECURITY ] </ph
-></codeblock> </refsyn>
+<refsyn><title>Syntax</title><codeblock><ph>derby.drda.securityMechanism = [ 
+    USER_ONLY_SECURITY | 
+    CLEAR_TEXT_PASSWORD_SECURITY | 
+    ENCRYPTED_USER_AND_PASSWORD_SECURITY | 
+    STRONG_PASSWORD_SUBSTITUTE_SECURITY 
+] </ph></codeblock> </refsyn>
 <section><title>Default</title><p>None. </p> </section>
 <example> <title>Example</title><codeblock><b>derby.drda.securityMechanism=USER_ONLY_SECURITY
 </b></codeblock> The server that runs with this setting accepts only client