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/17 22:49:14 UTC

svn commit: r1339858 - in /db/derby/docs/trunk/src: devguide/cdevcsecurenativeauth.dita ref/rrefproper13766.dita

Author: chaase3
Date: Thu May 17 20:49:14 2012
New Revision: 1339858

URL: http://svn.apache.org/viewvc?rev=1339858&view=rev
Log:
DERBY-5767  Remove mentions of NATIVE::LOCAL authentication provider setting

Modified 1 Reference Manual and 1 Developer's Guide topic.

Patch: DERBY-5767.diff

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

Modified: db/derby/docs/trunk/src/devguide/cdevcsecurenativeauth.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/cdevcsecurenativeauth.dita?rev=1339858&r1=1339857&r2=1339858&view=diff
==============================================================================
--- db/derby/docs/trunk/src/devguide/cdevcsecurenativeauth.dita (original)
+++ db/derby/docs/trunk/src/devguide/cdevcsecurenativeauth.dita Thu May 17 20:49:14 2012
@@ -57,13 +57,6 @@ This value must be set by using system-w
 using the <codeph>SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY</codeph> system
 procedure.</p>
 </li>
-<li>NATIVE::LOCAL
-<p>This value tells <ph conref="../conrefs.dita#prod/productshortname"></ph> to
-use an individual database's SYSUSERS system table to authenticate connections
-to it. This value is never explicitly set by an application. It is only set by
-<ph conref="../conrefs.dita#prod/productshortname"></ph> itself when it marks a
-database as a credentials database.</p>
-</li>
 </ul>
 <section><title>Working with a credentials database</title>
 <p>With NATIVE authentication, a database can become a credentials database

Modified: db/derby/docs/trunk/src/ref/rrefproper13766.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefproper13766.dita?rev=1339858&r1=1339857&r2=1339858&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefproper13766.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefproper13766.dita Thu May 17 20:49:14 2012
@@ -50,11 +50,6 @@ system-wide JVM properties or by using t
 cannot be set in the database by using the SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY
 procedure.</p>
 </li>
-<li>NATIVE::LOCAL
-<p>NATIVE authentication for an individual database, using credentials in its
-own SYSUSERS system table. This value is never explicitly set by an application.
-It is only set by <ph conref="../conrefs.dita#prod/productshortname"></ph>
-itself when it marks a database as a credentials database.</p></li>
 <li>LDAP   <p>An external LDAP directory service.</p></li>
 <li>A complete Java class name   <p>A user-defined class that provides user
 authentication.</p></li>