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 ch...@apache.org on 2012/05/18 18:12:41 UTC

svn commit: r1340150 - in /db/derby/docs/trunk/src: devguide/tdevdvlp40464.dita ref/rrefproper13766.dita ref/rrefproper27355.dita

Author: chaase3
Date: Fri May 18 16:12:40 2012
New Revision: 1340150

URL: http://svn.apache.org/viewvc?rev=1340150&view=rev
Log:
DERBY-5769  Notes deprecating BUILTIN authentication need fixing

Modified two Reference Manual topics and one Developer's Guide topic.

Patch: DERBY-5769-2.diff

Modified:
    db/derby/docs/trunk/src/devguide/tdevdvlp40464.dita
    db/derby/docs/trunk/src/ref/rrefproper13766.dita
    db/derby/docs/trunk/src/ref/rrefproper27355.dita

Modified: db/derby/docs/trunk/src/devguide/tdevdvlp40464.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/tdevdvlp40464.dita?rev=1340150&r1=1340149&r2=1340150&view=diff
==============================================================================
--- db/derby/docs/trunk/src/devguide/tdevdvlp40464.dita (original)
+++ db/derby/docs/trunk/src/devguide/tdevdvlp40464.dita Fri May 18 16:12:40 2012
@@ -34,18 +34,17 @@ down Derby<indexterm>using database conn
 <context> <codeblock>jdbc:derby:;<ph>shutdown=true</ph></codeblock><p>A successful
 shutdown always results in an <i>SQLException</i> to indicate that <ph conref="../conrefs.dita#prod/productshortname"></ph> has
 shut down and that there is no other exception.</p>
-<p>If you have enabled <ph conref="../conrefs.dita#prod/productshortname"></ph>
-BUILTIN user authentication at the system level (for example, by setting the
-property <i>derby.connection.requireAuthentication=true</i> in the
-<i>derby.properties</i> file), you will need to specify credentials
-(that is, username and password) in order to shut down a
+<p>If you have enabled user authentication at the system level, you will need to
+specify credentials (that is, username and password) in order to shut down a
 <ph conref="../conrefs.dita#prod/productshortname"></ph> system, and the
 supplied username and password must also be defined at the system level.</p>
 <note type="important"><ph conref="../conrefs.dita#prod/productshortname"></ph>'s
 BUILTIN authentication mechanism is suitable only for development and testing
-purposes. It is strongly recommended that production systems rely on LDAP or a
-user-defined class for authentication. It is also strongly recommended that
-production systems protect network connections with SSL/TLS.</note>
+purposes, and it will no longer be documented in future releases. It is strongly
+recommended that production systems rely on NATIVE authentication, an
+external directory service such as LDAP, or a user-defined class for
+authentication. It is also strongly recommended that production systems protect
+network connections with SSL/TLS.</note>
 <p>You can also shut down
 an individual database if you specify the <i>databaseName</i>. You can shut
 down the database of the current connection if you specify the default connection

Modified: db/derby/docs/trunk/src/ref/rrefproper13766.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefproper13766.dita?rev=1340150&r1=1340149&r2=1340150&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefproper13766.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefproper13766.dita Fri May 18 16:12:40 2012
@@ -58,9 +58,10 @@ simple internal user authentication repo
 <note type="important"><ph conref="../conrefs.dita#prod/productshortname"></ph>'s
 BUILTIN authentication mechanism is suitable only for development and testing
 purposes, and it will no longer be documented in future releases. It is
-strongly recommended that production systems rely on LDAP or a user-defined
-class for authentication. It is also strongly recommended that production
-systems protect network connections with SSL/TLS.</note></li>
+strongly recommended that production systems rely on NATIVE authentication, an
+external directory service such as LDAP, or a user-defined class for
+authentication. It is also strongly recommended that production systems protect
+network connections with SSL/TLS.</note></li>
 </ul>
 <p>For more information about these settings, see "Using NATIVE
 authentication" and "External directory service" in the

Modified: db/derby/docs/trunk/src/ref/rrefproper27355.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefproper27355.dita?rev=1340150&r1=1340149&r2=1340150&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefproper27355.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefproper27355.dita Fri May 18 16:12:40 2012
@@ -39,9 +39,11 @@ is set to <i>derby.user</i>.</li>
 </ul></p>
 <p><note type="important"><ph conref="../conrefs.dita#prod/productshortname"></ph>'s
 BUILTIN authentication mechanism is suitable only for development and testing
-purposes. It is strongly recommended that production systems rely on LDAP or a
-user-defined class for authentication. It is also strongly recommended that
-production systems protect network connections with SSL/TLS.</note></p>
+purposes, and it will no longer be documented in future releases. It is strongly
+recommended that production systems rely on NATIVE authentication, an
+external directory service such as LDAP, or a user-defined class for
+authentication. It is also strongly recommended that production systems protect
+network connections with SSL/TLS.</note></p>
 </section>
 <section><title>Users and Passwords</title>
 <p>This property creates valid clear-text users and passwords within