Stefan, I think you are referring to the review I did a long time ago, and sent a patch to Alex?
If so, I think Alex patched the doco, and applied the content. Alex? --- "Stefan Zoerner (JIRA)" <[EMAIL PROTECTED]> wrote: > > [ > https://issues.apache.org/jira/browse/DIR-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473918 > ] > > Stefan Zoerner commented on DIR-179: > ------------------------------------ > > Ole, has the content been applied to the > documentation? > The site has been revamped completetly, and I would > like to clean up relevant issues/tasks at JIRA.. > > > User Documentation Update > > ------------------------- > > > > Key: DIR-179 > > URL: > https://issues.apache.org/jira/browse/DIR-179 > > Project: Directory > > Issue Type: Task > > Components: sitedocs > > Environment: N/A > > Reporter: Ole Ersoy > > Assigned To: Ole Ersoy > > Priority: Minor > > > > Updates to the user documentation. The subversion > patch is pasted below. > > Index: > /home/ole/workspace-mdc0/mdc.multi/users/authentication.xml > > > =================================================================== > > --- > /home/ole/workspace-mdc0/mdc.multi/users/authentication.xml > (revision 380975) > > +++ > /home/ole/workspace-mdc0/mdc.multi/users/authentication.xml > (working copy) > > @@ -206,8 +206,8 @@ > > <p> > > The authenticator class has to extend the > > > org.apache.ldap.server.auth.AbstractAuthenticator. > This class needs to have a > > -no-argument constructor that calls the super() > constructor with parameter the > > -authentication mechanism it is going to handle. > In the above example, > > +no-argument constructor that calls the super() > constructor with the authentication parameter the > mechanism is > > +going to handle. In the above example, > > MyAuthenticator class is going to handle the > simple authentication mechanism. To > > implement a SASL mechanism you need to call > super() with the name of the SASL > > mechanism, e.g. super( "DIGEST-MD5" > > Index: > /home/ole/workspace-mdc0/mdc.multi/users/authorization.xml > > > =================================================================== > > --- > /home/ole/workspace-mdc0/mdc.multi/users/authorization.xml > (revision 380975) > > +++ > /home/ole/workspace-mdc0/mdc.multi/users/authorization.xml > (working copy) > > @@ -36,7 +36,7 @@ > > <subsection heading="h3" name="Entry ACI"> > > <p> > > Entry ACI are access controls added to entries to > protect that entry > > -specifically. Meaning the protoected entry is the > entry where the ACI resides. > > +specifically. Meaning the protected entry is the > entry where the ACI resides. > > When performing an operation on an entry, > ApacheDS checks for the presence of > > the multivalued operational attribute, > *entryACI*. The values of the entryACI > > attribute contain > > @@ -116,7 +116,7 @@ > > Access to subentries also needs to be controlled. > Subentries are special in > > ApacheDS. Although they subordinate to an > administrative entry (entry of an > > Administrative Point), they are technically > considered to be in the same context > > -as their administrative entry. ApacheDS considers > the perscriptive ACI applied > > +as their administrative entry. ApacheDS considers > the prescriptive ACI applied > > to the administrative entry, to also apply to its > > subentries.</p> > > <p> > > Index: > /home/ole/workspace-mdc0/mdc.multi/users/collective.xml > > > =================================================================== > > --- > /home/ole/workspace-mdc0/mdc.multi/users/collective.xml > (revision 380975) > > +++ > /home/ole/workspace-mdc0/mdc.multi/users/collective.xml > (working copy) > > @@ -30,7 +30,7 @@ > > collective attribute can be used in a subentry. > Changes to the value of this > > attribute would immediately be reflected to those > entries selected by the > > subtreeSpecification of subentry. For more > information on specifying subtrees > > -take > > +take a look at > > at > > <a > href="./subentries.html">Subentries</a> > > . > > Index: > /home/ole/workspace-mdc0/mdc.multi/users/configuration.xml > > > =================================================================== > > --- > /home/ole/workspace-mdc0/mdc.multi/users/configuration.xml > (revision 380975) > > +++ > /home/ole/workspace-mdc0/mdc.multi/users/configuration.xml > (working copy) > > @@ -52,7 +52,7 @@ > > schemas>)</li> > > <li> > > contextPartitionConfigurations - A collection of > ContextPartitionConfigurations. > > -ContextPartitionConfiguration specified > ContextPartitions that consist the > > +ContextPartitionConfiguration specified > ContextPartitions that define the the > > ApacheDS DIT. (Default: no context partitions > except system > > partition)</li> > > <li> > > @@ -129,7 +129,7 @@ > > <section heading="h1" name="Using Spring > Framework"> > > <p> > > The configuration API is designed to fit tightly > > -with > > +with the > > <a > href="http://www.springframework.org/">Spring > Framework</a> > > . Here is an example beans xml > > file: > > Index: > /home/ole/workspace-mdc0/mdc.multi/users/enablesearchforallusers.xml > > > =================================================================== > > --- > /home/ole/workspace-mdc0/mdc.multi/users/enablesearchforallusers.xml > (revision 380975) > > +++ > /home/ole/workspace-mdc0/mdc.multi/users/enablesearchforallusers.xml > (working copy) > > @@ -137,7 +137,7 @@ > > </source> > > <p> > > There are several parameters to this simple > ACIItem. Here's a breif > > -exaplanation of each field and it's meaning or > > +explanation of each field and it's meaning or > > significance.</p> > > <table> > > <tr> > > @@ -191,7 +191,7 @@ > > </table> > > <subsection heading="h2" > name="identificationTag"> > > <p> > > -The identificationTag is just that a tag. It's > often used with a subtring > > +The identificationTag is just a tag that is used > often with a subtring > > search filter to lookup a specific ACIItem within > an entry. One or more > > ACIItems may be present within a subentry, zero > or more in entries, so this > > serves as a means to address the ACIItem within > > @@ -199,7 +199,7 @@ > > </subsection> > > <subsection heading="h2" name="precedence"> > > <p> > > -Precendence is used to determine the ACI to apply > when two or more ACIItem's > > +Precedence is used to determine the ACI to apply > when two or more ACIItem's > > applied to an entry conflict. The ACIItem with > the highest precedence is > > applied over other conflicting > > ACIItems.</p> > > Index: > /home/ole/workspace-mdc0/mdc.multi/users/index.xml > === message truncated === ____________________________________________________________________________________ The fish are biting. Get more visitors on your site using Yahoo! Search Marketing. http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php
