You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2012/11/06 05:31:09 UTC

svn commit: r837397 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/2-server-config.html

Author: buildbot
Date: Tue Nov  6 04:31:08 2012
New Revision: 837397

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/apacheds/advanced-ug/2-server-config.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov  6 04:31:08 2012
@@ -1 +1 @@
-1405860
+1406038

Modified: websites/staging/directory/trunk/content/apacheds/advanced-ug/2-server-config.html
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/advanced-ug/2-server-config.html (original)
+++ websites/staging/directory/trunk/content/apacheds/advanced-ug/2-server-config.html Tue Nov  6 04:31:08 2012
@@ -240,7 +240,7 @@
 <p>DnsServerBean -&gt; DSBasedServerBean</p>
 </li>
 <li>
-<p>KdcServerBean -&gt; DSBasedServerBean</p>
+<p><a href="#kerberos-server">KdcServerBean</a> -&gt; DSBasedServerBean</p>
 <ul>
 <li><em>long</em> krbAllowableClockSkew</li>
 <li><em>boolean</em> krbEmptyAddressesAllowed</li>
@@ -421,8 +421,100 @@
 <li>a DNS server</li>
 </ul>
 <p>There is a distinction though between the servers backed by a Directory Service, and those that aren't (like the HTTP and NTP servers). </p>
+<p>All the servers share some common parameters, which are exposed in the following tables :</p>
+<table>
+<thead>
+<tr>
+<th>Parameter</th>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>searchBaseDn</td>
+<td>ads-searchBaseDN</td>
+<td><em>Dn</em></td>
+<td></td>
+<td>The place were to start looking for authentication informations</td>
+</tr>
+<tr>
+<td>serverId</td>
+<td>ads-serverId</td>
+<td><em>String</em></td>
+<td></td>
+<td>The server unique name</td>
+</tr>
+<tr>
+<td>transports</td>
+<td>ads-transports</td>
+<td><em>List<TransportBean></em></td>
+<td></td>
+<td>The transports used by this server</td>
+</tr>
+</tbody>
+</table>
+<p>A server can define more than one transports : for instance, the Kerberos server uses UDP and TCP transports.</p>
+<p>Here are the parameters for the Transport structure :</p>
+<table>
+<thead>
+<tr>
+<th>Parameter</th>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>transportId</td>
+<td>ads-transportId</td>
+<td><em>String</em></td>
+<td></td>
+<td>The identification</td>
+</tr>
+<tr>
+<td>transportAddress</td>
+<td>ads-transportAddress</td>
+<td><em>String</em></td>
+<td></td>
+<td>The IP Address</td>
+</tr>
+<tr>
+<td>systemPort</td>
+<td>ads-systemPort</td>
+<td><em>int</em></td>
+<td>-1</td>
+<td>The port</td>
+</tr>
+<tr>
+<td>transportEnableSsl</td>
+<td>ads-transportEnableSsl</td>
+<td><em>boolean</em></td>
+<td>false</td>
+<td>Tells if SSL is activated (not used for UDP)</td>
+</tr>
+<tr>
+<td>transportNbThreads</td>
+<td>ads-transportNbThreads</td>
+<td><em>int</em></td>
+<td>3</td>
+<td>he number of dedicated threads to process the messages</td>
+</tr>
+<tr>
+<td>transportBackLog</td>
+<td>ads-transportBackLog</td>
+<td><em>int</em></td>
+<td>50</td>
+<td>The number of messages on hold if the server is overloaded (not used for UDP)</td>
+</tr>
+</tbody>
+</table>
 <h4 id="ldap-server">Ldap Server</h4>
-<p>Let's start with the main server : the LDAP one. </p>
+<p>Let's start with the main server : the LDAP server. </p>
 <p>The list of attributes that can be modified is exposed in the following table. </p>
 <table>
 <thead>
@@ -521,6 +613,8 @@
 </tr>
 </tbody>
 </table>
+<p>Most of the parameters are </p>
+<h4 id="kerberos-server">Kerberos Server</h4>
 
 
     <div class="nav">