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 2005/03/31 02:27:28 UTC

svn commit: r159548 [7/17] - in incubator/derby/docs/trunk/src: adminguide/ devguide/ getstart/ tuning/

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure36127.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure36127.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure36127.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure36127.dita Wed Mar 30 16:26:36 2005
@@ -1,38 +1,38 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
-<concept xml:lang="en-us" id="cdevcsecure36127">
-<title>Enabling user authentication</title>
-<prolog><metadata>
-<keywords>
-<indexterm>User authentication<indexterm>enabling</indexterm></indexterm>
-</keywords>
-</metadata>
-</prolog>
-<conbody>
-<p>To enable user authentication, set the <i>derby.connection.requireAuthentication</i> property to true. Otherwise, <ph conref="devconrefs.dita#prod/productshortname"></ph> does not require a user name
-and password. You can set this property as a system-wide property or as a
-database-wide property.</p>
-<p>For a multi-user product, you would typically set it for the system in
-the <i>derby.properties</i> file for your server, since it
-is in a trusted environment.</p>
-<note>If you start a <ph conref="devconrefs.dita#prod/productshortname"></ph> system with user authentication
-enabled but without defining at least one user, you will not be able to shut
-down the system gracefully. When <ph conref="devconrefs.dita#prod/productshortname"></ph> is running in a connectivity
-server and user authentication is turned on, stopping the server requires
-a user name and password. You will need to alter shutdown scripts accordingly. </note>
-</conbody></concept>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
+<concept xml:lang="en-us" id="cdevcsecure36127">
+<title>Enabling user authentication</title>
+<prolog><metadata>
+<keywords>
+<indexterm>User authentication<indexterm>enabling</indexterm></indexterm>
+</keywords>
+</metadata>
+</prolog>
+<conbody>
+<p>To enable user authentication, set the <i>derby.connection.requireAuthentication</i> property to true. Otherwise, <ph conref="devconrefs.dita#prod/productshortname"></ph> does not require a user name
+and password. You can set this property as a system-wide property or as a
+database-wide property.</p>
+<p>For a multi-user product, you would typically set it for the system in
+the <i>derby.properties</i> file for your server, since it
+is in a trusted environment.</p>
+<note>If you start a <ph conref="devconrefs.dita#prod/productshortname"></ph> system with user authentication
+enabled but without defining at least one user, you will not be able to shut
+down the system gracefully. When <ph conref="devconrefs.dita#prod/productshortname"></ph> is running in a connectivity
+server and user authentication is turned on, stopping the server requires
+a user name and password. You will need to alter shutdown scripts accordingly. </note>
+</conbody></concept>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure36127.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure36595.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure36595.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure36595.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure36595.dita Wed Mar 30 16:26:36 2005
@@ -1,33 +1,33 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
-<concept xml:lang="en-us" id="cdevcsecure36595">
-<title>User authorization</title>
-<prolog><metadata>
-<keywords>
-<indexterm>User authorization</indexterm>
-<indexterm>Authorization</indexterm>
-</keywords>
-</metadata>
-</prolog>
-<conbody>
-<p><ph conref="devconrefs.dita#prod/productshortname"></ph> provides user authorization, which is a means of granting users
-permission to access a database (or system). <ph conref="devconrefs.dita#prod/productshortname"></ph> allows you to distinguish
-between full (read-write) access and read-only access. (<ph conref="devconrefs.dita#prod/productshortname"></ph> Version 10 does
-not support the SQL GRANT and REVOKE features, which allow you to set permissions
-to specific database objects or specific SQL actions.)</p>
-</conbody></concept>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
+<concept xml:lang="en-us" id="cdevcsecure36595">
+<title>User authorization</title>
+<prolog><metadata>
+<keywords>
+<indexterm>User authorization</indexterm>
+<indexterm>Authorization</indexterm>
+</keywords>
+</metadata>
+</prolog>
+<conbody>
+<p><ph conref="devconrefs.dita#prod/productshortname"></ph> provides user authorization, which is a means of granting users
+permission to access a database (or system). <ph conref="devconrefs.dita#prod/productshortname"></ph> allows you to distinguish
+between full (read-write) access and read-only access. (<ph conref="devconrefs.dita#prod/productshortname"></ph> Version 10 does
+not support the SQL GRANT and REVOKE features, which allow you to set permissions
+to specific database objects or specific SQL actions.)</p>
+</conbody></concept>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure36595.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure37241.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure37241.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure37241.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure37241.dita Wed Mar 30 16:26:36 2005
@@ -1,42 +1,42 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN"
- "../dtd/concept.dtd">
-<concept id="cdevcsecure37241" xml:lang="en-us">
-<title>Users and authorization identifiers</title>
-<prolog><metadata>
-<keywords><indexterm>Authorization identifiers</indexterm></keywords>
-</metadata></prolog>
-<conbody>
-<p>User names within the <ph conref="devconrefs.dita#prod/productshortname"></ph> system
-are known as <i>authorization identifiers</i>. The authorization identifier
-is a string that represents the name of the user, if one was provided in the
-connection request. For example, the built-in function CURRENT_USER returns
-the authorization identifier for the current user.</p>
-<p>Once the authorization identifier is passed to the <ph conref="devconrefs.dita#prod/productshortname"></ph> system,
-it becomes an <i>SQL92Identifier</i>. <codeph><i>SQL92Identifiers</i></codeph>-the
-kind of identifiers that represent database objects such as tables and columns-are
-case-insensitive (they are converted to all caps) unless delimited with double
-quotes, are limited to 128 characters, and have other limitations.</p>
-<p>User names must be valid authorization identifiers even if user authentication
-is turned off, and even if all users are allowed access to all databases.</p>
-<p>For more information about <i>SQL92Identifiers</i>, see<?Pub Caret?> the <cite><ph
-conref="devconrefs.dita#pub/citref"></ph></cite>.</p>
-</conbody>
-</concept>
-<?Pub *0000001530?>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN"
+ "../dtd/concept.dtd">
+<concept id="cdevcsecure37241" xml:lang="en-us">
+<title>Users and authorization identifiers</title>
+<prolog><metadata>
+<keywords><indexterm>Authorization identifiers</indexterm></keywords>
+</metadata></prolog>
+<conbody>
+<p>User names within the <ph conref="devconrefs.dita#prod/productshortname"></ph> system
+are known as <i>authorization identifiers</i>. The authorization identifier
+is a string that represents the name of the user, if one was provided in the
+connection request. For example, the built-in function CURRENT_USER returns
+the authorization identifier for the current user.</p>
+<p>Once the authorization identifier is passed to the <ph conref="devconrefs.dita#prod/productshortname"></ph> system,
+it becomes an <i>SQL92Identifier</i>. <codeph><i>SQL92Identifiers</i></codeph>-the
+kind of identifiers that represent database objects such as tables and columns-are
+case-insensitive (they are converted to all caps) unless delimited with double
+quotes, are limited to 128 characters, and have other limitations.</p>
+<p>User names must be valid authorization identifiers even if user authentication
+is turned off, and even if all users are allowed access to all databases.</p>
+<p>For more information about <i>SQL92Identifiers</i>, see<?Pub Caret?> the <cite><ph
+conref="devconrefs.dita#pub/citref"></ph></cite>.</p>
+</conbody>
+</concept>
+<?Pub *0000001530?>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure37241.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure37817.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure37817.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure37817.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure37817.dita Wed Mar 30 16:26:36 2005
@@ -1,44 +1,44 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
-<concept xml:lang="en-us" id="cdevcsecure37817">
-<title>Defining users</title>
-<prolog><metadata>
-<keywords>
-<indexterm>Users<indexterm>defining for a system</indexterm></indexterm>
-<indexterm>Authentication provider<indexterm>specifying</indexterm></indexterm>
-</keywords>
-</metadata>
-</prolog>
-<conbody>
-<p><ph conref="devconrefs.dita#prod/productshortname"></ph> provides several ways to define the repository of users and
-passwords. To specify which of these services to use with your <ph conref="devconrefs.dita#prod/productshortname"></ph> system,
-set the property <i>derby.authentication.provider</i> to
-the appropriate value as discussed in the appropriate section listed below.</p>
-<p>Setting the property as a system-wide property creates system-wide users.
-Setting the property as a database-wide property creates users for a single
-database only.</p>
-<ul>
-<li><xref href="cdevcsecure38522.dita#cdevcsecure38522"/>: <xref href="cdevcsecure41285.dita#cdevcsecure41285"/>. This includes Windows NT domain user authentication through
-the Netscape NT Synchronization Service.</li>
-<li><xref href="cdevcsecure21561.dita#cdevcsecure21561"/></li>
-<li><xref href="cdevcsecure21547.dita#cdevcsecure21547"/></li>
-</ul>
-<note>Shutting down the <ph conref="devconrefs.dita#prod/productshortname"></ph> system (for example, using the <i>shutdown=true</i> form of the connection URL without specifying a particular
-database) when user authentication is turned on requires that you define at
-least one user as a system-wide user.</note>
-</conbody></concept>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
+<concept xml:lang="en-us" id="cdevcsecure37817">
+<title>Defining users</title>
+<prolog><metadata>
+<keywords>
+<indexterm>Users<indexterm>defining for a system</indexterm></indexterm>
+<indexterm>Authentication provider<indexterm>specifying</indexterm></indexterm>
+</keywords>
+</metadata>
+</prolog>
+<conbody>
+<p><ph conref="devconrefs.dita#prod/productshortname"></ph> provides several ways to define the repository of users and
+passwords. To specify which of these services to use with your <ph conref="devconrefs.dita#prod/productshortname"></ph> system,
+set the property <i>derby.authentication.provider</i> to
+the appropriate value as discussed in the appropriate section listed below.</p>
+<p>Setting the property as a system-wide property creates system-wide users.
+Setting the property as a database-wide property creates users for a single
+database only.</p>
+<ul>
+<li><xref href="cdevcsecure38522.dita#cdevcsecure38522"/>: <xref href="cdevcsecure41285.dita#cdevcsecure41285"/>. This includes Windows NT domain user authentication through
+the Netscape NT Synchronization Service.</li>
+<li><xref href="cdevcsecure21561.dita#cdevcsecure21561"/></li>
+<li><xref href="cdevcsecure21547.dita#cdevcsecure21547"/></li>
+</ul>
+<note>Shutting down the <ph conref="devconrefs.dita#prod/productshortname"></ph> system (for example, using the <i>shutdown=true</i> form of the connection URL without specifying a particular
+database) when user authentication is turned on requires that you define at
+least one user as a system-wide user.</note>
+</conbody></concept>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure37817.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure38522.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure38522.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure38522.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure38522.dita Wed Mar 30 16:26:36 2005
@@ -1,40 +1,40 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
-<concept xml:lang="en-us" id="cdevcsecure38522">
-<title>External directory service</title>
-<prolog><metadata>
-<keywords>
-<indexterm>External directory services<indexterm>used to provide
-user authentication</indexterm></indexterm>
-<indexterm>User authentication<indexterm>use of external directory
-service for</indexterm></indexterm>
-</keywords>
-</metadata>
-</prolog>
-<conbody>
-<p>A directory service stores names and attributes of those names. A typical
-use for a directory service is to store user names and passwords for a computer
-system. <ph conref="devconrefs.dita#prod/productshortname"></ph> uses the Java naming and directory interface (JNDI) to
-interact with external directory services that can provide authentication
-of users' names and passwords.</p>
-<p><ph conref="devconrefs.dita#prod/productshortname"></ph> can use the following services:</p>
-<ul>
-<li><xref href="cdevcsecure41285.dita#cdevcsecure41285"/></li>
-<li><xref href="cdevcsecure21561.dita#cdevcsecure21561"/></li>
-</ul>
-</conbody></concept>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
+<concept xml:lang="en-us" id="cdevcsecure38522">
+<title>External directory service</title>
+<prolog><metadata>
+<keywords>
+<indexterm>External directory services<indexterm>used to provide
+user authentication</indexterm></indexterm>
+<indexterm>User authentication<indexterm>use of external directory
+service for</indexterm></indexterm>
+</keywords>
+</metadata>
+</prolog>
+<conbody>
+<p>A directory service stores names and attributes of those names. A typical
+use for a directory service is to store user names and passwords for a computer
+system. <ph conref="devconrefs.dita#prod/productshortname"></ph> uses the Java naming and directory interface (JNDI) to
+interact with external directory services that can provide authentication
+of users' names and passwords.</p>
+<p><ph conref="devconrefs.dita#prod/productshortname"></ph> can use the following services:</p>
+<ul>
+<li><xref href="cdevcsecure41285.dita#cdevcsecure41285"/></li>
+<li><xref href="cdevcsecure21561.dita#cdevcsecure21561"/></li>
+</ul>
+</conbody></concept>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure38522.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure41285.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure41285.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure41285.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure41285.dita Wed Mar 30 16:26:36 2005
@@ -1,43 +1,43 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
-<concept xml:lang="en-us" id="cdevcsecure41285">
-<title>LDAP directory service</title>
-<prolog><metadata>
-<keywords>
-<indexterm>LDAP directory services<indexterm>used to provide
-user authentication</indexterm></indexterm>
-</keywords>
-</metadata>
-</prolog>
-<conbody>
-<p>You can allow <ph conref="devconrefs.dita#prod/productshortname"></ph> to authenticate users against an existing LDAP
-directory service within your enterprise. LDAP (lightweight directory access
-protocol) provides an open directory access protocol running over TCP/IP.
-An LDAP directory service can quickly authenticate a user's name and password. </p>
-<p>To use an LDAP directory service, set <i>derby.authentication.provider</i> to <i>LDAP</i>.</p>
-<p>Examples of LDAP service providers are:</p>
-<ul>
-<li>Netscape Directory Server  
-<p>Netscape Directory Server is an LDAP directory
-server. In addition, the Netscape Directory Synchronization Service synchronizes
-entries in a Windows NT directory with the entries in Netscape's Directory
-Server. It allows you to use the Windows NT directory as a repository for <ph conref="devconrefs.dita#prod/productshortname"></ph> users.</p></li>
-<li>UMich slapd (freeware for the UNIX platform from the University of Michigan)</li>
-<li>AE SLAPD for Windows NT, from AEInc</li>
-</ul>
-</conbody></concept>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
+<concept xml:lang="en-us" id="cdevcsecure41285">
+<title>LDAP directory service</title>
+<prolog><metadata>
+<keywords>
+<indexterm>LDAP directory services<indexterm>used to provide
+user authentication</indexterm></indexterm>
+</keywords>
+</metadata>
+</prolog>
+<conbody>
+<p>You can allow <ph conref="devconrefs.dita#prod/productshortname"></ph> to authenticate users against an existing LDAP
+directory service within your enterprise. LDAP (lightweight directory access
+protocol) provides an open directory access protocol running over TCP/IP.
+An LDAP directory service can quickly authenticate a user's name and password. </p>
+<p>To use an LDAP directory service, set <i>derby.authentication.provider</i> to <i>LDAP</i>.</p>
+<p>Examples of LDAP service providers are:</p>
+<ul>
+<li>Netscape Directory Server  
+<p>Netscape Directory Server is an LDAP directory
+server. In addition, the Netscape Directory Synchronization Service synchronizes
+entries in a Windows NT directory with the entries in Netscape's Directory
+Server. It allows you to use the Windows NT directory as a repository for <ph conref="devconrefs.dita#prod/productshortname"></ph> users.</p></li>
+<li>UMich slapd (freeware for the UNIX platform from the University of Michigan)</li>
+<li>AE SLAPD for Windows NT, from AEInc</li>
+</ul>
+</conbody></concept>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure41285.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure42374.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure42374.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure42374.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure42374.dita Wed Mar 30 16:26:36 2005
@@ -1,35 +1,35 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
-<concept xml:lang="en-us" id="cdevcsecure42374">
-<title>Working with user authentication</title>
-<prolog><metadata>
-<keywords>
-<indexterm>User authentication</indexterm>
-<indexterm>Authentication</indexterm>
-</keywords>
-</metadata>
-</prolog>
-<conbody>
-<ul>
-<li><xref href="cdevcsecure30032.dita#cdevcsecure30032"/></li>
-<li><xref href="cdevcsecure36127.dita#cdevcsecure36127"/></li>
-<li><xref href="cdevcsecure37817.dita#cdevcsecure37817"/></li>
-<li><xref href="rdevcsecure557.dita#rdevcsecure557"/></li>
-<li><xref href="cdevcsecure79358.dita#cdevcsecure79358"/></li>
-</ul>
-</conbody></concept>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
+<concept xml:lang="en-us" id="cdevcsecure42374">
+<title>Working with user authentication</title>
+<prolog><metadata>
+<keywords>
+<indexterm>User authentication</indexterm>
+<indexterm>Authentication</indexterm>
+</keywords>
+</metadata>
+</prolog>
+<conbody>
+<ul>
+<li><xref href="cdevcsecure30032.dita#cdevcsecure30032"/></li>
+<li><xref href="cdevcsecure36127.dita#cdevcsecure36127"/></li>
+<li><xref href="cdevcsecure37817.dita#cdevcsecure37817"/></li>
+<li><xref href="rdevcsecure557.dita#rdevcsecure557"/></li>
+<li><xref href="cdevcsecure79358.dita#cdevcsecure79358"/></li>
+</ul>
+</conbody></concept>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure42374.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure51876.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure51876.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure51876.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure51876.dita Wed Mar 30 16:26:36 2005
@@ -1,28 +1,28 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
-<concept xml:lang="en-us" id="cdevcsecure51876">
-<title>User authentication and authorization examples</title>
-<prolog>
-</prolog>
-<conbody>
-<ul>
-<li><xref href="rdevcsecure125.dita#rdevcsecure125"/></li>
-<li><xref href="rdevcsecure13713.dita#rdevcsecure13713"/></li>
-<li><xref href="rdevcsecure26537.dita#rdevcsecure26537"/></li>
-</ul>
-</conbody></concept>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
+<concept xml:lang="en-us" id="cdevcsecure51876">
+<title>User authentication and authorization examples</title>
+<prolog>
+</prolog>
+<conbody>
+<ul>
+<li><xref href="rdevcsecure125.dita#rdevcsecure125"/></li>
+<li><xref href="rdevcsecure13713.dita#rdevcsecure13713"/></li>
+<li><xref href="rdevcsecure26537.dita#rdevcsecure26537"/></li>
+</ul>
+</conbody></concept>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure51876.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure55054.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure55054.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure55054.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure55054.dita Wed Mar 30 16:26:36 2005
@@ -1,29 +1,29 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
-<concept xml:lang="en-us" id="cdevcsecure55054">
-<title>Changing the boot password</title>
-<prolog>
-</prolog>
-<conbody>
-<p>You can change the boot password for the current database.</p>
-<codeblock><b>CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY(
-    'bootPassword', '<i>oldbpw</i> , <i>newbpw</i>');</b></codeblock>
-<p>where <i>oldbpw</i> is the current boot password and <i>newbpw</i> is the new boot password. This call commits immediately;
-it is not transactional.</p>
-<note> <codeph><i>PropertyInfo.getDatabaseProperty("bootPassword")</i></codeph>, or <codeph>VALUES SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY('bootPassword')</codeph>, will not return the boot password.</note>
-</conbody></concept>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
+<concept xml:lang="en-us" id="cdevcsecure55054">
+<title>Changing the boot password</title>
+<prolog>
+</prolog>
+<conbody>
+<p>You can change the boot password for the current database.</p>
+<codeblock><b>CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY(
+    'bootPassword', '<i>oldbpw</i> , <i>newbpw</i>');</b></codeblock>
+<p>where <i>oldbpw</i> is the current boot password and <i>newbpw</i> is the new boot password. This call commits immediately;
+it is not transactional.</p>
+<note> <codeph><i>PropertyInfo.getDatabaseProperty("bootPassword")</i></codeph>, or <codeph>VALUES SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY('bootPassword')</codeph>, will not return the boot password.</note>
+</conbody></concept>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure55054.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure60146.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure60146.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure60146.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure60146.dita Wed Mar 30 16:26:36 2005
@@ -1,48 +1,48 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
-<concept xml:lang="en-us" id="cdevcsecure60146">
-<title>Booting an encrypted database</title>
-<prolog><metadata>
-<keywords>
-<indexterm>Encrypted databases<indexterm>booting</indexterm></indexterm>
-</keywords>
-</metadata>
-</prolog>
-<conbody>
-<p>Once you have created an encrypted database, you must supply the boot password
-to reboot it. Encrypted databases cannot be booted automatically along with
-all other system databases on system startup (see <i>"derby.system.bootAll" </i> in <cite><ph conref="devconrefs.dita#pub/cittuning"></ph></cite>). Instead, you boot encrypted databases
-when you first connect to them.</p>
-<p>For example, to access an encrypted database called <i>wombat,</i> created with the boot password clo760uds2caPe<i>,</i> you would use the following connection URL:</p>
-<codeblock>jdbc:derby:wombat;bootPassword=clo760uds2caPe</codeblock>
-<p>Once the database is booted, all connections can access the database without
-the boot password. Only a connection that boots the database requires the
-key.</p>
-<p>For example, the following connections would boot the database and thus
-require the boot password:</p>
-<ul>
-<li>The first connection to the database in the JVM session</li>
-<li>The first connection to the database after the database has been explicitly
-shut down</li>
-<li>The first connection to the database after the system has been shut down
-and then rebooted</li>
-</ul>
-<note>The boot password is not meant to prevent unauthorized connections
-to the database once it has been booted. To protect a database once it has
-been booted, turn on user authentication (see <xref href="cdevcsecure42374.dita#cdevcsecure42374"/>).</note>
-</conbody></concept>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
+<concept xml:lang="en-us" id="cdevcsecure60146">
+<title>Booting an encrypted database</title>
+<prolog><metadata>
+<keywords>
+<indexterm>Encrypted databases<indexterm>booting</indexterm></indexterm>
+</keywords>
+</metadata>
+</prolog>
+<conbody>
+<p>Once you have created an encrypted database, you must supply the boot password
+to reboot it. Encrypted databases cannot be booted automatically along with
+all other system databases on system startup (see <i>"derby.system.bootAll" </i> in <cite><ph conref="devconrefs.dita#pub/cittuning"></ph></cite>). Instead, you boot encrypted databases
+when you first connect to them.</p>
+<p>For example, to access an encrypted database called <i>wombat,</i> created with the boot password clo760uds2caPe<i>,</i> you would use the following connection URL:</p>
+<codeblock>jdbc:derby:wombat;bootPassword=clo760uds2caPe</codeblock>
+<p>Once the database is booted, all connections can access the database without
+the boot password. Only a connection that boots the database requires the
+key.</p>
+<p>For example, the following connections would boot the database and thus
+require the boot password:</p>
+<ul>
+<li>The first connection to the database in the JVM session</li>
+<li>The first connection to the database after the database has been explicitly
+shut down</li>
+<li>The first connection to the database after the system has been shut down
+and then rebooted</li>
+</ul>
+<note>The boot password is not meant to prevent unauthorized connections
+to the database once it has been booted. To protect a database once it has
+been booted, turn on user authentication (see <xref href="cdevcsecure42374.dita#cdevcsecure42374"/>).</note>
+</conbody></concept>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure60146.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure67151.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure67151.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure67151.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure67151.dita Wed Mar 30 16:26:36 2005
@@ -1,59 +1,59 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
-<concept xml:lang="en-us" id="cdevcsecure67151">
-<title>Specifying an alternate encryption algorithm</title>
-<prolog><metadata>
-<keywords>
-<indexterm>Encryption algorithms<indexterm>configuring</indexterm></indexterm>
-</keywords>
-</metadata>
-</prolog>
-<conbody>
-<p><ph conref="devconrefs.dita#prod/productshortname"></ph> supports the following encryption algorithms:</p>
-<ul>
-<li>DES (the default)</li>
-<li>DESede (also known as triple DES)</li>
-<li>Any encryption algorithm that fulfills the following requirements:  
-<ul>
-<li>It is symmetric</li>
-<li>It is a block cipher, with a block size of 8 bytes</li>
-<li>It uses the <i>NoPadding</i> padding scheme</li>
-<li>Its secret key can be represented as an arbitrary byte array</li>
-<li>It requires exactly one initialization parameter, an initialization vector
-of type <i>javax.crypto.spec.IvParameterSpec</i></li>
-<li>It can use <i>javax.crypto.spec.SecretKeySpec</i> to
-represent its key</li>
-</ul> 
-<p>For example, the algorithm <i>Blowfish</i> implemented
-in the Sun JCE package fulfills these requirements.</p></li>
-</ul>
-<p>By Java convention, an encryption algorithm is specified like this:</p>
-<codeblock><b><i>algorithmName</i>/<i>feedbackMode</i>/<i>padding</i></b></codeblock>
-<p>The only feedback modes allowed are:</p>
-<ul>
-<li>CBC</li>
-<li>CFB</li>
-<li>ECB</li>
-<li>OCB</li>
-</ul>
-<p>By default, <ph conref="devconrefs.dita#prod/productshortname"></ph> uses the DES algorithm of <i>DES/CBC/NoPadding</i>.</p>
-<p>Specify an alternate encryption algorithm when you create a database with
-the <i>encryptionAlgorithm=algorithm</i> attribute. If the
-algorithm you specify is not supported by the provider you have specified, <ph conref="devconrefs.dita#prod/productshortname"></ph> throws
-an exception.</p>
-</conbody></concept>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
+<concept xml:lang="en-us" id="cdevcsecure67151">
+<title>Specifying an alternate encryption algorithm</title>
+<prolog><metadata>
+<keywords>
+<indexterm>Encryption algorithms<indexterm>configuring</indexterm></indexterm>
+</keywords>
+</metadata>
+</prolog>
+<conbody>
+<p><ph conref="devconrefs.dita#prod/productshortname"></ph> supports the following encryption algorithms:</p>
+<ul>
+<li>DES (the default)</li>
+<li>DESede (also known as triple DES)</li>
+<li>Any encryption algorithm that fulfills the following requirements:  
+<ul>
+<li>It is symmetric</li>
+<li>It is a block cipher, with a block size of 8 bytes</li>
+<li>It uses the <i>NoPadding</i> padding scheme</li>
+<li>Its secret key can be represented as an arbitrary byte array</li>
+<li>It requires exactly one initialization parameter, an initialization vector
+of type <i>javax.crypto.spec.IvParameterSpec</i></li>
+<li>It can use <i>javax.crypto.spec.SecretKeySpec</i> to
+represent its key</li>
+</ul> 
+<p>For example, the algorithm <i>Blowfish</i> implemented
+in the Sun JCE package fulfills these requirements.</p></li>
+</ul>
+<p>By Java convention, an encryption algorithm is specified like this:</p>
+<codeblock><b><i>algorithmName</i>/<i>feedbackMode</i>/<i>padding</i></b></codeblock>
+<p>The only feedback modes allowed are:</p>
+<ul>
+<li>CBC</li>
+<li>CFB</li>
+<li>ECB</li>
+<li>OCB</li>
+</ul>
+<p>By default, <ph conref="devconrefs.dita#prod/productshortname"></ph> uses the DES algorithm of <i>DES/CBC/NoPadding</i>.</p>
+<p>Specify an alternate encryption algorithm when you create a database with
+the <i>encryptionAlgorithm=algorithm</i> attribute. If the
+algorithm you specify is not supported by the provider you have specified, <ph conref="devconrefs.dita#prod/productshortname"></ph> throws
+an exception.</p>
+</conbody></concept>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure67151.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure79358.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure79358.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure79358.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure79358.dita Wed Mar 30 16:26:36 2005
@@ -1,33 +1,33 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
-<concept xml:lang="en-us" id="cdevcsecure79358">
-<title>Programming applications for Derby user authentication</title>
-<prolog><metadata>
-<keywords>
-<indexterm>User authentication<indexterm>programming applications
-for</indexterm></indexterm>
-</keywords>
-</metadata>
-</prolog>
-<conbody>
-<ul>
-<li><xref href="rdevcsecure766.dita#rdevcsecure766"/></li>
-<li><xref href="rdevcsecure305.dita#rdevcsecure305"/></li>
-<li><xref href="cdevcsecure24458.dita#cdevcsecure24458"/></li>
-</ul>
-</conbody></concept>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
+<concept xml:lang="en-us" id="cdevcsecure79358">
+<title>Programming applications for Derby user authentication</title>
+<prolog><metadata>
+<keywords>
+<indexterm>User authentication<indexterm>programming applications
+for</indexterm></indexterm>
+</keywords>
+</metadata>
+</prolog>
+<conbody>
+<ul>
+<li><xref href="rdevcsecure766.dita#rdevcsecure766"/></li>
+<li><xref href="rdevcsecure305.dita#rdevcsecure305"/></li>
+<li><xref href="cdevcsecure24458.dita#cdevcsecure24458"/></li>
+</ul>
+</conbody></concept>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure79358.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure862382.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure862382.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure862382.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure862382.dita Wed Mar 30 16:26:36 2005
@@ -1,56 +1,56 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN"
- "../dtd/concept.dtd">
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-<concept id="cdevcsecure862382" xml:lang="en-us">
-<title>Features</title>
-<prolog><metadata>
-<keywords><indexterm>User authentication<indexterm>definition</indexterm></indexterm>
-<indexterm>Authentication<indexterm>definition</indexterm></indexterm><indexterm>Disk
-encryption</indexterm><indexterm>Encrypting databases</indexterm></keywords>
-</metadata></prolog>
-<conbody>
-<p><ph conref="devconrefs.dita#prod/productshortname"></ph> can be deployed
-in a number of ways and in a number of different environments. The security
-needs of the <ph conref="devconrefs.dita#prod/productshortname"></ph> system
-are also diverse. <ph conref="devconrefs.dita#prod/productshortname"></ph> supplies
-or supports the following optional security mechanisms:</p>
-<ul>
-<li><i>User authentication</i>   <p><ph conref="devconrefs.dita#prod/productshortname"></ph> verifies
-user names and passwords before permitting them access to the <ph conref="devconrefs.dita#prod/productshortname"></ph> system.
-See <xref href="cdevcsecure42374.dita#cdevcsecure42374"></xref>.</p></li>
-<li><i>User authorization</i>   <p>A means of granting specific users permission
-to read a database or to write to a database. See <xref href="cdevcsecure36595.dita#cdevcsecure36595"></xref>.</p></li>
-<li><i>Disk encryption</i>   <p>A means of encrypting <ph conref="devconrefs.dita#prod/productshortname"></ph> data
-stored on disk. See <xref href="cdevcsecure24366.dita#cdevcsecure24366"></xref>.</p></li>
-<li><i>Validation of Certificate for Signed Jar Files</i>   <p>In a Java 2
-environment, <ph conref="devconrefs.dita#prod/productshortname"></ph> validates
-certificates for classes loaded from signed jar files. See <xref href="cdevcsecure90988.dita#cdevcsecure90988"></xref>.</p>  <fig
-expanse="column"><title>Some of the <ph conref="devconrefs.dita#prod/productshortname"></ph> security
-mechanisms at work in a client/server environment</title>
-<image href="security_os.gif" placement="break"><alt>Some of the Derby<?Pub Caret?>
-security mechanisms at work in a client/server environment.</alt></image>
-</fig> <fig expanse="column"><title>Another <ph conref="devconrefs.dita#prod/productshortname"></ph> security
-mechanism, disk encryption, protects data when the recipient might not know
-how to protect data. It is useful for databases deployed in an embedded environment.</title>
-<image href="security2_os.gif" placement="break"><alt>The disk encryption
-security mechanism.</alt></image>
-</fig></li>
-</ul>
-</conbody>
-</concept>
-<?Pub *0000003312?>
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN"
+ "../dtd/concept.dtd">
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<concept id="cdevcsecure862382" xml:lang="en-us">
+<title>Features</title>
+<prolog><metadata>
+<keywords><indexterm>User authentication<indexterm>definition</indexterm></indexterm>
+<indexterm>Authentication<indexterm>definition</indexterm></indexterm><indexterm>Disk
+encryption</indexterm><indexterm>Encrypting databases</indexterm></keywords>
+</metadata></prolog>
+<conbody>
+<p><ph conref="devconrefs.dita#prod/productshortname"></ph> can be deployed
+in a number of ways and in a number of different environments. The security
+needs of the <ph conref="devconrefs.dita#prod/productshortname"></ph> system
+are also diverse. <ph conref="devconrefs.dita#prod/productshortname"></ph> supplies
+or supports the following optional security mechanisms:</p>
+<ul>
+<li><i>User authentication</i>   <p><ph conref="devconrefs.dita#prod/productshortname"></ph> verifies
+user names and passwords before permitting them access to the <ph conref="devconrefs.dita#prod/productshortname"></ph> system.
+See <xref href="cdevcsecure42374.dita#cdevcsecure42374"></xref>.</p></li>
+<li><i>User authorization</i>   <p>A means of granting specific users permission
+to read a database or to write to a database. See <xref href="cdevcsecure36595.dita#cdevcsecure36595"></xref>.</p></li>
+<li><i>Disk encryption</i>   <p>A means of encrypting <ph conref="devconrefs.dita#prod/productshortname"></ph> data
+stored on disk. See <xref href="cdevcsecure24366.dita#cdevcsecure24366"></xref>.</p></li>
+<li><i>Validation of Certificate for Signed Jar Files</i>   <p>In a Java 2
+environment, <ph conref="devconrefs.dita#prod/productshortname"></ph> validates
+certificates for classes loaded from signed jar files. See <xref href="cdevcsecure90988.dita#cdevcsecure90988"></xref>.</p>  <fig
+expanse="column"><title>Some of the <ph conref="devconrefs.dita#prod/productshortname"></ph> security
+mechanisms at work in a client/server environment</title>
+<image href="security_os.gif" placement="break"><alt>Some of the Derby<?Pub Caret?>
+security mechanisms at work in a client/server environment.</alt></image>
+</fig> <fig expanse="column"><title>Another <ph conref="devconrefs.dita#prod/productshortname"></ph> security
+mechanism, disk encryption, protects data when the recipient might not know
+how to protect data. It is useful for databases deployed in an embedded environment.</title>
+<image href="security2_os.gif" placement="break"><alt>The disk encryption
+security mechanism.</alt></image>
+</fig></li>
+</ul>
+</conbody>
+</concept>
+<?Pub *0000003312?>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure862382.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure863446.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure863446.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure863446.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure863446.dita Wed Mar 30 16:26:36 2005
@@ -1,31 +1,31 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
-<concept xml:lang="en-us" id="cdevcsecure863446">
-<title>Setting up Derby to use your LDAP directory service</title>
-<prolog>
-</prolog>
-<conbody>
-<p>When specifying LDAP as your authentication service, you must specify the
-location of the server and its port number.</p>
-<ul>
-<li><i>derby.authentication.server</i>  
-<p>Set the property <i>derby.authentication.server</i> to the location and port number
-of the LDAP server. For example:</p> 
-<codeblock>derby.authentication.server=godfrey:389</codeblock></li>
-</ul>
-</conbody></concept>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
+<concept xml:lang="en-us" id="cdevcsecure863446">
+<title>Setting up Derby to use your LDAP directory service</title>
+<prolog>
+</prolog>
+<conbody>
+<p>When specifying LDAP as your authentication service, you must specify the
+location of the server and its port number.</p>
+<ul>
+<li><i>derby.authentication.server</i>  
+<p>Set the property <i>derby.authentication.server</i> to the location and port number
+of the LDAP server. For example:</p> 
+<codeblock>derby.authentication.server=godfrey:389</codeblock></li>
+</ul>
+</conbody></concept>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure863446.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure863546.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure863546.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure863546.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure863546.dita Wed Mar 30 16:26:36 2005
@@ -1,28 +1,28 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
-<concept xml:lang="en-us" id="cdevcsecure863546">
-<title>LDAP performance issues</title>
-<prolog>
-</prolog>
-<conbody>
-<p>For performance reasons, the LDAP directory server should be in the same
-LAN as <ph conref="devconrefs.dita#prod/productshortname"></ph>. <ph conref="devconrefs.dita#prod/productshortname"></ph> does not cache the user's credential information
-locally and thus must connect to the directory server every time a user connects.</p>
-<p>Connection requests that provide the full DN are faster than those that
-must search for the full DN.</p>
-</conbody></concept>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
+<concept xml:lang="en-us" id="cdevcsecure863546">
+<title>LDAP performance issues</title>
+<prolog>
+</prolog>
+<conbody>
+<p>For performance reasons, the LDAP directory server should be in the same
+LAN as <ph conref="devconrefs.dita#prod/productshortname"></ph>. <ph conref="devconrefs.dita#prod/productshortname"></ph> does not cache the user's credential information
+locally and thus must connect to the directory server every time a user connects.</p>
+<p>Connection requests that provide the full DN are faster than those that
+must search for the full DN.</p>
+</conbody></concept>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure863546.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure863611.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure863611.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure863611.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure863611.dita Wed Mar 30 16:26:36 2005
@@ -1,26 +1,26 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
-<concept xml:lang="en-us" id="cdevcsecure863611">
-<title>Considerations when using Windows NT with LDAP</title>
-<prolog>
-</prolog>
-<conbody>
-<p>Netscape provides LDAP functionality for Windows NT systems with its Netscape
-Directory Synchronization service, which synchronizes the Windows NT users
-with the Netscape Directory Server. SSL is recommended in this configuration.</p>
-</conbody></concept>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
+<concept xml:lang="en-us" id="cdevcsecure863611">
+<title>Considerations when using Windows NT with LDAP</title>
+<prolog>
+</prolog>
+<conbody>
+<p>Netscape provides LDAP functionality for Windows NT systems with its Netscape
+Directory Synchronization service, which synchronizes the Windows NT users
+with the Netscape Directory Server. SSL is recommended in this configuration.</p>
+</conbody></concept>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure863611.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure863676.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure863676.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure863676.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure863676.dita Wed Mar 30 16:26:36 2005
@@ -1,24 +1,24 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
-<concept xml:lang="en-us" id="cdevcsecure863676">
-<title>LDAP restrictions</title>
-<prolog>
-</prolog>
-<conbody>
-<p><ph conref="devconrefs.dita#prod/productshortname"></ph> does not support LDAP groups. </p>
-</conbody></concept>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
+<concept xml:lang="en-us" id="cdevcsecure863676">
+<title>LDAP restrictions</title>
+<prolog>
+</prolog>
+<conbody>
+<p><ph conref="devconrefs.dita#prod/productshortname"></ph> does not support LDAP groups. </p>
+</conbody></concept>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure863676.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure864242.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure864242.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure864242.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure864242.dita Wed Mar 30 16:26:36 2005
@@ -1,36 +1,36 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
-<concept xml:lang="en-us" id="cdevcsecure864242">
-<title>JNDI-specific properties for external directory services</title>
-<prolog><metadata>
-<keywords>
-<indexterm>JNDI properties for user authorization<indexterm>setting</indexterm></indexterm>
-</keywords>
-</metadata>
-</prolog>
-<conbody>
-<p><ph conref="devconrefs.dita#prod/productshortname"></ph> allows you to set a few advanced JNDI properties, which you
-can set in any of the supported ways of setting <ph conref="devconrefs.dita#prod/productshortname"></ph> properties. Typically
-you would set these at the same level (database or system) for which you configured
-the external authentication service.</p>
-<p>The list of supported properties can be found in Appendix A: JNDI Context
-Environment in the Java Naming and Direction API at <synph><var>http://java.sun.com/products/jndi/reference/api/index.html</var></synph>. The external directory service must support the property.</p>
-<p>Each JNDI provider has its set of properties that you can set within the <ph conref="devconrefs.dita#prod/productshortname"></ph> system.</p>
-<p>For example, you can set the property <i>java.naming.security.authentication</i> to allow user credentials to be encrypted on the network if the provider
-supports it. You can also specify that SSL be used with LDAP (LDAPS).</p>
-</conbody></concept>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
+<concept xml:lang="en-us" id="cdevcsecure864242">
+<title>JNDI-specific properties for external directory services</title>
+<prolog><metadata>
+<keywords>
+<indexterm>JNDI properties for user authorization<indexterm>setting</indexterm></indexterm>
+</keywords>
+</metadata>
+</prolog>
+<conbody>
+<p><ph conref="devconrefs.dita#prod/productshortname"></ph> allows you to set a few advanced JNDI properties, which you
+can set in any of the supported ways of setting <ph conref="devconrefs.dita#prod/productshortname"></ph> properties. Typically
+you would set these at the same level (database or system) for which you configured
+the external authentication service.</p>
+<p>The list of supported properties can be found in Appendix A: JNDI Context
+Environment in the Java Naming and Direction API at <synph><var>http://java.sun.com/products/jndi/reference/api/index.html</var></synph>. The external directory service must support the property.</p>
+<p>Each JNDI provider has its set of properties that you can set within the <ph conref="devconrefs.dita#prod/productshortname"></ph> system.</p>
+<p>For example, you can set the property <i>java.naming.security.authentication</i> to allow user credentials to be encrypted on the network if the provider
+supports it. You can also specify that SSL be used with LDAP (LDAPS).</p>
+</conbody></concept>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure864242.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure864642.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure864642.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure864642.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure864642.dita Wed Mar 30 16:26:36 2005
@@ -1,39 +1,39 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN"
- "../dtd/concept.dtd">
-<concept id="cdevcsecure864642" xml:lang="en-us">
-<title>Database-level properties</title>
-<prolog></prolog>
-<conbody>
-<p>When you create users with database-level properties, those users are available
-to the specified database only.</p>
-<p>You set the property once for each user. To delete a user, set that user's
-password to null.</p>
-<codeblock><b><b>-- adding the user sa with password '<ph conref="devconrefs.dita#prod/productlowercase"></ph>pass<?Pub Caret?>'</b>
-CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY(
-    'derby.user.sa', '<ph conref="devconrefs.dita#prod/productlowercase"></ph>pass')
-<b>-- adding the user mary with password 'little7xylamb'</b>
-CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY(
-    'derby.user.mary', 'little7xylamb')
-<b>-- removing mary by setting password to null</b>
-CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY(
-    'derby.user.mary', null)</b></codeblock>
-</conbody>
-</concept>
-<?Pub *0000000989?>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN"
+ "../dtd/concept.dtd">
+<concept id="cdevcsecure864642" xml:lang="en-us">
+<title>Database-level properties</title>
+<prolog></prolog>
+<conbody>
+<p>When you create users with database-level properties, those users are available
+to the specified database only.</p>
+<p>You set the property once for each user. To delete a user, set that user's
+password to null.</p>
+<codeblock><b><b>-- adding the user sa with password '<ph conref="devconrefs.dita#prod/productlowercase"></ph>pass<?Pub Caret?>'</b>
+CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY(
+    'derby.user.sa', '<ph conref="devconrefs.dita#prod/productlowercase"></ph>pass')
+<b>-- adding the user mary with password 'little7xylamb'</b>
+CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY(
+    'derby.user.mary', 'little7xylamb')
+<b>-- removing mary by setting password to null</b>
+CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY(
+    'derby.user.mary', null)</b></codeblock>
+</conbody>
+</concept>
+<?Pub *0000000989?>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure864642.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure864692.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure864692.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure864692.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure864692.dita Wed Mar 30 16:26:36 2005
@@ -1,38 +1,38 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN"
- "../dtd/concept.dtd">
-<concept id="cdevcsecure864692" xml:lang="en-us">
-<title>System-level properties</title>
-<prolog></prolog>
-<conbody>
-<p>When you create users with system-level properties, those users are available
-to all databases in the system.</p>
-<p>You set the value of this system-wide property once for each user, so you
-can set it several times. To delete a user, remove that user from the file.</p>
-<p>You can define this property in the usual ways- <?Pub Caret?>typically
-in the <i>derby.properties</i> file. For more information about setting properties,
-see <cite><ph conref="devconrefs.dita#pub/cittuning"></ph></cite>.</p>
-<p>Here is a sample excerpt from the <i>derby.properties</i> file:</p>
-<codeblock><b># Users definition
-#</b>
-derby.user.sa=<ph conref="devconrefs.dita#prod/productlowercase"></ph>pass
-derby.user.mary=little7xylamb</codeblock>
-</conbody>
-</concept>
-<?Pub *0000001049?>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN"
+ "../dtd/concept.dtd">
+<concept id="cdevcsecure864692" xml:lang="en-us">
+<title>System-level properties</title>
+<prolog></prolog>
+<conbody>
+<p>When you create users with system-level properties, those users are available
+to all databases in the system.</p>
+<p>You set the value of this system-wide property once for each user, so you
+can set it several times. To delete a user, remove that user from the file.</p>
+<p>You can define this property in the usual ways- <?Pub Caret?>typically
+in the <i>derby.properties</i> file. For more information about setting properties,
+see <cite><ph conref="devconrefs.dita#pub/cittuning"></ph></cite>.</p>
+<p>Here is a sample excerpt from the <i>derby.properties</i> file:</p>
+<codeblock><b># Users definition
+#</b>
+derby.user.sa=<ph conref="devconrefs.dita#prod/productlowercase"></ph>pass
+derby.user.mary=little7xylamb</codeblock>
+</conbody>
+</concept>
+<?Pub *0000001049?>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure864692.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/derby/docs/trunk/src/devguide/cdevcsecure865580.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/devguide/cdevcsecure865580.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/devguide/cdevcsecure865580.dita (original)
+++ incubator/derby/docs/trunk/src/devguide/cdevcsecure865580.dita Wed Mar 30 16:26:36 2005
@@ -1,25 +1,25 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
-Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
-
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
-
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
--->
-<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
-<concept xml:lang="en-us" id="cdevcsecure865580">
-<title>User names and schemas</title>
-<prolog>
-</prolog>
-<conbody>
-<p>User names can affect a user's default schema. For information about
-user names and schemas, see "SET SCHEMA statement" in the <cite><ph conref="devconrefs.dita#pub/citref"></ph></cite><cite>.</cite></p>
-</conbody></concept>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<!DOCTYPE concept PUBLIC "-//IBM//DTD DITA Concept//EN" "../dtd/concept.dtd">
+<concept xml:lang="en-us" id="cdevcsecure865580">
+<title>User names and schemas</title>
+<prolog>
+</prolog>
+<conbody>
+<p>User names can affect a user's default schema. For information about
+user names and schemas, see "SET SCHEMA statement" in the <cite><ph conref="devconrefs.dita#pub/citref"></ph></cite><cite>.</cite></p>
+</conbody></concept>

Propchange: incubator/derby/docs/trunk/src/devguide/cdevcsecure865580.dita
------------------------------------------------------------------------------
    svn:eol-style = native