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 2009/10/06 21:35:46 UTC

svn commit: r822457 - /db/derby/docs/trunk/src/devguide/tdevdvlp40464.dita

Author: chaase3
Date: Tue Oct  6 19:35:45 2009
New Revision: 822457

URL: http://svn.apache.org/viewvc?rev=822457&view=rev
Log:
DERBY-4377: Developer's Guide statement on shutting down Derby needs qualification

Modified topic to clarify authentication information.

Patch: DERBY-4377-4.diff

Modified:
    db/derby/docs/trunk/src/devguide/tdevdvlp40464.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=822457&r1=822456&r2=822457&view=diff
==============================================================================
--- db/derby/docs/trunk/src/devguide/tdevdvlp40464.dita (original)
+++ db/derby/docs/trunk/src/devguide/tdevdvlp40464.dita Tue Oct  6 19:35:45 2009
@@ -35,11 +35,12 @@
 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 and created some users at the system level (for
-example, by setting some usernames and passwords in the <i>derby.properties</i>
-file), you will need to specify credentials (that is, a username and password)
-in order to shut down a <ph conref="../conrefs.dita#prod/productshortname"></ph>
-system.</p>
+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
+<ph conref="../conrefs.dita#prod/productshortname"></ph> system, and the
+supplied username and password must also be defined at the system level.</p>
 <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