Author: elecharny
Date: Sun Dec 23 19:52:02 2012
New Revision: 1425518
URL: http://svn.apache.org/viewvc?rev=1425518&view=rev
Log:
Fixed the note and the table syntax
Modified:
directory/site/trunk/content/apacheds/advanced-ug/4.5-authorization.mdtext
Modified: directory/site/trunk/content/apacheds/advanced-ug/4.5-authorization.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/advanced-ug/4.5-authorization.mdtext?rev=1425518&r1=1425517&r2=1425518&view=diff
==============================================================================
--- directory/site/trunk/content/apacheds/advanced-ug/4.5-authorization.mdtext (original)
+++ directory/site/trunk/content/apacheds/advanced-ug/4.5-authorization.mdtext Sun Dec 23
19:52:02 2012
@@ -53,18 +53,18 @@ examples that focus on different protect
ACIItem syntax. We do this instead of specifying the grammar which is not
the best way to learn a language.
-{warning:title=Before you go any further...}
+<DIV class="warning" markdown="1">
+<B>Before you go any further...</B>
Please don't go any further until you have read up on the use of
Subentries. Knowledge of subentries, subtreeSpecifications, administrative
areas, and administrative roles are required to properly digest the
following material.
-{warning}
+</DIV>
Before going on to these trails you might want to set up an Administrative
Area for managing access control via prescriptiveACI. Both subentryACI and
prescriptiveACI require the presence of an Administrative Point entry. For
-more information and code examples see [ACAreas](acareas.html)
-.
+more information and code examples see [ACAreas](acareas.html).
### ACI Trails
@@ -72,14 +72,10 @@ Here are some trails that resemble simpl
with the most pragmatic usage first. We will add to these trails over
time.
-<table>
-<tr><th>Trail</th><th>Description</th></tr>
-<tr><td>[EnableSearchForAllUsers](enablesearchforallusers.html)
-</td><td>Enabling access to browse and read all entries and their attributes
by
-authenticated users.</td></tr>
-<tr><td>DenySubentryAccess (TBW) </td><td> Protecting access to subentries
themselves.</td></tr>
-<tr><td>[AllowSelfPasswordModify](allowselfpasswordmodify.html)
-</td><td>Granting users the rights needed to change their own passwords.</td></tr>
-<tr><td>GrantAddDelModToGroup (TBW)</td><td>Granting add, delete,
and modify permissions
-to a group of users.</td></tr>
-<tr><td>GrantModToEntry (TBW)</td><td>Applying ACI to a single entry.</td></tr>
+| Trail | Description |
+|---|---|
+| [EnableSearchForAllUsers](enablesearchforallusers.html) | Enabling access to browse and
read all entries and their attributes by authenticated users. |
+| DenySubentryAccess (TBW) | Protecting access to subentries themselves. |
+| [AllowSelfPasswordModify](allowselfpasswordmodify.html) | Granting users the rights needed
to change their own passwords. |
+| GrantAddDelModToGroup (TBW) | Granting add, delete, and modify permissions to a group of
users. |
+| GrantModToEntry (TBW) | Applying ACI to a single entry. |
|