You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by jt...@apache.org on 2006/08/24 00:24:37 UTC

svn commit: r434218 - in /db/derby/docs/trunk/src/adminguide: derbyadmin.ditamap radmindrdasecmechanism.dita

Author: jta
Date: Wed Aug 23 15:24:34 2006
New Revision: 434218

URL: http://svn.apache.org/viewvc?rev=434218&view=rev
Log:
DERBY-1682 : Add documentation for derby.drda.securityMechanism to the Server and Admin Guide.

Patch derby1682_adminguide.diff by Laura Stewart <sc...@gmail.com>.

Added:
    db/derby/docs/trunk/src/adminguide/radmindrdasecmechanism.dita   (with props)
Modified:
    db/derby/docs/trunk/src/adminguide/derbyadmin.ditamap

Modified: db/derby/docs/trunk/src/adminguide/derbyadmin.ditamap
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/derbyadmin.ditamap?rev=434218&r1=434217&r2=434218&view=diff
==============================================================================
--- db/derby/docs/trunk/src/adminguide/derbyadmin.ditamap (original)
+++ db/derby/docs/trunk/src/adminguide/derbyadmin.ditamap Wed Aug 23 15:24:34 2006
@@ -21,6 +21,7 @@
             under the License.
 -->
 <!--LS 8/1/06 - Updated for Derby-1628-->
+<!--LS 8/23/06 - Updated for Derby-1682-->
 <map title="Server and Administration Guide">
 <topicmeta>
 <copyright>
@@ -164,11 +165,13 @@
 </topicref>
 <topicref href="radminconfigportnumber.dita" navtitle="derby.drda.portNumber">
 </topicref>
-<topicref href="radminconfigstartnetworkserver.dita" navtitle="derby.drda.startNetworkServer">
+<topicref href="radmindrdasecmechanism.dita" navtitle="derby.drda.securityMechanism">
 </topicref>
-<topicref href="radmindrdatimeslice.dita" navtitle="derby.drda.timeslice ">
+<topicref href="radminconfigstartnetworkserver.dita" navtitle="derby.drda.startNetworkServer">
 </topicref>
 <topicref href="radmindrdaStreamOutBufferSize.dita" navtitle="derby.drda.streamOutBufferSize">
+</topicref>
+<topicref href="radmindrdatimeslice.dita" navtitle="derby.drda.timeslice ">
 </topicref>
 <topicref href="radminconfig.dita" navtitle="derby.drda.traceAll"></topicref>
 <topicref href="radminconfigdb2jdrdatracedirectory.dita" navtitle="derby.drda.traceDirectory">

Added: db/derby/docs/trunk/src/adminguide/radmindrdasecmechanism.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/radmindrdasecmechanism.dita?rev=434218&view=auto
==============================================================================
--- db/derby/docs/trunk/src/adminguide/radmindrdasecmechanism.dita (added)
+++ db/derby/docs/trunk/src/adminguide/radmindrdasecmechanism.dita Wed Aug 23 15:24:34 2006
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+ 
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "reference.dtd">
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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.
+-->
+<reference id="radmindrdasecmechanism" xml:lang="en-us">
+<title>derby.drda.securityMechanism</title>
+<prolog><metadata>
+<keywords><indexterm>derby.drda.securityMechanism</indexterm><indexterm>properties<indexterm>derby.drda.securityMechanism</indexterm></indexterm>
+</keywords>
+</metadata></prolog>
+<refbody>
+<section>The derby.drda.securityMechanism property restricts the client connections
+based on the security mechanism. <p>If the derby.drda.securityMechanism property
+is set to a valid mechanism, the Network Server accepts only connections which
+use that security mechanism. No other types of connections are accepted. 
+If the derby.drda.securityMechanism property is not set, the Network Server
+accepts any connection which uses a valid security mechanism.</p></section>
+<refsyn><title>Syntax</title><codeblock><ph>derby.drda.securityMechanism = [ USER_ONLY_SECURITY | CLEAR_TEXT_PASSWORD_SECURITY | ENCRYPTED_USER_AND_PASSWORD_SECURITY ] </ph
+></codeblock> </refsyn>
+<section><title>Default</title><p>None. </p> </section>
+<example> <title>Example</title><codeblock><b>derby.drda.securityMechanism=USER_ONLY_SECURITY
+</b></codeblock> The server that runs with this setting accepts only client
+connections with the USER_ONLY_SECURITY value. </example>
+<section><title>Static or dynamic</title><p>Static. You must restart the Network
+Server for the changes that are associated with this property to take effect.</p> </section>
+</refbody>
+</reference>

Propchange: db/derby/docs/trunk/src/adminguide/radmindrdasecmechanism.dita
------------------------------------------------------------------------------
    svn:eol-style = native