You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/10/31 20:39:44 UTC

svn commit: r329879 - in /directory/apacheds/trunk/xdocs: navigation.xml users/building.xml users/configuration.xml users/denysubentryaccess.xml users/grantadddelmodtogroup.xml users/grantmodtoentry.xml users/partitions.xml users/userpermissions.xml

Author: akarasulu
Date: Mon Oct 31 11:39:39 2005
New Revision: 329879

URL: http://svn.apache.org/viewcvs?rev=329879&view=rev
Log:
some doco corrections ... regenerated

Modified:
    directory/apacheds/trunk/xdocs/navigation.xml
    directory/apacheds/trunk/xdocs/users/building.xml
    directory/apacheds/trunk/xdocs/users/configuration.xml
    directory/apacheds/trunk/xdocs/users/denysubentryaccess.xml
    directory/apacheds/trunk/xdocs/users/grantadddelmodtogroup.xml
    directory/apacheds/trunk/xdocs/users/grantmodtoentry.xml
    directory/apacheds/trunk/xdocs/users/partitions.xml
    directory/apacheds/trunk/xdocs/users/userpermissions.xml

Modified: directory/apacheds/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/xdocs/navigation.xml?rev=329879&r1=329878&r2=329879&view=diff
==============================================================================
--- directory/apacheds/trunk/xdocs/navigation.xml (original)
+++ directory/apacheds/trunk/xdocs/navigation.xml Mon Oct 31 11:39:39 2005
@@ -25,7 +25,7 @@
       <item name="User's Guide" href="/users/index.html" collapse="true">
         <item name="Building" href="/users/building.html"/>
         <item name="Authentication" href="/users/authentication.html"/>
-        <item name="Authorization" href="/users/aci.html"/>
+        <item name="Authorization" href="/users/authorization.html"/>
         <item name="Subentries" href="/users/subentries.html"/>
         <item name="Collective Attributes" href="/users/collective.html"/>
         <item name="Configuration" href="/users/configuration.html"/>

Modified: directory/apacheds/trunk/xdocs/users/building.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/xdocs/users/building.xml?rev=329879&r1=329878&r2=329879&view=diff
==============================================================================
--- directory/apacheds/trunk/xdocs/users/building.xml (original)
+++ directory/apacheds/trunk/xdocs/users/building.xml Mon Oct 31 11:39:39 2005
@@ -32,9 +32,9 @@
       <p>
 When you start the server without a xml conf file arguement default settings are
 used. It tries to bind to 389 but this non-root user does not have the needed
-priviledges so it tries to bind on the next available port which is 1024. You may
+privledges so it tries to bind on the next available port which is 1024. You may
 like a conf file that can be used to override and set server specific properties
-to control its behavior. Below we use
+to control its behavoir. Below we use
 the
         <a href="http://valpithy.notlong.com/">xml configuration</a>
 file that comes preconfigured for Apache under the server/trunk/main

Modified: directory/apacheds/trunk/xdocs/users/configuration.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/xdocs/users/configuration.xml?rev=329879&r1=329878&r2=329879&view=diff
==============================================================================
--- directory/apacheds/trunk/xdocs/users/configuration.xml (original)
+++ directory/apacheds/trunk/xdocs/users/configuration.xml Mon Oct 31 11:39:39 2005
@@ -13,10 +13,10 @@
     <section heading="h1" name="The Configuration API">
       <p>
 ApacheDS provides its configuration API in the
-{{org.apache.ldap.server.configuration}} package.  This package contains
-concrete configuration instruction classes that you can instantiate and specify
-in your JNDI environment variable.  To put your configuration instruction class
-into the JNDI environment
+org.apache.ldap.server.configuration package.  This package contains concrete
+configuration instruction classes that you can instantiate and specify in your
+JNDI environment variable.  To put your configuration instruction class into the
+JNDI environment
 variable:</p>
       <source>Properties env = new Properties();
 env.setProperty( Context.INITIAL_CONTEXT_FACTORY, CoreContextFactory.class.getName() );
@@ -35,75 +35,73 @@
       <p>
 Now let's find out what kind of instruction you can give to
 ApacheDS.</p>
-      <subsection heading="h2" name="{{StartupConfiguration}}">
+      <subsection heading="h2" name="StartupConfiguration">
         <p>
 This instruction starts up the ApacheDS if it is not started.  Here's the list
 of known
 properties:</p>
         <ul nesting="1">
           <li>
-{{authenticatorConfigurations}} - a collection of {{AuthenticatorConfiguration}}
-s.  {{AuthenticatorConfiguration}} specifies {{Authenticator}} s that
-authenticate a user who accesses the ApacheDS DIT.  (Default: &lt;all default
+authenticatorConfigurations - a collection of AuthenticatorConfigurations. 
+AuthenticatorConfiguration specifies Authenticators that authenticate a user who
+accesses the ApacheDS DIT.  (Default: &lt;all default
 authenticators&gt;)</li>
           <li>
-{{bootstrapSchemas}} - a set of {{BootstrapSchema}} s which are loaded at the
-first time ApacheDS starts up (Default: &lt;all default
+bootstrapSchemas - a set of BootstrapSchemas which are loaded at the first time
+ApacheDS starts up (Default: &lt;all default
 schemas&gt;)</li>
           <li>
-{{contextPartitionConfigurations}} - a collection of
-{{ContextPartitionConfiguration}} s.  {{ContextPartitionConfiguration}}
-specified {{ContextPartition}} s that consist the ApacheDS DIT.  (Default: no
-context partitions except system
+contextPartitionConfigurations - a collection of ContextPartitionConfigurations.
+ContextPartitionConfiguration specified ContextPartitions that consist the
+ApacheDS DIT.  (Default: no context partitions except system
 partition)</li>
           <li>
-{{accessControl}} - Set to {{true}} if you want to enable access control support
-of the ApacheDS. (Default:
-{{false}})</li>
-          <li>
-{{allowAnonymousAccess}} - Set to {{true}} if you want to enable anonymous
-access. (Default:
-{{true}})</li>
-          <li>
-{{interceptorConfigurations}} - a list of {{InterceptorConfiguration}} s which
-will configure the initial interceptor chain of the ApacheDS (Default: &lt;all
-default
+accessControl - Set to true if you want to enable access control support of the
+ApacheDS. (Default:
+false)</li>
+          <li>
+allowAnonymousAccess - Set to true if you want to enable anonymous access.
+(Default:
+true)</li>
+          <li>
+interceptorConfigurations - a list of InterceptorConfigurations which will
+configure the initial interceptor chain of the ApacheDS (Default: &lt;all default
 interceptors&gt;)</li>
           <li>
-{{testEntries}} - a list of {{javax.naming.directory.Attributes}} which will be
-added to the DIT while the ApacheDS is started up (Default: no test
+testEntries - a list of javax.naming.directory.Attributes which will be added to
+the DIT while the ApacheDS is started up (Default: no test
 entries)</li>
           <li>
-{{workingDirectory}} - a working directory the content of DIT will be stored to
+workingDirectory - a working directory the content of DIT will be stored to
 (Default:
-{{./server-work/}})</li>
+./server-work/)</li>
         </ul>
         <p>
 You don't need to specify any properties because all properties have the
-default.  Please use {{MutableStartupConfiguration}} to modify any properties
+default.  Please use MutableStartupConfiguration to modify any properties
 above.</p>
       </subsection>
-      <subsection heading="h2" name="{{ShutdownConfiguration}}">
+      <subsection heading="h2" name="ShutdownConfiguration">
         <p>
 This instruction shuts down the ApacheDS if it is not already shut down. 
 There's no property to
 configure.</p>
       </subsection>
-      <subsection heading="h2" name="{{SyncConfiguration}}">
+      <subsection heading="h2" name="SyncConfiguration">
         <p>
 This instruction flushes out any I/O buffer or write cache.  There's no property
 to
 configure.</p>
       </subsection>
-      <subsection heading="h2" name="{{AddContextPartitionConfiguration}}">
+      <subsection heading="h2" name="AddContextPartitionConfiguration">
         <p>
 This instruction adds a new context partition on-the-fly while the ApacheDS is
 running.  There is only one property, 'contextPartitionConfiguration'.  You can
-specify an appropriate {{ContextPartitionConfiguration}} to plug a context
-partition into the
+specify an appropriate ContextPartitionConfiguration to plug a context partition
+into the
 ApacheDS.</p>
       </subsection>
-      <subsection heading="h2" name="{{RemoveContextPartitionConfiguration}}">
+      <subsection heading="h2" name="RemoveContextPartitionConfiguration">
         <p>
 This instruction remove an existing context partition on-the-fly while the
 ApacheDS is running.  There is only one property, 'suffix'.  You can specify the
@@ -113,9 +111,8 @@
       <subsection heading="h2" name="Running and Choosing Multiple Instances">
         <p>
 You can run multiple instances of ApacheDS by specifying {{instanceId}} to all
-{{Configuration}} instructions.  {{InstanceId}} can be specified as a
-constructor parameter.  Please take a look at the APi documentation (JavaDoc)
-for more
+Configuration instructions.  InstanceId can be specified as a constructor
+parameter.  Please take a look at the APi documentation (JavaDoc) for more
 details.</p>
         <source>// Create a configuration instruction that affects an ApacheDS instance 'instance4'.
 Configuration cfg = new MutableStartupConfiguration( "instance4" );

Modified: directory/apacheds/trunk/xdocs/users/denysubentryaccess.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/xdocs/users/denysubentryaccess.xml?rev=329879&r1=329878&r2=329879&view=diff
==============================================================================
--- directory/apacheds/trunk/xdocs/users/denysubentryaccess.xml (original)
+++ directory/apacheds/trunk/xdocs/users/denysubentryaccess.xml Mon Oct 31 11:39:39 2005
@@ -6,8 +6,6 @@
     <title>DenySubentryAccess</title>
   </properties>
   <body>
-    <p>
-Coming soon
-...</p>
+    <section heading="h1" name="Coming soon ..."/>
   </body>
 </document>

Modified: directory/apacheds/trunk/xdocs/users/grantadddelmodtogroup.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/xdocs/users/grantadddelmodtogroup.xml?rev=329879&r1=329878&r2=329879&view=diff
==============================================================================
--- directory/apacheds/trunk/xdocs/users/grantadddelmodtogroup.xml (original)
+++ directory/apacheds/trunk/xdocs/users/grantadddelmodtogroup.xml Mon Oct 31 11:39:39 2005
@@ -6,8 +6,6 @@
     <title>GrantAddDelModToGroup</title>
   </properties>
   <body>
-    <p>
-Coming soon
-...</p>
+    <section heading="h1" name="Coming soon ..."/>
   </body>
 </document>

Modified: directory/apacheds/trunk/xdocs/users/grantmodtoentry.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/xdocs/users/grantmodtoentry.xml?rev=329879&r1=329878&r2=329879&view=diff
==============================================================================
--- directory/apacheds/trunk/xdocs/users/grantmodtoentry.xml (original)
+++ directory/apacheds/trunk/xdocs/users/grantmodtoentry.xml Mon Oct 31 11:39:39 2005
@@ -6,8 +6,6 @@
     <title>GrantModToEntry</title>
   </properties>
   <body>
-    <p>
-Coming soon
-...</p>
+    <section heading="h1" name="Coming soon ..."/>
   </body>
 </document>

Modified: directory/apacheds/trunk/xdocs/users/partitions.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/xdocs/users/partitions.xml?rev=329879&r1=329878&r2=329879&view=diff
==============================================================================
--- directory/apacheds/trunk/xdocs/users/partitions.xml (original)
+++ directory/apacheds/trunk/xdocs/users/partitions.xml Mon Oct 31 11:39:39 2005
@@ -54,7 +54,7 @@
 associated with the
 operation.</p>
       </subsection>
-      <subsection heading="h2" name="User Partitions">
+      <subsection heading="h2" name="User Paritions">
         <p>
 User partitions are partitions added by users. When you download and start using
 the server you may want to create a separate partition to store the entries of

Modified: directory/apacheds/trunk/xdocs/users/userpermissions.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/xdocs/users/userpermissions.xml?rev=329879&r1=329878&r2=329879&view=diff
==============================================================================
--- directory/apacheds/trunk/xdocs/users/userpermissions.xml (original)
+++ directory/apacheds/trunk/xdocs/users/userpermissions.xml Mon Oct 31 11:39:39 2005
@@ -6,8 +6,6 @@
     <title>UserPermissions</title>
   </properties>
   <body>
-    <p>
-Coming soon
-...</p>
+    <section heading="h1" name="Coming soon ..."/>
   </body>
 </document>