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/08/30 04:38:56 UTC

svn commit: r438322 - /db/derby/docs/trunk/src/adminguide/cadminappsclientsecurity.dita

Author: jta
Date: Tue Aug 29 19:38:56 2006
New Revision: 438322

URL: http://svn.apache.org/viewvc?rev=438322&view=rev
Log:
DERBY-1747 Documentation for 10.2 Strong Password Substitute feature --
fixed a column title and the formatting of column widths for PDF generation.

Committed patch derby1747_update.diff by Kim Haase <ca...@sun.com>.

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

Modified: db/derby/docs/trunk/src/adminguide/cadminappsclientsecurity.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/cadminappsclientsecurity.dita?rev=438322&r1=438321&r2=438322&view=diff
==============================================================================
--- db/derby/docs/trunk/src/adminguide/cadminappsclientsecurity.dita (original)
+++ db/derby/docs/trunk/src/adminguide/cadminappsclientsecurity.dita Tue Aug 29 19:38:56 2006
@@ -42,11 +42,11 @@
 is both the user id and password. The default user is APP if no other user
 is specified.<table id="radminappsclientsecuritytable"><title>Security mechanisms
 supported by the Derby Network Client</title>
-<tgroup cols="3"><colspec colname="col1" colwidth="68*"/><colspec colname="col2"
-colwidth="134*"/><colspec colname="col3" colwidth="89*"/>
+<tgroup cols="3"><colspec colname="col1" colwidth="45*"/><colspec colname="col2"
+colwidth="210*"/><colspec colname="col3" colwidth="45*"/>
 <thead>
 <row valign="bottom">
-<entry colname="col1">Security and mechanism</entry>
+<entry colname="col1">Security mechanism</entry>
 <entry colname="col2"><codeph>securityMechanism</codeph> property value</entry>
 <entry colname="col3">Comments</entry>
 </row>
@@ -70,7 +70,7 @@
 </row>
 <row>
 <entry colname="col1">Encrypted user id and encrypted password</entry>
-<entry colname="col2">ClientDataSource.ENCRYPTED_USER_AND_ PASSWORD_SECURITY
+<entry colname="col2">ClientDataSource.ENCRYPTED_USER_AND_PASSWORD_SECURITY
 (0x09)</entry>
 <entry colname="col3">Encryption requires a JCE implementation that supports
 the Diffie-Helman algorithm with a prime of 32 bytes.</entry>