You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2020/10/15 07:32:36 UTC

[directory-site] branch asf-site created (now 585ef1d)

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/directory-site.git.


      at 585ef1d  Added initial generated site

This branch includes the following new commits:

     new 38ccac2  Added .gitignore
     new 6ca5a97  Added README
     new 11dd0cb  Removed executable bit for README
     new 585ef1d  Added initial generated site

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[directory-site] 01/04: Added .gitignore

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/directory-site.git

commit 38ccac2dbbb309549b2d88d0ea57ddbcdbbe396d
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Mon Oct 5 18:15:59 2020 +0200

    Added .gitignore
---
 .gitignore | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100755
index 0000000..7bfcafa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+# Generated
+/target/
+
+# IntelliJ generated
+*.iml
+.idea/
+
+# Sources
+/source/


[directory-site] 04/04: Added initial generated site

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/directory-site.git

commit 585ef1d3038557ad5a38b104b06c0e87ea2cca58
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Mon Oct 5 18:21:00 2020 +0200

    Added initial generated site
---
 content/apacheds.html                              |   146 +
 content/apacheds/advanced-ug/0-community.html      |   197 +
 .../apacheds/advanced-ug/0.1-reporting-bugs.html   |   265 +
 .../apacheds/advanced-ug/0.2-building-trunks.html  |   479 +
 content/apacheds/advanced-ug/0.3-contributing.html |   216 +
 content/apacheds/advanced-ug/1-architecture.html   |   200 +
 .../advanced-ug/1.1-architecture-overview.html     |   201 +
 content/apacheds/advanced-ug/1.2-network.html      |   219 +
 .../advanced-ug/1.3-directory-service.html         |   199 +
 content/apacheds/advanced-ug/1.4-interceptors.html |   917 ++
 content/apacheds/advanced-ug/1.5-backend.html      |   237 +
 content/apacheds/advanced-ug/2-server-config.html  |   209 +
 .../advanced-ug/2.1-config-description.html        |  1483 ++
 .../apacheds/advanced-ug/2.2-instance-layout.html  |   257 +
 .../advanced-ug/2.2.1-debian-instance-layout.html  |   403 +
 .../advanced-ug/2.2.2-rpm-instance-layout.html     |   340 +
 .../advanced-ug/2.2.3-macosx-instance-layout.html  |   428 +
 .../advanced-ug/2.2.4-windows-instance-layout.html |   192 +
 .../advanced-ug/2.2.5-generic-instance-layout.html |   318 +
 content/apacheds/advanced-ug/3-admin-model.html    |   243 +
 .../advanced-ug/3.1-administrative-points.html     |   303 +
 .../3.2-operations-on-an-administrativepoint.html  |   330 +
 .../4-authentication-and-authorization.html        |   257 +
 .../apacheds/advanced-ug/4.1-authentication.html   |   224 +
 .../apacheds/advanced-ug/4.1.1-simple-authn.html   |   199 +
 .../advanced-ug/4.1.1.1-anonymous-authn.html       |   193 +
 .../advanced-ug/4.1.1.2-name-password-authn.html   |   327 +
 .../advanced-ug/4.1.1.3-unauthenticated-authn.html |   196 +
 content/apacheds/advanced-ug/4.1.2-sasl-authn.html |   244 +
 .../advanced-ug/4.1.2.1-sasl-plain-text-authn.html |   199 +
 .../advanced-ug/4.1.2.2-sasl-cram-md5-authn.html   |   235 +
 .../advanced-ug/4.1.2.3-sasl-digest-md5-authn.html |   257 +
 .../advanced-ug/4.1.2.4-sasl-gssapi-authn.html     |   215 +
 .../advanced-ug/4.1.2.5-sasl-external-authn.html   |   191 +
 .../advanced-ug/4.1.2.6-sasl-ntlm-authn.html       |   191 +
 .../apacheds/advanced-ug/4.1.3-kerberos-authn.html |   191 +
 .../advanced-ug/4.1.4-certificate-authn.html       |   193 +
 .../apacheds/advanced-ug/4.2-authorization.html    |   262 +
 .../apacheds/advanced-ug/4.2.1-introduction.html   |   222 +
 .../apacheds/advanced-ug/4.2.10-aci-grammar.html   |   448 +
 .../advanced-ug/4.2.11-links-and-references.html   |   198 +
 .../apacheds/advanced-ug/4.2.2-definitions.html    |   215 +
 .../advanced-ug/4.2.3-enabling-access-control.html |   214 +
 content/apacheds/advanced-ug/4.2.4-aci-types.html  |   200 +
 content/apacheds/advanced-ug/4.2.4.1-entryaci.html |   203 +
 .../advanced-ug/4.2.4.2-prescriptiveaci.html       |   223 +
 .../apacheds/advanced-ug/4.2.4.3-subentryaci.html  |   203 +
 .../apacheds/advanced-ug/4.2.5-aci-elements.html   |   198 +
 .../apacheds/advanced-ug/4.2.5.1-userclasses.html  |   192 +
 .../advanced-ug/4.2.5.2-protecteditems.html        |   204 +
 .../apacheds/advanced-ug/4.2.5.3-permissions.html  |   192 +
 content/apacheds/advanced-ug/4.2.5.4-subtrees.html |   192 +
 .../advanced-ug/4.2.6-the-acdf-engine.html         |   198 +
 .../apacheds/advanced-ug/4.2.6.1-how-it-works.html |   192 +
 .../apacheds/advanced-ug/4.2.6.2-selections.html   |   192 +
 .../apacheds/advanced-ug/4.2.6.3-constraints.html  |   192 +
 content/apacheds/advanced-ug/4.2.6.4-priority.html |   192 +
 .../advanced-ug/4.2.7-using-acis-trail.html        |   196 +
 ...enticated-users-to-browse-and-read-entries.html |   322 +
 .../4.2.7.2-allow-self-password-modify.html        |   213 +
 .../advanced-ug/4.2.8-acis-administration.html     |   192 +
 .../4.2.9-migration-from-other-ldap-servers.html   |   192 +
 .../apacheds/advanced-ug/4.3-password-policy.html  |   549 +
 content/apacheds/advanced-ug/5-administration.html |   200 +
 content/apacheds/advanced-ug/5.1-layout.html       |   332 +
 content/apacheds/advanced-ug/5.2-start-stop.html   |   259 +
 content/apacheds/advanced-ug/5.3-logs.html         |   358 +
 content/apacheds/advanced-ug/5.4-replication.html  |   232 +
 content/apacheds/advanced-ug/5.5-cache.html        |   206 +
 .../advanced-ug/6-implementing-interceptor.html    |   426 +
 .../apacheds/advanced-ug/7-embedding-apacheds.html |   303 +
 .../advanced-ug/8-operational-attributes.html      |   715 +
 .../apacheds/advanced-ug/9-apacheds-internals.html |   269 +
 .../images/ACI-access-control-specific-area.png    |   Bin 0 -> 33008 bytes
 .../advanced-ug/images/ACI-add-permissions.png     |   Bin 0 -> 76018 bytes
 .../images/ACI-attributes-definition.png           |   Bin 0 -> 54161 bytes
 .../apacheds/advanced-ug/images/ACI-example.png    |   Bin 0 -> 121252 bytes
 .../advanced-ug/images/ACI-new-attribute.png       |   Bin 0 -> 41058 bytes
 .../advanced-ug/images/ACI-new-entry.png.png       |   Bin 0 -> 20886 bytes
 .../advanced-ug/images/ACI-prescriptive-aci.png    |   Bin 0 -> 59430 bytes
 .../advanced-ug/images/ACI-rdn-creation.png        |   Bin 0 -> 37381 bytes
 .../advanced-ug/images/ACI-result-entry.png        |   Bin 0 -> 54008 bytes
 .../advanced-ug/images/ACI-subentry-oc.png         |   Bin 0 -> 47103 bytes
 .../apacheds/advanced-ug/images/APs-tree.graphml   |   137 +
 content/apacheds/advanced-ug/images/APs-tree.png   |   Bin 0 -> 12408 bytes
 .../advanced-ug/images/architecture.graphml        |   205 +
 .../apacheds/advanced-ug/images/architecture.png   |   Bin 0 -> 23886 bytes
 .../advanced-ug/images/configBeanVert.graphml      |  1164 ++
 .../apacheds/advanced-ug/images/configBeanVert.png |   Bin 0 -> 128318 bytes
 .../advanced-ug/images/configBeans.graphml         |   984 ++
 .../apacheds/advanced-ug/images/configBeans.png    |   Bin 0 -> 118766 bytes
 content/apacheds/advanced-ug/images/debian.png     |   Bin 0 -> 2394 bytes
 content/apacheds/advanced-ug/images/linux.png      |   Bin 0 -> 495 bytes
 content/apacheds/advanced-ug/images/mac.png        |   Bin 0 -> 1180 bytes
 .../advanced-ug/images/password-hash-selection.png |   Bin 0 -> 44769 bytes
 .../images/passwordHashInterceptor_UML.png         |   Bin 0 -> 76008 bytes
 .../images/passwordHashInterceptor_entryEditor.png |   Bin 0 -> 5941 bytes
 .../passwordHashInterceptor_modificationLog.png    |   Bin 0 -> 14292 bytes
 .../passwordHashInterceptor_passwordEditor.png     |   Bin 0 -> 23115 bytes
 content/apacheds/advanced-ug/images/rpm.png        |   Bin 0 -> 471 bytes
 .../advanced-ug/images/sasl-digest-md5-config.png  |   Bin 0 -> 99031 bytes
 .../advanced-ug/images/sasl-mechanisms-config.png  |   Bin 0 -> 69445 bytes
 .../images/simple-name-password-authn.png          |   Bin 0 -> 59274 bytes
 .../apacheds/advanced-ug/images/subentry.graphml   |    72 +
 content/apacheds/advanced-ug/images/subentry.png   |   Bin 0 -> 8464 bytes
 .../images/supported-sasl-mechanisms.png           |   Bin 0 -> 46971 bytes
 content/apacheds/advanced-ug/images/windows.png    |   Bin 0 -> 747 bytes
 content/apacheds/advanced-user-guide.html          |   266 +
 content/apacheds/basic-ug/1-how-to-begin.html      |   208 +
 .../apacheds/basic-ug/1.1-what-apacheds-is.html    |   221 +
 content/apacheds/basic-ug/1.2-some-background.html |   268 +
 .../basic-ug/1.3-installing-and-starting.html      |   276 +
 .../basic-ug/1.4-basic-configuration-tasks.html    |   200 +
 .../basic-ug/1.4.1-changing-server-port.html       |   277 +
 .../basic-ug/1.4.2-changing-admin-password.html    |   219 +
 .../apacheds/basic-ug/1.4.3-adding-partition.html  |   349 +
 .../apacheds/basic-ug/1.4.4-configure-logging.html |   418 +
 .../apacheds/basic-ug/1.4.5-anonymous-access.html  |   197 +
 .../basic-ug/1.5-sample-configuration.html         |   268 +
 content/apacheds/basic-ug/1.6-backup-restore.html  |   200 +
 content/apacheds/basic-ug/2-handling-data.html     |   213 +
 .../apacheds/basic-ug/2.1-data-modification.html   |   206 +
 .../apacheds/basic-ug/2.1.1-adding-entries.html    |   257 +
 .../apacheds/basic-ug/2.1.2-deleting-entries.html  |   222 +
 content/apacheds/basic-ug/2.2-searching-data.html  |   198 +
 content/apacheds/basic-ug/2.2.1-simple-search.html |   215 +
 .../basic-ug/2.2.2-more-search-options.html        |   272 +
 .../apacheds/basic-ug/2.3-introducing-schema.html  |   217 +
 .../basic-ug/2.3.1-adding-schema-elements.html     |   308 +
 .../apacheds/basic-ug/2.3.2-enabling-schema.html   |   307 +
 content/apacheds/basic-ug/3-basic-security.html    |   198 +
 .../basic-ug/3.1-authentication-options.html       |   531 +
 .../apacheds/basic-ug/3.2-basic-authorization.html |   690 +
 content/apacheds/basic-ug/3.3-enabling-ssl.html    |   477 +
 .../apacheds/basic-ug/4-integrating-apacheds.html  |   194 +
 .../apacheds/basic-ug/4.1-mozilla-thunderbird.html |   260 +
 .../basic-ug/images/50k-ft-architecture.png        |   Bin 0 -> 42569 bytes
 .../apacheds/basic-ug/images/MacOSX_Installer.png  |   Bin 0 -> 173784 bytes
 .../basic-ug/images/NewLDAPConnection1.png         |   Bin 0 -> 15804 bytes
 .../basic-ug/images/NewLDAPConnection2.png         |   Bin 0 -> 14959 bytes
 .../apacheds/basic-ug/images/Windows_Installer.png |   Bin 0 -> 66518 bytes
 .../apacheds/basic-ug/images/anonymous-access.png  |   Bin 0 -> 95511 bytes
 .../basic-ug/images/authentication-options-ls.png  |   Bin 0 -> 14143 bytes
 .../images/authorization-sample-entries.png        |   Bin 0 -> 1978 bytes
 .../apacheds/basic-ug/images/confluence-logon.png  |   Bin 0 -> 3135 bytes
 .../basic-ug/images/connected-schema-project.png   |   Bin 0 -> 32487 bytes
 .../basic-ug/images/connectionProperties.png       |   Bin 0 -> 24173 bytes
 .../apacheds/basic-ug/images/cover_howes_100.gif   |   Bin 0 -> 9963 bytes
 .../apacheds/basic-ug/images/cover_zoerner_100.gif |   Bin 0 -> 6373 bytes
 content/apacheds/basic-ug/images/create-schema.png |   Bin 0 -> 79028 bytes
 content/apacheds/basic-ug/images/de.png            |   Bin 0 -> 545 bytes
 content/apacheds/basic-ug/images/delete-entry.png  |   Bin 0 -> 38692 bytes
 .../basic-ug/images/eclipse-showview-schemas.png   |   Bin 0 -> 10583 bytes
 .../basic-ug/images/enable-access-control.png      |   Bin 0 -> 91095 bytes
 content/apacheds/basic-ug/images/entryEditor.png   |   Bin 0 -> 15507 bytes
 content/apacheds/basic-ug/images/export-schema.png |   Bin 0 -> 81465 bytes
 .../apacheds/basic-ug/images/fromX500toLDAP.png    |   Bin 0 -> 13153 bytes
 .../basic-ug/images/import-entry-studio.png        |   Bin 0 -> 103762 bytes
 content/apacheds/basic-ug/images/import-schema.png |   Bin 0 -> 133748 bytes
 .../basic-ug/images/keystore-configuration.png     |   Bin 0 -> 90461 bytes
 content/apacheds/basic-ug/images/ldap-tools.png    |   Bin 0 -> 19096 bytes
 .../basic-ug/images/ldif-import-file-select.png    |   Bin 0 -> 69694 bytes
 .../basic-ug/images/open-schema-browser.png        |   Bin 0 -> 51895 bytes
 .../images/partitions-in-studio-after-addition.png |   Bin 0 -> 34737 bytes
 .../partitions-in-studio-after-installation.png    |   Bin 0 -> 16578 bytes
 .../apacheds/basic-ug/images/password-edit-ls.png  |   Bin 0 -> 15410 bytes
 .../apacheds/basic-ug/images/passwordEditor.png    |   Bin 0 -> 14258 bytes
 .../basic-ug/images/portecle-with-certificate.png  |   Bin 0 -> 12359 bytes
 .../basic-ug/images/portecle-with-keystore.png     |   Bin 0 -> 24916 bytes
 .../apacheds/basic-ug/images/sample-structure.gif  |   Bin 0 -> 6892 bytes
 .../basic-ug/images/schema-browser-person.png      |   Bin 0 -> 13609 bytes
 .../basic-ug/images/schema-browser-tree.png        |   Bin 0 -> 10223 bytes
 .../apacheds/basic-ug/images/schema-browser.png    |   Bin 0 -> 93045 bytes
 content/apacheds/basic-ug/images/schema-editor.png |   Bin 0 -> 73525 bytes
 .../basic-ug/images/schema-for-apacheds.png        |   Bin 0 -> 55724 bytes
 .../apacheds/basic-ug/images/schema-objects.png    |   Bin 0 -> 43848 bytes
 .../basic-ug/images/schemas-view-with-loaded.png   |   Bin 0 -> 9186 bytes
 .../basic-ug/images/select-target-server.png       |   Bin 0 -> 54764 bytes
 .../basic-ug/images/sevenseas-naming-context.png   |   Bin 0 -> 80345 bytes
 .../images/sevenseas-partition-creation.png        |   Bin 0 -> 111220 bytes
 .../images/studio-apacheds-configuration-ldaps.png |   Bin 0 -> 84941 bytes
 .../images/studio-apacheds-configuration1.png      |   Bin 0 -> 69650 bytes
 .../images/studio-partitions-configuration.png     |   Bin 0 -> 34728 bytes
 .../basic-ug/images/studio-port-config1.png        |   Bin 0 -> 80528 bytes
 .../basic-ug/images/studio-port-config2.png        |   Bin 0 -> 56666 bytes
 content/apacheds/basic-ug/images/studio-ssl.png    |   Bin 0 -> 16029 bytes
 .../basic-ug/images/thunderbird-adressbook.png     |   Bin 0 -> 29381 bytes
 .../basic-ug/images/thunderbird-new-ldap-1.png     |   Bin 0 -> 9135 bytes
 .../basic-ug/images/thunderbird-new-ldap-2.png     |   Bin 0 -> 9039 bytes
 .../images/thunderbird-new-ldap-directory-menu.png |   Bin 0 -> 11714 bytes
 .../images/thunderbird-open-adressbook.png         |   Bin 0 -> 17508 bytes
 .../basic-ug/images/w32_service_properties.png     |   Bin 0 -> 22542 bytes
 .../basic-ug/resources/apache-ds-tutorial.ldif     |   219 +
 .../basic-ug/resources/captain-hook-delete.ldif    |     6 +
 .../basic-ug/resources/captain-hook-hierarchy.ldif |    15 +
 .../basic-ug/resources/captain-hook-modify.ldif    |     8 +
 .../apacheds/basic-ug/resources/captain-hook.ldif  |    10 +
 content/apacheds/basic-user-guide.html             |   209 +
 content/apacheds/coding-standards.html             |   250 +
 .../configuration/ads-2.0-configuration.html       |   951 ++
 content/apacheds/configuration/adsconfig.html      |   147 +
 content/apacheds/configuration/adsconfig.xml       |  1902 +++
 content/apacheds/configuration/adsconfig.xsl       |   197 +
 content/apacheds/developer-guide.html              |   492 +
 content/apacheds/download-old-versions.html        |   449 +
 content/apacheds/download/.htaccess                |    11 +
 content/apacheds/download/download-archive.cgi     |     3 +
 content/apacheds/download/download-archive.html    |   298 +
 content/apacheds/download/download-linux-bin.cgi   |     3 +
 content/apacheds/download/download-linux-bin.html  |   301 +
 content/apacheds/download/download-linux-deb.cgi   |     3 +
 content/apacheds/download/download-linux-deb.html  |   320 +
 content/apacheds/download/download-linux-rpm.cgi   |     3 +
 content/apacheds/download/download-linux-rpm.html  |   310 +
 content/apacheds/download/download-macosx.cgi      |     3 +
 content/apacheds/download/download-macosx.html     |   310 +
 content/apacheds/download/download-sources.cgi     |     3 +
 content/apacheds/download/download-sources.html    |   247 +
 content/apacheds/download/download-windows.cgi     |     3 +
 content/apacheds/download/download-windows.html    |   284 +
 .../download/images/installation_archive_1.jpg     |   Bin 0 -> 6527 bytes
 .../download/images/installation_archive_2.jpg     |   Bin 0 -> 7997 bytes
 .../download/images/installation_linux_bin_1.jpg   |   Bin 0 -> 6774 bytes
 .../download/images/installation_linux_bin_2.jpg   |   Bin 0 -> 9848 bytes
 .../download/images/installation_linux_deb_1.jpg   |   Bin 0 -> 6955 bytes
 .../download/images/installation_linux_deb_2.jpg   |   Bin 0 -> 9092 bytes
 .../download/images/installation_linux_deb_3.jpg   |   Bin 0 -> 10806 bytes
 .../download/images/installation_linux_deb_4.jpg   |   Bin 0 -> 6232 bytes
 .../download/images/installation_linux_deb_5.jpg   |   Bin 0 -> 5043 bytes
 .../download/images/installation_linux_pkg_1.jpg   |   Bin 0 -> 7026 bytes
 .../download/images/installation_linux_pkg_2.jpg   |   Bin 0 -> 7477 bytes
 .../download/images/installation_linux_rpm_1.jpg   |   Bin 0 -> 7707 bytes
 .../download/images/installation_linux_rpm_2.jpg   |   Bin 0 -> 10339 bytes
 .../download/images/installation_linux_rpm_3.jpg   |   Bin 0 -> 9903 bytes
 .../download/images/installation_linux_rpm_4.jpg   |   Bin 0 -> 7467 bytes
 .../download/images/installation_macosx_1.jpg      |   Bin 0 -> 5410 bytes
 .../download/images/installation_macosx_2.jpg      |   Bin 0 -> 8145 bytes
 .../download/images/installation_macosx_3.jpg      |   Bin 0 -> 8863 bytes
 .../download/images/installation_macosx_4.jpg      |   Bin 0 -> 6494 bytes
 .../download/images/installation_windows_1.jpg     |   Bin 0 -> 9325 bytes
 .../download/images/installation_windows_2.jpg     |   Bin 0 -> 10465 bytes
 .../download/images/installation_windows_3.jpg     |   Bin 0 -> 12676 bytes
 .../download/images/installation_windows_4.jpg     |   Bin 0 -> 11233 bytes
 content/apacheds/downloads.html                    |   159 +
 content/apacheds/features.html                     |   428 +
 content/apacheds/index.html                        |   828 ++
 content/apacheds/index.xml                         |  1561 ++
 .../internal-design-guide.html                     |   147 +
 content/apacheds/kerberos-ug/1-kerberos.html       |   228 +
 content/apacheds/kerberos-ug/1.1-introduction.html |   224 +
 content/apacheds/kerberos-ug/1.1.1-realms.html     |   214 +
 content/apacheds/kerberos-ug/1.1.2-principals.html |   216 +
 content/apacheds/kerberos-ug/1.1.3-keys.html       |   255 +
 content/apacheds/kerberos-ug/1.1.4-kdc.html        |   209 +
 content/apacheds/kerberos-ug/1.1.5-database.html   |   292 +
 content/apacheds/kerberos-ug/1.1.6-as.html         |   212 +
 content/apacheds/kerberos-ug/1.1.7-tgs.html        |   200 +
 content/apacheds/kerberos-ug/1.1.8-tickets.html    |   200 +
 content/apacheds/kerberos-ug/1.2-resources.html    |   196 +
 .../kerberos-ug/1.2.1-kerberos-articles.html       |   200 +
 .../kerberos-ug/1.2.2-microsoft-compatibility.html |   200 +
 content/apacheds/kerberos-ug/1.2.3-standards.html  |   242 +
 .../apacheds/kerberos-ug/2-kerberos-config.html    |   201 +
 content/apacheds/kerberos-ug/2.1-installing.html   |   192 +
 .../kerberos-ug/2.2-ldap-server-config.html        |   192 +
 .../kerberos-ug/2.3-kerberos-server-config.html    |   192 +
 content/apacheds/kerberos-ug/2.4-kerberos-ulp.html |   192 +
 content/apacheds/kerberos-ug/2.5-pkinit.html       |   192 +
 content/apacheds/kerberos-ug/2.6-cross-realm.html  |   192 +
 content/apacheds/kerberos-ug/3-kerberos-admin.html |   201 +
 content/apacheds/kerberos-ug/3.1-start-stop.html   |   192 +
 .../kerberos-ug/3.2-managing-clients-services.html |   192 +
 .../apacheds/kerberos-ug/3.3-change-password.html  |   192 +
 content/apacheds/kerberos-ug/3.4-logs.html         |   192 +
 content/apacheds/kerberos-ug/3.5-replication.html  |   192 +
 .../apacheds/kerberos-ug/3.6-backup-restore.html   |   192 +
 content/apacheds/kerberos-ug/4-using-kerberos.html |   198 +
 .../kerberos-ug/4.1-authenticate-kinit.html        |   248 +
 .../kerberos-ug/4.2-authenticate-studio.html       |   405 +
 .../apacheds/kerberos-ug/5-interoperability.html   |   192 +
 content/apacheds/kerberos-ug/6-glossary.html       |   191 +
 .../kerberos-ug/images/admin-authentication.png    |   Bin 0 -> 59472 bytes
 .../kerberos-ug/images/admin-connection.png        |   Bin 0 -> 72613 bytes
 .../kerberos-ug/images/authent-hierarchy.graphml   |  1555 ++
 .../kerberos-ug/images/authent-hierarchy.png       |   Bin 0 -> 12231 bytes
 .../kerberos-ug/images/enable-kerberos.png         |   Bin 0 -> 89974 bytes
 .../images/kerberos-as-no-padata.graphml           |   583 +
 .../kerberos-ug/images/kerberos-as-no-padata.png   |   Bin 0 -> 40990 bytes
 .../kerberos-ug/images/kerberos-as-padata.graphml  |   720 +
 .../kerberos-ug/images/kerberos-as-padata.png      |   Bin 0 -> 57812 bytes
 .../kerberos-ug/images/kerberos-auth.graphml       |   490 +
 .../apacheds/kerberos-ug/images/kerberos-auth.png  |   Bin 0 -> 44513 bytes
 .../kerberos-ug/images/kerberos-authent.png        |   Bin 0 -> 81432 bytes
 .../kerberos-ug/images/kerberos-config.png         |   Bin 0 -> 282581 bytes
 .../kerberos-ug/images/kerberos-connection.png     |   Bin 0 -> 70922 bytes
 .../kerberos-ug/images/kerberos-realm-config.png   |   Bin 0 -> 73791 bytes
 .../apacheds/kerberos-ug/images/ldap-config.png    |   Bin 0 -> 339123 bytes
 .../kerberos-ug/images/network-parameters.png      |   Bin 0 -> 66272 bytes
 .../apacheds/kerberos-ug/images/new-connection.png |   Bin 0 -> 19057 bytes
 .../apacheds/kerberos-ug/images/open-config.png    |   Bin 0 -> 53158 bytes
 content/apacheds/kerberos-ug/images/ticket.graphml |   287 +
 content/apacheds/kerberos-ug/images/ticket.png     |   Bin 0 -> 23446 bytes
 content/apacheds/kerberos-user-guide.html          |   204 +
 content/apacheds/news.html                         |   765 +
 content/apacheds/settings.jar                      |   Bin 0 -> 8381 bytes
 content/api.html                                   |   155 +
 content/api/coding-standards.html                  |   259 +
 content/api/developer-guide.html                   |   523 +
 content/api/download-old-versions.html             |   498 +
 content/api/download/.htaccess                     |     8 +
 content/api/download/download-archive-1.cgi        |     3 +
 content/api/download/download-archive-1.html       |   283 +
 content/api/download/download-archive-2.cgi        |     3 +
 content/api/download/download-archive-2.html       |   283 +
 content/api/download/download-sources-1.cgi        |     3 +
 content/api/download/download-sources-1.html       |   283 +
 content/api/download/download-sources-2.cgi        |     3 +
 content/api/download/download-sources-2.html       |   283 +
 .../api/download/images/installation_archive_1.jpg |   Bin 0 -> 6527 bytes
 .../api/download/images/installation_archive_2.jpg |   Bin 0 -> 7997 bytes
 content/api/downloads-1.html                       |   170 +
 content/api/downloads-2.html                       |   170 +
 content/api/five-minutes-tutorial.html             |   219 +
 content/api/index.html                             |   784 +
 content/api/index.xml                              |  1439 ++
 content/api/internal-design-guide.html             |   186 +
 .../api/internal-design-guide/1-introduction.html  |   199 +
 content/api/internal-design-guide/10-entry.html    |   201 +
 content/api/internal-design-guide/11-filter.html   |   201 +
 content/api/internal-design-guide/12-cursor.html   |   201 +
 content/api/internal-design-guide/13-controls.html |   619 +
 .../14-extended-operations.html                    |  1307 ++
 content/api/internal-design-guide/15-ldif.html     |   201 +
 content/api/internal-design-guide/16-dsml.html     |   201 +
 content/api/internal-design-guide/17-osgi.html     |   205 +
 .../internal-design-guide/2-general-structure.html |   241 +
 content/api/internal-design-guide/3-building.html  |   227 +
 content/api/internal-design-guide/4-asn1.html      |   253 +
 .../api/internal-design-guide/4.1-asn1-tlv.html    |   749 +
 content/api/internal-design-guide/5-network.html   |   479 +
 content/api/internal-design-guide/6-codec.html     |   201 +
 .../api/internal-design-guide/7-ldap-messages.html |   201 +
 content/api/internal-design-guide/8-schema.html    |   315 +
 content/api/internal-design-guide/9-dn.html        |   202 +
 .../images/EndTransactionRequest.graphml           |   217 +
 .../images/EndTransactionRequest.png               |   Bin 0 -> 14274 bytes
 .../images/EndTransactionResponse.graphml          |   686 +
 .../images/EndTransactionResponse.png              |   Bin 0 -> 40598 bytes
 content/api/internal-design-guide/images/TLVs.png  |   Bin 0 -> 14251 bytes
 .../images/architecture.graphml                    |  1652 +++
 .../internal-design-guide/images/architecture.png  |   Bin 0 -> 36194 bytes
 .../images/asn1-codec.graphml                      |   449 +
 .../internal-design-guide/images/asn1-codec.png    |   Bin 0 -> 20609 bytes
 .../internal-design-guide/images/controls.graphml  |  2540 ++++
 .../api/internal-design-guide/images/controls.png  |   Bin 0 -> 185246 bytes
 .../images/extended-request-decorator.graphml      |  1456 ++
 .../images/extended-request-decorator.png          |   Bin 0 -> 75675 bytes
 .../api/internal-design-guide/images/folder.png    |   Bin 0 -> 537 bytes
 .../images/grammar-action.graphml                  |   116 +
 .../images/grammar-action.png                      |   Bin 0 -> 10134 bytes
 .../images/ldap-api-modules.graphml                |  1228 ++
 .../images/ldap-api-modules.png                    |   Bin 0 -> 14488 bytes
 .../images/ldap-connection-factory.graphml         |   117 +
 .../images/ldap-connection-factory.png             |   Bin 0 -> 14678 bytes
 .../images/ldap-connection.graphml                 |   273 +
 .../images/ldap-connection.png                     |   Bin 0 -> 28719 bytes
 .../images/ldapconnection.graphml                  |   344 +
 .../images/ldapconnection.png                      |   Bin 0 -> 39405 bytes
 .../images/sm-transition.graphml                   |   128 +
 .../internal-design-guide/images/sm-transition.png |   Bin 0 -> 6382 bytes
 .../images/tlv-bervalue.graphml                    |   143 +
 .../internal-design-guide/images/tlv-bervalue.png  |   Bin 0 -> 7413 bytes
 content/api/java-api.html                          |   224 +
 content/api/migration-guide.html                   |   172 +
 content/api/news.html                              |   759 +
 content/api/user-guide.html                        |   306 +
 content/api/user-guide/1-introduction.html         |   207 +
 content/api/user-guide/1.1-java-and-ldap.html      |   216 +
 .../api/user-guide/1.2-ldap-in-a-few-words.html    |   213 +
 .../user-guide/1.3-apache-ldap-api-rational.html   |   224 +
 .../api/user-guide/1.4-preparation-to-code.html    |   211 +
 content/api/user-guide/2-basic-ldap-api-usage.html |   222 +
 .../user-guide/2.1-connection-disconnection.html   |   275 +
 .../user-guide/2.10-ldap-connection-template.html  |   407 +
 content/api/user-guide/2.11-filter-builder.html    |   324 +
 content/api/user-guide/2.2-binding-unbinding.html  |   376 +
 content/api/user-guide/2.3-searching.html          |   325 +
 content/api/user-guide/2.4-adding.html             |   320 +
 content/api/user-guide/2.5-deleting.html           |   304 +
 content/api/user-guide/2.6-modifying.html          |   507 +
 content/api/user-guide/2.7-moving-renaming.html    |   215 +
 content/api/user-guide/2.8-comparing.html          |   200 +
 .../api/user-guide/2.9-exception-management.html   |   200 +
 .../api/user-guide/3-advanced-ldap-api-usage.html  |   210 +
 content/api/user-guide/3.1-controls.html           |   210 +
 .../api/user-guide/3.2-extended-operations.html    |   200 +
 content/api/user-guide/3.3-referrals.html          |   200 +
 content/api/user-guide/3.4-aliases.html            |   200 +
 content/api/user-guide/3.5-ldif-dsml.html          |   200 +
 content/api/user-guide/3.6-abandonning.html        |   200 +
 .../api/user-guide/3.7-server-informations.html    |   200 +
 content/api/user-guide/4-schema-management.html    |   225 +
 content/api/user-guide/4.1-schema.html             |   217 +
 content/api/user-guide/4.2-schema-manager.html     |   245 +
 content/api/user-guide/4.2.1-schema-objects.html   |   297 +
 .../api/user-guide/4.2.1.1-attribute-types.html    |   254 +
 content/api/user-guide/4.2.1.2-object-classes.html |   230 +
 content/api/user-guide/4.2.1.3-syntaxes.html       |   214 +
 content/api/user-guide/4.2.1.4-matching-rules.html |   218 +
 .../api/user-guide/4.2.1.5-dit-content-rules.html  |   201 +
 .../user-guide/4.2.1.6-dit-structure-rules.html    |   201 +
 .../api/user-guide/4.2.1.7-matching-rule-uses.html |   201 +
 content/api/user-guide/4.2.1.8-name-forms.html     |   201 +
 .../4.2.1.9-apacheds-schema-elements.html          |   236 +
 content/api/user-guide/4.2.2-registries.html       |   203 +
 content/api/user-guide/4.2.3-schema-loader.html    |   201 +
 content/api/user-guide/5-ldap-security.html        |   218 +
 content/api/user-guide/5.1-ldaps.html              |   315 +
 content/api/user-guide/5.2-start-tls.html          |   252 +
 content/api/user-guide/5.3-sasl-bind.html          |   366 +
 content/api/user-guide/5.4-password-handling.html  |   203 +
 content/api/user-guide/5.5-certificates.html       |   203 +
 content/api/user-guide/5.6-aci-and-acls.html       |   203 +
 content/api/user-guide/6-ldap-data-structures.html |   238 +
 .../api/user-guide/6.1-administrative-point.html   |   254 +
 content/api/user-guide/6.10-dit-content-rule.html  |   203 +
 .../api/user-guide/6.11-dit-structure-rule.html    |   203 +
 content/api/user-guide/6.12-entry.html             |   563 +
 content/api/user-guide/6.13-expr-node.html         |   203 +
 content/api/user-guide/6.14-ldap-comparator.html   |   203 +
 content/api/user-guide/6.15-ldap-result.html       |   203 +
 content/api/user-guide/6.16-ldap-syntax.html       |   203 +
 content/api/user-guide/6.17-ldap-url.html          |   203 +
 content/api/user-guide/6.18-ldif-control.html      |   203 +
 content/api/user-guide/6.19-ldif-entry.html        |   203 +
 .../api/user-guide/6.2-administrative-role.html    |   221 +
 content/api/user-guide/6.20-matching-rule.html     |   203 +
 content/api/user-guide/6.21-matching-rule-use.html |   203 +
 content/api/user-guide/6.22-message.html           |   203 +
 content/api/user-guide/6.23-modification.html      |   203 +
 content/api/user-guide/6.24-name-form.html         |   203 +
 content/api/user-guide/6.25-normalizer.html        |   203 +
 content/api/user-guide/6.26-object-class.html      |   203 +
 content/api/user-guide/6.27-oid.html               |   233 +
 content/api/user-guide/6.28-rdn.html               |   203 +
 content/api/user-guide/6.29-referral.html          |   203 +
 content/api/user-guide/6.3-attribute.html          |   443 +
 content/api/user-guide/6.30-refinment.html         |   203 +
 content/api/user-guide/6.31-schema-manager.html    |   203 +
 content/api/user-guide/6.32-subentry.html          |   203 +
 .../api/user-guide/6.33-subtree-specification.html |   203 +
 content/api/user-guide/6.34-syntax-checker.html    |   203 +
 content/api/user-guide/6.35-value.html             |   246 +
 content/api/user-guide/6.4-attribute-type.html     |   297 +
 content/api/user-guide/6.5-ava.html                |   238 +
 content/api/user-guide/6.6-csn.html                |   203 +
 content/api/user-guide/6.7-control.html            |   628 +
 content/api/user-guide/6.8-cursor.html             |   203 +
 content/api/user-guide/6.9-dn.html                 |   203 +
 content/api/user-guide/7-requests-responses.html   |   328 +
 content/api/user-guide/7.1-abandon-request.html    |   245 +
 content/api/user-guide/7.10-extended-request.html  |   203 +
 content/api/user-guide/7.11-extended-response.html |   203 +
 .../api/user-guide/7.12-intermediate-response.html |   203 +
 content/api/user-guide/7.13-mod-dn-request.html    |   203 +
 content/api/user-guide/7.14-mod-dn-response.html   |   203 +
 content/api/user-guide/7.15-modify-request.html    |   203 +
 content/api/user-guide/7.16-modify-response.html   |   203 +
 content/api/user-guide/7.17-search-request.html    |   203 +
 .../api/user-guide/7.18-search-result-done.html    |   203 +
 .../api/user-guide/7.19-search-result-entry.html   |   203 +
 content/api/user-guide/7.2-add-request.html        |   203 +
 .../user-guide/7.20-search-result-reference.html   |   203 +
 content/api/user-guide/7.21-unbind-request.html    |   203 +
 content/api/user-guide/7.3-add-response.html       |   203 +
 content/api/user-guide/7.4-bind-request.html       |   203 +
 content/api/user-guide/7.5-bind-response.html      |   203 +
 content/api/user-guide/7.6-compare-request.html    |   203 +
 content/api/user-guide/7.7-compare-response.html   |   203 +
 content/api/user-guide/7.8-del-request.html        |   203 +
 content/api/user-guide/7.9-del-response.html       |   203 +
 content/api/user-guide/8-ldap-rfcs.html            |   940 ++
 .../user-guide/images/OID-state-automaton.graphml  |  1093 ++
 .../api/user-guide/images/OID-state-automaton.png  |   Bin 0 -> 59667 bytes
 content/api/user-guide/images/SchemaObjectHier.png |   Bin 0 -> 52217 bytes
 content/api/user-guide/images/SchemaObjects.png    |   Bin 0 -> 43851 bytes
 content/api/user-guide/images/entry.png            |   Bin 0 -> 33449 bytes
 content/api/vision.html                            |   162 +
 content/articles.html                              |   209 +
 content/commercial-support.html                    |   171 +
 ...rdOpenHUG2010_Seelmann_ApacheDirectoryHBase.pdf |   Bin 0 -> 1119170 bytes
 content/conference-materials.data/6078680.pdf      |   Bin 0 -> 304066 bytes
 content/conference-materials.data/ACEU2008.jar     |   Bin 0 -> 9426 bytes
 .../Alex_Karasulu_-_Merits_of_Directories.pdf      |   Bin 0 -> 470385 bytes
 .../Alex_Karasulu_-_Workshop_Embed_ApacheDS.pdf    |   Bin 0 -> 261917 bytes
 .../AnatomyOfSecureWebApp.pdf                      |   Bin 0 -> 2079972 bytes
 .../ApacheCon-EU-2008-light.pdf                    |   Bin 0 -> 1768411 bytes
 .../ApacheCon2006-ADS.pdf                          |   Bin 0 -> 538499 bytes
 .../ApacheConNA-Fortress-2015.pdf                  |   Bin 0 -> 1558065 bytes
 .../conference-materials.data/Java_und_LDAP.pdf    |   Bin 0 -> 419749 bytes
 .../LDAPCon-2011-Studio.pdf                        |   Bin 0 -> 1370638 bytes
 ...he.Modern.LDAP.Rennaisance_by.Alex.Karasulu.pdf |   Bin 0 -> 55319 bytes
 ....and.Triggers.in.ApacheDS_by.Ersin.Er_Paper.pdf |   Bin 0 -> 93486 bytes
 ...iggers.in.ApacheDS_by.Ersin.Er_Presentation.pdf |   Bin 0 -> 298873 bytes
 ...pCon2007_ApacheDirectoryStudio-presentation.pdf |   Bin 0 -> 2494626 bytes
 .../LdapCon2007_ApacheDirectoryStudio.pdf          |   Bin 0 -> 402364 bytes
 .../Rbac-Directory-ApacheCon.pdf                   |   Bin 0 -> 1428757 bytes
 .../conference-materials.data/Single_Sign_On.pdf   |   Bin 0 -> 552132 bytes
 ..._Procedures_and_Triggers_Arrive_in_ApacheDS.pdf |   Bin 0 -> 974657 bytes
 ...Access_Control_Administration_The_X.500_Way.pdf |   Bin 0 -> 1194693 bytes
 .../ads-2.0-what's-new.pdf                         |   Bin 0 -> 2186213 bytes
 .../conference-materials.data/apachecon2015.pdf    |   Bin 0 -> 1057720 bytes
 content/conference-materials.data/cours-ldap.odp   |   Bin 0 -> 228672 bytes
 .../enterprise-ldap-apachecon-eu.pdf               |   Bin 0 -> 530394 bytes
 .../enterprise-ldap-apachecon-eu.ppt               |   Bin 0 -> 793088 bytes
 .../kerberos-in-your-jvm-apacheconcore15.pdf       |   Bin 0 -> 183447 bytes
 .../leveraging-RFC4533.pdf                         |   Bin 0 -> 397593 bytes
 content/conference-materials.data/presentation.odp |   Bin 0 -> 1097190 bytes
 content/conference-materials.data/replication.odt  |   Bin 0 -> 29241 bytes
 content/conference-materials.data/replication.pdf  |   Bin 0 -> 59534 bytes
 .../szoerner-berlinjar-ldap.pdf                    |   Bin 0 -> 2562516 bytes
 .../szoerner-jugbb-ldap.pdf                        |   Bin 0 -> 2582968 bytes
 .../szoerner-ruhrjug-ldap.pdf                      |   Bin 0 -> 2716575 bytes
 .../szoerner_apachedirectorystudio.pdf             |   Bin 0 -> 1150364 bytes
 .../szoerner_apacheds_jax2007.pdf                  |   Bin 0 -> 656509 bytes
 content/conference-materials.data/testing-LDAP.pdf |   Bin 0 -> 1065459 bytes
 .../toolchain-for-developpers.pdf                  |   Bin 0 -> 812419 bytes
 .../towards-a-common-java-ldap-api-paper.pdf       |   Bin 0 -> 164377 bytes
 .../towards_a_common_java_ldap_api-slides.pdf      |   Bin 0 -> 2965535 bytes
 .../wettstein-authimp.pdf                          |   Bin 0 -> 70381 bytes
 .../wettstein-idfusion-slides.pdf                  |   Bin 0 -> 201253 bytes
 content/conference-materials.html                  |   366 +
 content/contribute.html                            |   228 +
 content/css/blue.css                               |    62 +
 content/css/brown.css                              |    62 +
 content/css/common.css                             |   882 ++
 content/css/green.css                              |    63 +
 content/css/orange.css                             |    62 +
 content/css/turquoise.css                          |    62 +
 content/doap_fortress.rdf                          |    65 +
 content/doap_kerby.rdf                             |    49 +
 content/extpaths.txt                               |   106 +
 content/fortress.html                              |   150 +
 content/fortress/coding-standards.html             |   264 +
 content/fortress/developer-guide.html              |   638 +
 content/fortress/download-old-versions.html        |   252 +
 content/fortress/download/.htaccess                |     6 +
 content/fortress/download/download-archive.cgi     |     3 +
 content/fortress/download/download-archive.html    |   332 +
 content/fortress/download/download-sources.cgi     |     3 +
 content/fortress/download/download-sources.html    |   316 +
 .../download/images/installation_archive_1.jpg     |   Bin 0 -> 6527 bytes
 .../download/images/installation_archive_2.jpg     |   Bin 0 -> 7997 bytes
 content/fortress/downloads.html                    |   181 +
 content/fortress/history.html                      |   157 +
 .../images/Screenshot-Studio-Schema-Import.png     |   Bin 0 -> 53543 bytes
 content/fortress/images/Screenshot1-chmod.png      |   Bin 0 -> 20981 bytes
 .../fortress/images/Screenshot10-ant-test-init.png |   Bin 0 -> 15781 bytes
 .../images/Screenshot11-ant-test-success.png       |   Bin 0 -> 16944 bytes
 .../fortress/images/Screenshot12-junit-warn.png    |   Bin 0 -> 43239 bytes
 content/fortress/images/Screenshot13-ant-cli.png   |   Bin 0 -> 12357 bytes
 content/fortress/images/Screenshot14-cli.png       |   Bin 0 -> 25151 bytes
 .../fortress/images/Screenshot15-cli-review.png    |   Bin 0 -> 27223 bytes
 content/fortress/images/Screenshot16-cli-fuser.png |   Bin 0 -> 223619 bytes
 .../fortress/images/Screenshot17-ant-console.png   |   Bin 0 -> 12343 bytes
 .../fortress/images/Screenshot18-console-main.png  |   Bin 0 -> 50338 bytes
 .../fortress/images/Screenshot19-console-admin.png |   Bin 0 -> 92398 bytes
 content/fortress/images/Screenshot2-edit-sudo.png  |   Bin 0 -> 38088 bytes
 .../images/Screenshot20-console-review.png         |   Bin 0 -> 48037 bytes
 .../images/Screenshot21-console-access.png         |   Bin 0 -> 47257 bytes
 .../images/Screenshot22-console-deladmin.png       |   Bin 0 -> 80836 bytes
 .../fortress/images/Screenshot23-console-audit.png |   Bin 0 -> 40950 bytes
 .../fortress/images/Screenshot24-ant-javadoc.png   |   Bin 0 -> 12816 bytes
 .../images/Screenshot25-javadoc-listing.png        |   Bin 0 -> 43066 bytes
 content/fortress/images/Screenshot26-javadoc.png   |   Bin 0 -> 254685 bytes
 content/fortress/images/Screenshot27-ant-p.png     |   Bin 0 -> 162213 bytes
 .../images/Screenshot28-edit-javahome-win.png      |   Bin 0 -> 116000 bytes
 .../images/Screenshot28-src-listing-win.png        |   Bin 0 -> 89246 bytes
 .../fortress/images/Screenshot29-ant-dist-win.png  |   Bin 0 -> 6415 bytes
 .../fortress/images/Screenshot3-edit-javahome.png  |   Bin 0 -> 37100 bytes
 .../images/Screenshot30-ant-dist-success-win.png   |   Bin 0 -> 11457 bytes
 .../images/Screenshot31-init-slapd-win.png         |   Bin 0 -> 2235 bytes
 .../images/Screenshot32-init-slapd-success-win.png |   Bin 0 -> 7772 bytes
 .../images/Screenshot33-window-warning.png         |   Bin 0 -> 230048 bytes
 .../images/Screenshot34-ant-test-init-win.png      |   Bin 0 -> 2518 bytes
 .../Screenshot35-ant-test-init-success-win.png     |   Bin 0 -> 4111 bytes
 .../fortress/images/Screenshot36-ant-cli-win.png   |   Bin 0 -> 2069 bytes
 .../images/Screenshot37-ant-console-win.png        |   Bin 0 -> 2025 bytes
 .../fortress/images/Screenshot38-javadoc-win.png   |   Bin 0 -> 2248 bytes
 .../images/Screenshot39-build-properties-win.png   |   Bin 0 -> 123690 bytes
 content/fortress/images/Screenshot4-ant-dist.png   |   Bin 0 -> 21282 bytes
 .../images/Screenshot4-ant-success-dist.png        |   Bin 0 -> 16126 bytes
 .../images/Screenshot40-firewall-warning-win.png   |   Bin 0 -> 55181 bytes
 .../images/Screenshot41-enmasse-http-settings.png  |   Bin 0 -> 25939 bytes
 .../Screenshot42-install-enmasse-demo-success.png  |   Bin 0 -> 69009 bytes
 .../Screenshot43-ant-enmasse-test-success.png      |   Bin 0 -> 43883 bytes
 .../images/Screenshot43-edit-disable-rest.png      |   Bin 0 -> 6696 bytes
 .../fortress/images/Screenshot5-dist-listing.png   |   Bin 0 -> 43441 bytes
 content/fortress/images/Screenshot6-init-slapd.png |   Bin 0 -> 24324 bytes
 .../images/Screenshot7-init-slapd-success.png      |   Bin 0 -> 23222 bytes
 .../fortress/images/Screenshot8-ldap-browser.png   |   Bin 0 -> 162545 bytes
 .../images/Screenshot9-ldap-browser-log.png        |   Bin 0 -> 157044 bytes
 content/fortress/index.html                        |   270 +
 content/fortress/index.xml                         |   844 ++
 content/fortress/installation.html                 |   182 +
 content/fortress/installation/apacheds.html        |   182 +
 .../fortress/installation/apacheds/apacheds.html   |   209 +
 .../fortress/installation/apacheds/guidelines.html |   198 +
 .../installation/apacheds/prerequisites.html       |   208 +
 .../fortress/installation/apacheds/section-I.html  |   218 +
 .../fortress/installation/apacheds/section-II.html |   221 +
 .../installation/apacheds/section-III.html         |   230 +
 .../fortress/installation/apacheds/section-IV.html |   226 +
 .../fortress/installation/apacheds/section-IX.html |   237 +
 .../fortress/installation/apacheds/section-V.html  |   223 +
 .../fortress/installation/apacheds/section-VI.html |   233 +
 .../installation/apacheds/section-VII.html         |   223 +
 .../installation/apacheds/section-VIII.html        |   208 +
 .../fortress/installation/apacheds/section-X.html  |   203 +
 .../fortress/installation/linux/guidelines.html    |   198 +
 content/fortress/installation/linux/linux.html     |   213 +
 .../fortress/installation/linux/prerequisites.html |   207 +
 content/fortress/installation/linux/section-I.html |   220 +
 .../fortress/installation/linux/section-II.html    |   221 +
 .../fortress/installation/linux/section-III.html   |   250 +
 .../fortress/installation/linux/section-IV.html    |   226 +
 .../fortress/installation/linux/section-IX.html    |   233 +
 content/fortress/installation/linux/section-V.html |   198 +
 .../fortress/installation/linux/section-VI.html    |   199 +
 .../fortress/installation/linux/section-VII.html   |   202 +
 .../fortress/installation/linux/section-VIII.html  |   223 +
 content/fortress/installation/linux/section-X.html |   223 +
 .../fortress/installation/linux/section-XI.html    |   208 +
 .../fortress/installation/linux/section-XII.html   |   236 +
 .../fortress/installation/linux/section-XIII.html  |   227 +
 .../fortress/installation/linux/section-XIV.html   |   205 +
 content/fortress/installation/openldap.html        |   151 +
 .../fortress/installation/windows/guidelines.html  |   209 +
 .../fortress/installation/windows/prequesites.html |   210 +
 .../fortress/installation/windows/section-I.html   |   199 +
 .../fortress/installation/windows/section-II.html  |   222 +
 .../fortress/installation/windows/section-III.html |   252 +
 .../fortress/installation/windows/section-IV.html  |   225 +
 .../fortress/installation/windows/section-IX.html  |   233 +
 .../fortress/installation/windows/section-V.html   |   198 +
 .../fortress/installation/windows/section-VI.html  |   199 +
 .../fortress/installation/windows/section-VII.html |   202 +
 .../installation/windows/section-VIII.html         |   223 +
 .../fortress/installation/windows/section-X.html   |   225 +
 .../fortress/installation/windows/section-XI.html  |   203 +
 .../fortress/installation/windows/section-XII.html |   237 +
 .../installation/windows/section-XIII.html         |   207 +
 content/fortress/installation/windows/windows.html |   216 +
 content/fortress/issues.html                       | 14791 +++++++++++++++++++
 content/fortress/news.html                         |   249 +
 content/fortress/overview.html                     |   235 +
 content/fortress/testimonials.html                 |   507 +
 content/fortress/user-guide.html                   |   186 +
 content/fortress/user-guide/1-intro-rbac.html      |   203 +
 .../fortress/user-guide/1.1-rbac-explained.html    |   197 +
 .../fortress/user-guide/1.2-what-is-not-rbac.html  |   223 +
 content/fortress/user-guide/1.3-what-rbac-is.html  |   234 +
 .../user-guide/1.4-why-rbac-is-important.html      |   209 +
 .../fortress/user-guide/1.5-how-to-impl-rbac.html  |   269 +
 content/fortress/user-guide/1.6-go-for-more.html   |   203 +
 content/fortress/user-guide/2-multitenancy.html    |   205 +
 .../user-guide/2.1-fortress-multitenancy.html      |   202 +
 .../user-guide/2.2-tradi-multi-instances.html      |   202 +
 .../user-guide/2.3-multitenancy-under-covers.html  |   199 +
 content/fortress/user-guide/3-configuration.html   |   198 +
 .../fortress/user-guide/images/ANSIRBAC-Spec.png   |   Bin 0 -> 19384 bytes
 .../fortress/user-guide/images/ANSIRBAC-Spec_0.png |   Bin 0 -> 18937 bytes
 content/fortress/user-guide/images/ARbac.png       |   Bin 0 -> 89522 bytes
 .../MultiInstance-TraditionalNetworkDiagram2.png   |   Bin 0 -> 114418 bytes
 content/fortress/user-guide/images/RbacCore.png    |   Bin 0 -> 39821 bytes
 content/fortress/user-guide/images/RbacDSD.png     |   Bin 0 -> 49336 bytes
 content/fortress/user-guide/images/RbacHier.png    |   Bin 0 -> 45689 bytes
 content/fortress/user-guide/images/RbacSSD.png     |   Bin 0 -> 51303 bytes
 .../images/fortressmultitenantldapschema600.png    |   Bin 0 -> 232779 bytes
 .../multitenant-fortressnetworkdiagram600.png      |   Bin 0 -> 81057 bytes
 content/fortress/vision.html                       |   155 +
 content/images/Fortress-IAMServer-v2.png           |   Bin 0 -> 171350 bytes
 content/images/JetBrains_logo.png                  |   Bin 0 -> 1919 bytes
 content/images/Kerberos.png                        |   Bin 0 -> 84173 bytes
 content/images/LdapLdaps.png                       |   Bin 0 -> 80881 bytes
 content/images/NewServer.png                       |   Bin 0 -> 24575 bytes
 content/images/NewServerCreation.png               |   Bin 0 -> 40683 bytes
 content/images/OID-state-automaton.graphml         |  1094 ++
 content/images/Overview.png                        |   Bin 0 -> 62385 bytes
 content/images/Partition.png                       |   Bin 0 -> 61260 bytes
 content/images/SQLManager.bmp                      |   Bin 0 -> 10710 bytes
 content/images/api-icon_16x16.png                  |   Bin 0 -> 3770 bytes
 content/images/body-bg.png                         |   Bin 0 -> 216 bytes
 content/images/borland.gif                         |   Bin 0 -> 2232 bytes
 content/images/browse.graphml                      |  1536 ++
 content/images/configuration-dit.png               |   Bin 0 -> 135986 bytes
 content/images/content-backgound.png               |   Bin 0 -> 237 bytes
 content/images/download-archive.png                |   Bin 0 -> 853 bytes
 content/images/download-badge-apacheds.gif         |   Bin 0 -> 8885 bytes
 content/images/download-badge-kerby.gif            |   Bin 0 -> 8963 bytes
 content/images/download-badge-ldap-api.gif         |   Bin 0 -> 9135 bytes
 content/images/download-badge-mavibot.gif          |   Bin 0 -> 8823 bytes
 content/images/download-badge-studio.gif           |   Bin 0 -> 9045 bytes
 content/images/download-eclipse.png                |   Bin 0 -> 1753 bytes
 content/images/download-linux.png                  |   Bin 0 -> 495 bytes
 content/images/download-macosx.png                 |   Bin 0 -> 1180 bytes
 content/images/download-solaris.png                |   Bin 0 -> 289 bytes
 content/images/download-sources.png                |   Bin 0 -> 317 bytes
 content/images/download-windows.png                |   Bin 0 -> 738 bytes
 content/images/download.png                        |   Bin 0 -> 2960 bytes
 content/images/email.png                           |   Bin 0 -> 641 bytes
 content/images/entry.graphml                       |   375 +
 content/images/feature_highlight_background.png    |   Bin 0 -> 5060 bytes
 .../feature_highlight_server_kerberos_server.png   |   Bin 0 -> 4810 bytes
 .../feature_highlight_server_ldapv3_compliant.png  |   Bin 0 -> 3806 bytes
 ...e_highlight_server_ldif_based_configuration.png |   Bin 0 -> 4292 bytes
 ...e_highlight_server_multi_master_replication.png |   Bin 0 -> 5497 bytes
 .../feature_highlight_server_multi_platform.png    |   Bin 0 -> 3206 bytes
 .../feature_highlight_server_password_policy.png   |   Bin 0 -> 3158 bytes
 ...re_highlight_server_written_java_embeddable.png |   Bin 0 -> 3549 bytes
 ...feature_highlight_server_x500_authorization.png |   Bin 0 -> 2685 bytes
 .../images/feature_highlight_studio_aci_editor.png |   Bin 0 -> 3593 bytes
 ...ure_highlight_studio_apacheds_configuration.png |   Bin 0 -> 5071 bytes
 .../feature_highlight_studio_embedded_apacheds.png |   Bin 0 -> 4746 bytes
 ...ature_highlight_studio_internationalization.png |   Bin 0 -> 3442 bytes
 .../feature_highlight_studio_ldap_browser.png      |   Bin 0 -> 3930 bytes
 .../feature_highlight_studio_ldif_editor.png       |   Bin 0 -> 3598 bytes
 ..._highlight_studio_multi_platform_in_eclipse.png |   Bin 0 -> 3667 bytes
 .../feature_highlight_studio_schema_editor.png     |   Bin 0 -> 4292 bytes
 content/images/figure_1.gif                        |   Bin 0 -> 282 bytes
 content/images/figure_2.gif                        |   Bin 0 -> 351 bytes
 content/images/figure_3.gif                        |   Bin 0 -> 356 bytes
 content/images/figure_4.gif                        |   Bin 0 -> 326 bytes
 content/images/figure_5.gif                        |   Bin 0 -> 353 bytes
 content/images/flags/de.png                        |   Bin 0 -> 545 bytes
 content/images/flags/fr.png                        |   Bin 0 -> 545 bytes
 content/images/flags/hu.png                        |   Bin 0 -> 1900 bytes
 content/images/flags/ie.png                        |   Bin 0 -> 481 bytes
 content/images/flags/nl.png                        |   Bin 0 -> 453 bytes
 content/images/flags/se.png                        |   Bin 0 -> 542 bytes
 content/images/flags/us.png                        |   Bin 0 -> 609 bytes
 content/images/footer.png                          |   Bin 0 -> 1120 bytes
 content/images/fortress-core-system-arch.png       |   Bin 0 -> 53640 bytes
 content/images/fortress-web-system-arch.png        |   Bin 0 -> 106098 bytes
 content/images/header-blue.png                     |   Bin 0 -> 140780 bytes
 content/images/header-brown.png                    |   Bin 0 -> 131145 bytes
 content/images/header-green.png                    |   Bin 0 -> 129845 bytes
 content/images/header-orange.png                   |   Bin 0 -> 136583 bytes
 content/images/header-turquoise.png                |   Bin 0 -> 115276 bytes
 content/images/hero-apacheds.jpg                   |   Bin 0 -> 21096 bytes
 content/images/hero-ldap-api.jpg                   |   Bin 0 -> 17376 bytes
 content/images/hero-mavibot.jpg                    |   Bin 0 -> 19524 bytes
 content/images/icons/check.gif                     |   Bin 0 -> 604 bytes
 content/images/icons/error.gif                     |   Bin 0 -> 633 bytes
 content/images/icons/forbidden.gif                 |   Bin 0 -> 613 bytes
 content/images/icons/information.gif               |   Bin 0 -> 1005 bytes
 content/images/icons/lightbulb.gif                 |   Bin 0 -> 350 bytes
 content/images/icons/lightbulb_on.gif              |   Bin 0 -> 551 bytes
 content/images/icons/thumbs_up.gif                 |   Bin 0 -> 280 bytes
 content/images/icons/warning.gif                   |   Bin 0 -> 569 bytes
 content/images/jira-space-logo.gif                 |   Bin 0 -> 1370 bytes
 content/images/kerby_logo.png                      |   Bin 0 -> 12999 bytes
 content/images/mavibot-icon_16x16.png              |   Bin 0 -> 3783 bytes
 content/images/nav_next.png                        |   Bin 0 -> 1018 bytes
 content/images/nav_prev.png                        |   Bin 0 -> 1018 bytes
 content/images/nav_up.png                          |   Bin 0 -> 1020 bytes
 content/images/new_badge.gif                       |   Bin 0 -> 1206 bytes
 content/images/opengroup_logo.png                  |   Bin 0 -> 5331 bytes
 content/images/opensourceposeidon_supportedby.gif  |   Bin 0 -> 3087 bytes
 content/images/post-blue.png                       |   Bin 0 -> 658 bytes
 content/images/post-brown.png                      |   Bin 0 -> 3618 bytes
 content/images/post-green.png                      |   Bin 0 -> 838 bytes
 content/images/post-orange.png                     |   Bin 0 -> 3377 bytes
 content/images/post-turquoise.png                  |   Bin 0 -> 3377 bytes
 content/images/schemaObjectHier.graphml            |   662 +
 content/images/server-icon_128x128.png             |   Bin 0 -> 28903 bytes
 content/images/server-icon_16x16.png               |   Bin 0 -> 1071 bytes
 content/images/special-thanks/FAMFAMFAM_logo.png   |   Bin 0 -> 2455 bytes
 content/images/special-thanks/JetBrains_logo.png   |   Bin 0 -> 1919 bytes
 content/images/special-thanks/SQLManager.bmp       |   Bin 0 -> 10710 bytes
 content/images/special-thanks/YourKit_logo.png     |   Bin 0 -> 2841 bytes
 content/images/special-thanks/borland.gif          |   Bin 0 -> 2232 bytes
 content/images/special-thanks/opengroup_logo.png   |   Bin 0 -> 5331 bytes
 .../opensourceposeidon_supportedby.gif             |   Bin 0 -> 3087 bytes
 content/images/special-thanks/zenl_logo.gif        |   Bin 0 -> 964 bytes
 content/images/studio-icon_128x128.png             |   Bin 0 -> 27539 bytes
 content/images/studio-icon_16x16.png               |   Bin 0 -> 1054 bytes
 content/images/subversion_logo.png                 |   Bin 0 -> 11731 bytes
 content/images/team/akarasulu.jpg                  |   Bin 0 -> 2545 bytes
 content/images/team/blog.png                       |   Bin 0 -> 557 bytes
 content/images/team/ccustine.png                   |   Bin 0 -> 30244 bytes
 content/images/team/elecharny.jpg                  |   Bin 0 -> 2532 bytes
 content/images/team/jan.jpg                        |   Bin 0 -> 12340 bytes
 content/images/team/pamarcelot.jpg                 |   Bin 0 -> 1927 bytes
 content/images/team/pierresmits.png                |   Bin 0 -> 24323 bytes
 content/images/team/seelmann.jpg                   |   Bin 0 -> 6940 bytes
 content/images/team/smckinney.jpg                  |   Bin 0 -> 4791 bytes
 content/images/team/szoerner.jpg                   |   Bin 0 -> 14485 bytes
 content/images/team/website.png                    |   Bin 0 -> 806 bytes
 content/images/zenl_logo.gif                       |   Bin 0 -> 964 bytes
 content/index.html                                 |   235 +
 content/index.xml                                  |  4764 ++++++
 content/issue-tracking.html                        |   222 +
 content/kerby.html                                 |   153 +
 content/kerby/developer-guide.html                 |   213 +
 content/kerby/download-old-versions.html           |   199 +
 content/kerby/download/.htaccess                   |     6 +
 content/kerby/download/download-archive.cgi        |     3 +
 content/kerby/download/download-archive.html       |   280 +
 content/kerby/download/download-sources.cgi        |     3 +
 content/kerby/download/download-sources.html       |   255 +
 content/kerby/downloads.html                       |   189 +
 content/kerby/features.html                        |   223 +
 content/kerby/hierarchy.png                        |   Bin 0 -> 122731 bytes
 content/kerby/index.html                           |   338 +
 content/kerby/index.xml                            |   325 +
 content/kerby/issues.html                          |   174 +
 content/kerby/kerby-asn1.html                      |   508 +
 content/kerby/news.html                            |   302 +
 content/kerby/overview.html                        |   167 +
 content/kerby/tutorials.html                       |   158 +
 content/kerby/user-guide.html                      |   179 +
 content/kerby/user-guide/1-how-to-begin.html       |   256 +
 content/kerby/user-guide/2-kerberos-library.html   |   207 +
 content/kerby/user-guide/2.1-krbclient-apis.html   |   238 +
 content/kerby/user-guide/2.2-kadmin.html           |   286 +
 content/kerby/user-guide/2.3-kdcserver.html        |   268 +
 content/kerby/user-guide/2.4-simplekdcserver.html  |   289 +
 content/kerby/user-guide/3-tools.html              |   206 +
 content/kerby/user-guide/3.1-kdcinit.html          |   203 +
 content/kerby/user-guide/3.2-kadmin.html           |   229 +
 content/kerby/user-guide/3.3-kinit.html            |   202 +
 content/kerby/user-guide/3.4-klist.html            |   202 +
 content/kerby/user-guide/4-identity-backend.html   |   231 +
 .../user-guide/5-crypto-and-encryption-types.html  |   275 +
 content/kerby/user-guide/6-network-support.html    |   212 +
 content/kerby/user-guide/7-dependency.html         |   202 +
 content/kerby/vision.html                          |   155 +
 content/mailing-lists-and-irc.html                 |   264 +
 content/mavibot.html                               |   149 +
 content/mavibot/coding-standards.html              |   253 +
 content/mavibot/developer-guide.html               |   480 +
 content/mavibot/download-old-versions.html         |   227 +
 content/mavibot/download/.htaccess                 |     6 +
 content/mavibot/download/download-archive.cgi      |     3 +
 content/mavibot/download/download-archive.html     |   276 +
 content/mavibot/download/download-sources.cgi      |     3 +
 content/mavibot/download/download-sources.html     |   276 +
 .../download/images/installation_archive_1.jpg     |   Bin 0 -> 6527 bytes
 .../download/images/installation_archive_2.jpg     |   Bin 0 -> 7997 bytes
 content/mavibot/downloads.html                     |   163 +
 content/mavibot/five-minutes-tutorial.html         |   220 +
 content/mavibot/index.html                         |   282 +
 content/mavibot/index.xml                          |   255 +
 content/mavibot/news.html                          |   262 +
 content/mavibot/user-guide.html                    |   231 +
 content/mavibot/user-guide/1-introduction.html     |   195 +
 content/mavibot/user-guide/1.1-btree-basics.html   |   210 +
 content/mavibot/user-guide/2-btree-types.html      |   213 +
 content/mavibot/user-guide/2.1-mvcc-btree.html     |   265 +
 content/mavibot/user-guide/3-btree-management.html |   195 +
 content/mavibot/user-guide/4-btree-operations.html |   442 +
 .../mavibot/user-guide/5-btree-informations.html   |   158 +
 .../mavibot/user-guide/6-btree-configuration.html  |   195 +
 content/mavibot/user-guide/7-btree-internals.html  |   195 +
 .../mavibot/user-guide/7.1-logical-structure.html  |   248 +
 .../mavibot/user-guide/7.2-physical-storage.html   |   277 +
 content/mavibot/user-guide/7.3-serializations.html |   286 +
 content/mavibot/user-guide/7.4-updates.html        |   242 +
 .../images/01-before-manage-tree.graphml           |  3254 ++++
 .../user-guide/images/01-before-manage-tree.png    |   Bin 0 -> 139750 bytes
 .../user-guide/images/02-after-manage-tree.graphml |  6739 +++++++++
 .../user-guide/images/02-after-manage-tree.png     |   Bin 0 -> 266653 bytes
 .../images/03-after-manage-tree-commit.graphml     |  5892 ++++++++
 .../images/03-after-manage-tree-commit.png         |   Bin 0 -> 242568 bytes
 .../images/04-after-insert-value.graphml           |  8135 ++++++++++
 .../user-guide/images/04-after-insert-value.png    |   Bin 0 -> 369642 bytes
 .../images/05-after-insert-value-commit.graphml    |  8131 ++++++++++
 .../images/05-after-insert-value-commit.png        |   Bin 0 -> 346933 bytes
 .../user-guide/images/B-tree-structure.graphml     |  2461 +++
 .../mavibot/user-guide/images/B-tree-structure.png |   Bin 0 -> 78626 bytes
 content/mavibot/user-guide/images/BOB-add.graphml  |  1985 +++
 content/mavibot/user-guide/images/BOB-add.png      |   Bin 0 -> 41331 bytes
 content/mavibot/user-guide/images/BTree.png        |   Bin 0 -> 9776 bytes
 .../user-guide/images/InMemoryBTree.graphml        |  1028 ++
 .../mavibot/user-guide/images/InMemoryBTree.png    |   Bin 0 -> 27824 bytes
 .../mavibot/user-guide/images/N-op-per-txn.graphml |  2783 ++++
 content/mavibot/user-guide/images/N-op-per-txn.png |   Bin 0 -> 129845 bytes
 .../mavibot/user-guide/images/PageIOLogical.png    |   Bin 0 -> 4369 bytes
 content/mavibot/user-guide/images/R4-node.png      |   Bin 0 -> 26276 bytes
 content/mavibot/user-guide/images/RMHeader.graphml |   912 ++
 content/mavibot/user-guide/images/RMHeader.png     |   Bin 0 -> 39432 bytes
 .../images/RecordManagerHeader-content.graphml     |   393 +
 .../images/RecordManagerHeader-content.png         |   Bin 0 -> 25078 bytes
 .../images/RecordManagerHeader-content2.graphml    |   377 +
 .../user-guide/images/ValueKeyHolder.graphml       |   633 +
 .../mavibot/user-guide/images/ValueKeyHolder.png   |   Bin 0 -> 24283 bytes
 .../mavibot/user-guide/images/browse-all.graphml   |   928 ++
 content/mavibot/user-guide/images/browse-all.png   |   Bin 0 -> 31811 bytes
 .../mavibot/user-guide/images/btree-header.graphml |   757 +
 content/mavibot/user-guide/images/btree-header.png |   Bin 0 -> 23232 bytes
 .../user-guide/images/btree-test-added.graphml     |  1115 ++
 .../mavibot/user-guide/images/btree-test-added.png |   Bin 0 -> 44848 bytes
 content/mavibot/user-guide/images/btreeHeader.png  |   Bin 0 -> 42588 bytes
 .../mavibot/user-guide/images/btreeinfo.graphml    |   848 ++
 content/mavibot/user-guide/images/btreeinfo.png    |   Bin 0 -> 32064 bytes
 content/mavibot/user-guide/images/dynamic.graphml  |  4427 ++++++
 content/mavibot/user-guide/images/dynamic.png      |   Bin 0 -> 195467 bytes
 content/mavibot/user-guide/images/fetch-i.graphml  |   890 ++
 content/mavibot/user-guide/images/fetch-i.png      |   Bin 0 -> 26966 bytes
 .../mavibot/user-guide/images/indexeldap.graphml   |   549 +
 content/mavibot/user-guide/images/indexeldap.png   |   Bin 0 -> 61181 bytes
 .../user-guide/images/initial-state.graphml        |   556 +
 .../mavibot/user-guide/images/initial-state.png    |   Bin 0 -> 20649 bytes
 .../user-guide/images/managedReferences.graphml    |   537 +
 .../user-guide/images/managedReferences.png        |   Bin 0 -> 35082 bytes
 .../user-guide/images/mavibot-layout.graphml       |   445 +
 .../mavibot/user-guide/images/mavibot-layout.png   |   Bin 0 -> 17688 bytes
 .../user-guide/images/mavibot-walobject.graphml    |   985 ++
 .../user-guide/images/mavibot-walobject.png        |   Bin 0 -> 75334 bytes
 content/mavibot/user-guide/images/nodeLeaf.graphml |  1200 ++
 content/mavibot/user-guide/images/nodeLeaf.png     |   Bin 0 -> 64651 bytes
 .../mavibot/user-guide/images/nodeLeaf2.graphml    |  1162 ++
 content/mavibot/user-guide/images/nodeLeaf2.png    |   Bin 0 -> 57861 bytes
 .../user-guide/images/one-op-per-txn.graphml       |  4427 ++++++
 .../mavibot/user-guide/images/one-op-per-txn.png   |   Bin 0 -> 195467 bytes
 content/mavibot/user-guide/images/r3tor4.gif       |   Bin 0 -> 102838 bytes
 content/mavibot/user-guide/images/result.graphml   |   523 +
 content/mavibot/user-guide/images/result.png       |   Bin 0 -> 82494 bytes
 content/mavibot/user-guide/images/rev1.graphml     |   132 +
 content/mavibot/user-guide/images/rev1.png         |   Bin 0 -> 3914 bytes
 content/mavibot/user-guide/images/rev2.graphml     |   279 +
 content/mavibot/user-guide/images/rev2.png         |   Bin 0 -> 7170 bytes
 content/mavibot/user-guide/images/rev3-1.graphml   |   657 +
 content/mavibot/user-guide/images/rev3-1.png       |   Bin 0 -> 17419 bytes
 content/mavibot/user-guide/images/rev3.graphml     |  4427 ++++++
 content/mavibot/user-guide/images/rev3.png         |   Bin 0 -> 17363 bytes
 .../user-guide/images/rev4-with-offsets.graphml    |  1056 ++
 .../user-guide/images/rev4-with-offsets.png        |   Bin 0 -> 28243 bytes
 content/mavibot/user-guide/images/rev4.graphml     |  1056 ++
 content/mavibot/user-guide/images/rev4.png         |   Bin 0 -> 26756 bytes
 .../mavibot/user-guide/images/rev5-alone.graphml   |   858 ++
 content/mavibot/user-guide/images/rev5-alone.png   |   Bin 0 -> 23949 bytes
 .../user-guide/images/rev5-release-rev3.graphml    |  1360 ++
 .../user-guide/images/rev5-release-rev3.png        |   Bin 0 -> 39563 bytes
 .../images/rev5-release-rev3and4.graphml           |  1354 ++
 .../user-guide/images/rev5-release-rev3and4.png    |   Bin 0 -> 38587 bytes
 .../user-guide/images/rev5-release-rev4.graphml    |  1360 ++
 .../user-guide/images/rev5-release-rev4.png        |   Bin 0 -> 36541 bytes
 .../user-guide/images/rev5-with-offsets.graphml    |  1360 ++
 .../user-guide/images/rev5-with-offsets.png        |   Bin 0 -> 36181 bytes
 content/mavibot/user-guide/images/rev5.graphml     |  1715 +++
 content/mavibot/user-guide/images/rev5.png         |   Bin 0 -> 42752 bytes
 content/mavibot/user-guide/images/rev6.graphml     |  1864 +++
 content/mavibot/user-guide/images/rev6.png         |   Bin 0 -> 51320 bytes
 .../images/transaction-time-frame.graphml          |   710 +
 .../user-guide/images/transaction-time-frame.png   |   Bin 0 -> 17500 bytes
 .../user-guide/images/ug-btree-after-last.graphml  |   295 +
 .../user-guide/images/ug-btree-after-last.png      |   Bin 0 -> 14552 bytes
 .../images/ug-btree-before-first.graphml           |   295 +
 .../user-guide/images/ug-btree-before-first.png    |   Bin 0 -> 14662 bytes
 .../user-guide/images/ug-btree-has-next.graphml    |   379 +
 .../user-guide/images/ug-btree-has-next.png        |   Bin 0 -> 20806 bytes
 .../user-guide/images/ug-btree-has-prev.graphml    |   445 +
 .../user-guide/images/ug-btree-has-prev.png        |   Bin 0 -> 20869 bytes
 .../user-guide/images/ug-btree-sample.graphml      |  1055 ++
 .../mavibot/user-guide/images/ug-btree-sample.png  |   Bin 0 -> 25770 bytes
 .../user-guide/images/v1-added-in-test.graphml     |  2759 ++++
 .../mavibot/user-guide/images/v1-added-in-test.png |   Bin 0 -> 87055 bytes
 content/mavibot/vision.html                        |   178 +
 content/original-project-proposal.html             |   307 +
 content/privacy-policy.html                        |   169 +
 content/references.html                            |   176 +
 content/robots.txt                                 |     1 +
 content/scimple.html                               |   138 +
 content/scimple/index.html                         |   148 +
 content/scimple/index.xml                          |    34 +
 content/scimple/news.html                          |   139 +
 content/security-advisories.html                   |   167 +
 content/sitemap.xml                                |  2345 +++
 content/sources.html                               |   299 +
 content/special-thanks.html                        |   230 +
 content/studio.html                                |   148 +
 content/studio/changelog.html                      |  1195 ++
 content/studio/developers-guide.html               |   160 +
 .../developers-howtos/developers-howtos.html       |   168 +
 .../developers-howtos/howtos/table-widget.html     |   556 +
 content/studio/download-old-versions.html          |   171 +
 content/studio/download/.htaccess                  |     8 +
 content/studio/download/download-linux.cgi         |     3 +
 content/studio/download/download-linux.html        |   304 +
 content/studio/download/download-macosx.cgi        |     3 +
 content/studio/download/download-macosx.html       |   283 +
 content/studio/download/download-sources.cgi       |     3 +
 content/studio/download/download-sources.html      |   251 +
 content/studio/download/download-windows.cgi       |     3 +
 content/studio/download/download-windows.html      |   370 +
 .../download/images/installation_linux_1.jpg       |   Bin 0 -> 7324 bytes
 .../download/images/installation_linux_2.jpg       |   Bin 0 -> 9383 bytes
 .../download/images/installation_macosx_1.jpg      |   Bin 0 -> 5081 bytes
 .../download/images/installation_macosx_1.png      |   Bin 0 -> 6447 bytes
 .../download/images/installation_macosx_2.jpg      |   Bin 0 -> 8463 bytes
 .../download/images/installation_macosx_2.png      |   Bin 0 -> 20885 bytes
 .../download/images/installation_macosx_3.jpg      |   Bin 0 -> 8657 bytes
 .../download/images/installation_macosx_3.png      |   Bin 0 -> 23467 bytes
 .../download/images/installation_windows_1.jpg     |   Bin 0 -> 9213 bytes
 .../download/images/installation_windows_1.png     |   Bin 0 -> 4370 bytes
 .../download/images/installation_windows_2.jpg     |   Bin 0 -> 10683 bytes
 .../download/images/installation_windows_2.png     |   Bin 0 -> 28227 bytes
 .../download/images/installation_windows_3.jpg     |   Bin 0 -> 13513 bytes
 .../download/images/installation_windows_3.png     |   Bin 0 -> 12250 bytes
 .../download/images/installation_windows_4.jpg     |   Bin 0 -> 11199 bytes
 content/studio/downloads.html                      |   176 +
 content/studio/faqs.html                           |   214 +
 content/studio/index.html                          |   693 +
 content/studio/index.xml                           |   239 +
 .../studio/installation-in-eclipse.data/1-menu.png |   Bin 0 -> 12834 bytes
 .../2-available-software.png                       |   Bin 0 -> 52476 bytes
 .../3-install-details.png                          |   Bin 0 -> 19129 bytes
 .../4-review-licenses.png                          |   Bin 0 -> 24403 bytes
 .../installation-in-eclipse.data/5-warning.png     |   Bin 0 -> 10439 bytes
 .../6-certificates.png                             |   Bin 0 -> 19852 bytes
 content/studio/installation-in-eclipse.html        |   203 +
 content/studio/internationalization.html           |   179 +
 content/studio/news.html                           |   610 +
 .../studio/screenshots.data/LDAPStudioApp_Help.png |   Bin 0 -> 95678 bytes
 .../screenshots.data/LDAPStudioApp_Help.png.jpeg   |   Bin 0 -> 8631 bytes
 .../screenshots.data/LDAPStudioApp_Help.thumb.png  |   Bin 0 -> 6625 bytes
 .../LDAPStudioApp_Help.thumb.png.jpeg              |   Bin 0 -> 2263 bytes
 .../screenshots.data/LDAPStudioApp_Preferences.png |   Bin 0 -> 65398 bytes
 .../LDAPStudioApp_Preferences.png.jpeg             |   Bin 0 -> 10503 bytes
 .../LDAPStudioApp_Preferences.thumb.png            |   Bin 0 -> 7468 bytes
 .../LDAPStudioApp_Preferences.thumb.png.jpeg       |   Bin 0 -> 2897 bytes
 .../screenshots.data/LDAPStudioApp_Welcome.png     |   Bin 0 -> 103596 bytes
 .../LDAPStudioApp_Welcome.png.jpeg                 |   Bin 0 -> 6046 bytes
 .../LDAPStudioApp_Welcome.thumb.png                |   Bin 0 -> 4496 bytes
 .../LDAPStudioApp_Welcome.thumb.png.jpeg           |   Bin 0 -> 2076 bytes
 .../screenshots.data/LDAP_Browser_Plugin.png       |   Bin 0 -> 118433 bytes
 .../screenshots.data/LDAP_Browser_Plugin.png.jpeg  |   Bin 0 -> 9132 bytes
 .../screenshots.data/LDAP_Browser_Plugin.thumb.png |   Bin 0 -> 41974 bytes
 .../LDAP_Browser_Plugin.thumb.png.jpeg             |   Bin 0 -> 7132 bytes
 .../LDAP_Studio_Welcome_Perspective.png            |   Bin 0 -> 108176 bytes
 .../LDAP_Studio_Welcome_Perspective.png.jpeg       |   Bin 0 -> 6173 bytes
 .../LDAP_Studio_Welcome_Perspective.thumb.png      |   Bin 0 -> 25035 bytes
 .../LDAP_Studio_Welcome_Perspective.thumb.png.jpeg |   Bin 0 -> 5137 bytes
 .../SchemasEditor_AttributeTypeEditor.png          |   Bin 0 -> 52413 bytes
 .../SchemasEditor_AttributeTypeEditor.png.jpeg     |   Bin 0 -> 9481 bytes
 .../SchemasEditor_AttributeTypeEditor.thumb.png    |   Bin 0 -> 5487 bytes
 ...chemasEditor_AttributeTypeEditor.thumb.png.jpeg |   Bin 0 -> 2640 bytes
 .../SchemasEditor_ObjectClassEditor.png            |   Bin 0 -> 47865 bytes
 .../SchemasEditor_ObjectClassEditor.png.jpeg       |   Bin 0 -> 7856 bytes
 .../SchemasEditor_ObjectClassEditor.thumb.png      |   Bin 0 -> 5347 bytes
 .../SchemasEditor_ObjectClassEditor.thumb.png.jpeg |   Bin 0 -> 2483 bytes
 .../screenshots.data/SchemasEditor_Plugin.png      |   Bin 0 -> 97769 bytes
 .../screenshots.data/SchemasEditor_Plugin.png.jpeg |   Bin 0 -> 8355 bytes
 .../SchemasEditor_Plugin.thumb.png                 |   Bin 0 -> 5725 bytes
 .../SchemasEditor_Plugin.thumb.png.jpeg            |   Bin 0 -> 2208 bytes
 .../SchemasEditor_PluginOptions.png                |   Bin 0 -> 37112 bytes
 .../SchemasEditor_PluginOptions.png.jpeg           |   Bin 0 -> 7787 bytes
 .../SchemasEditor_PluginOptions.thumb.png          |   Bin 0 -> 4951 bytes
 .../SchemasEditor_PluginOptions.thumb.png.jpeg     |   Bin 0 -> 2216 bytes
 .../SchemasEditor_SchemaEditor.png                 |   Bin 0 -> 68640 bytes
 .../SchemasEditor_SchemaEditor.png.jpeg            |   Bin 0 -> 10951 bytes
 .../SchemasEditor_SchemaEditor.thumb.png           |   Bin 0 -> 7643 bytes
 .../SchemasEditor_SchemaEditor.thumb.png.jpeg      |   Bin 0 -> 2798 bytes
 .../SchemasEditor_SourceCodeEditor.png             |   Bin 0 -> 60650 bytes
 .../SchemasEditor_SourceCodeEditor.png.jpeg        |   Bin 0 -> 11524 bytes
 .../SchemasEditor_SourceCodeEditor.thumb.png       |   Bin 0 -> 6783 bytes
 .../SchemasEditor_SourceCodeEditor.thumb.png.jpeg  |   Bin 0 -> 2993 bytes
 .../screenshots.data/Schemas_Editor_Plugin.png     |   Bin 0 -> 91414 bytes
 .../Schemas_Editor_Plugin.png.jpeg                 |   Bin 0 -> 8895 bytes
 .../Schemas_Editor_Plugin.thumb.png                |   Bin 0 -> 35150 bytes
 .../Schemas_Editor_Plugin.thumb.png.jpeg           |   Bin 0 -> 7076 bytes
 content/studio/screenshots.data/aci_source.png     |   Bin 0 -> 44804 bytes
 .../studio/screenshots.data/aci_source.png.jpeg    |   Bin 0 -> 7037 bytes
 .../studio/screenshots.data/aci_source.thumb.png   |   Bin 0 -> 4544 bytes
 .../screenshots.data/aci_source.thumb.png.jpeg     |   Bin 0 -> 2583 bytes
 content/studio/screenshots.data/aci_visual_1.png   |   Bin 0 -> 32193 bytes
 .../studio/screenshots.data/aci_visual_1.png.jpeg  |   Bin 0 -> 9826 bytes
 .../studio/screenshots.data/aci_visual_1.thumb.png |   Bin 0 -> 4766 bytes
 .../screenshots.data/aci_visual_1.thumb.png.jpeg   |   Bin 0 -> 2680 bytes
 content/studio/screenshots.data/aci_visual_2.png   |   Bin 0 -> 37578 bytes
 .../studio/screenshots.data/aci_visual_2.png.jpeg  |   Bin 0 -> 6477 bytes
 .../studio/screenshots.data/aci_visual_2.thumb.png |   Bin 0 -> 7788 bytes
 .../screenshots.data/aci_visual_2.thumb.png.jpeg   |   Bin 0 -> 3693 bytes
 .../screenshots.data/ads_configuration_extop.png   |   Bin 0 -> 23112 bytes
 .../ads_configuration_extop.png.jpeg               |   Bin 0 -> 6081 bytes
 .../ads_configuration_extop.thumb.png              |   Bin 0 -> 2338 bytes
 .../ads_configuration_extop.thumb.png.jpeg         |   Bin 0 -> 1605 bytes
 .../screenshots.data/ads_configuration_general.png |   Bin 0 -> 32457 bytes
 .../ads_configuration_general.png.jpeg             |   Bin 0 -> 10036 bytes
 .../ads_configuration_general.thumb.png            |   Bin 0 -> 5055 bytes
 .../ads_configuration_general.thumb.png.jpeg       |   Bin 0 -> 2383 bytes
 .../ads_configuration_interceptors.png             |   Bin 0 -> 33257 bytes
 .../ads_configuration_interceptors.png.jpeg        |   Bin 0 -> 6611 bytes
 .../ads_configuration_interceptors.thumb.png       |   Bin 0 -> 3094 bytes
 .../ads_configuration_interceptors.thumb.png.jpeg  |   Bin 0 -> 1607 bytes
 .../ads_configuration_partitions.png               |   Bin 0 -> 40761 bytes
 .../ads_configuration_partitions.png.jpeg          |   Bin 0 -> 9773 bytes
 .../ads_configuration_partitions.thumb.png         |   Bin 0 -> 5996 bytes
 .../ads_configuration_partitions.thumb.png.jpeg    |   Bin 0 -> 2643 bytes
 .../ldapstudio_eclipseplugincentral.png            |   Bin 0 -> 18671 bytes
 .../ldapstudio_eclipseplugincentral.png.jpeg       |   Bin 0 -> 2879 bytes
 .../studio/screenshots.data/ldapstudio_icon.png    |   Bin 0 -> 25980 bytes
 .../screenshots.data/ldapstudio_icon.png.jpeg      |   Bin 0 -> 6170 bytes
 .../screenshots.data/studio-icon_128x128.png       |   Bin 0 -> 32332 bytes
 .../screenshots.data/studio-icon_128x128.png.jpeg  |   Bin 0 -> 5564 bytes
 content/studio/screenshots.data/subtree_editor.png |   Bin 0 -> 22512 bytes
 .../screenshots.data/subtree_editor.png.jpeg       |   Bin 0 -> 6799 bytes
 .../screenshots.data/subtree_editor.thumb.png      |   Bin 0 -> 3866 bytes
 .../screenshots.data/subtree_editor.thumb.png.jpeg |   Bin 0 -> 2385 bytes
 content/studio/screenshots.html                    |   336 +
 content/studio/source-repository.html              |   203 +
 content/studio/static/images/aci_editor_box.gif    |   Bin 0 -> 4776 bytes
 .../static/images/apacheds_configuration_box.gif   |   Bin 0 -> 5979 bytes
 content/studio/static/images/download_badge.gif    |   Bin 0 -> 11506 bytes
 .../studio/static/images/embedded_apacheds_box.gif |   Bin 0 -> 5361 bytes
 .../studio/static/images/header_explanations.gif   |   Bin 0 -> 12082 bytes
 .../static/images/internationalization_box.gif     |   Bin 0 -> 5246 bytes
 content/studio/static/images/ldap_browser_box.gif  |   Bin 0 -> 5264 bytes
 content/studio/static/images/ldif_editor_box.gif   |   Bin 0 -> 4996 bytes
 .../images/multiplatform_and_in_eclipse_box.gif    |   Bin 0 -> 6147 bytes
 content/studio/static/images/schema_editor_box.gif |   Bin 0 -> 5143 bytes
 content/studio/static/images/screen_aci_editor.jpg |   Bin 0 -> 31011 bytes
 .../images/screen_apacheds_configuration.jpg       |   Bin 0 -> 29034 bytes
 .../studio/static/images/screen_ldap_browser.jpg   |   Bin 0 -> 33345 bytes
 .../studio/static/images/screen_ldif_editor.jpg    |   Bin 0 -> 32057 bytes
 .../studio/static/images/screen_schema_editor.jpg  |   Bin 0 -> 36138 bytes
 content/studio/static/images/transparent.gif       |   Bin 0 -> 43 bytes
 content/studio/static/images/zoom.gif              |   Bin 0 -> 1176 bytes
 content/studio/static/images/zoom/closebox.png     |   Bin 0 -> 1910 bytes
 content/studio/static/images/zoom/spacer.gif       |   Bin 0 -> 43 bytes
 .../static/images/zoom/zoom-caption-fill.png       |   Bin 0 -> 134 bytes
 .../studio/static/images/zoom/zoom-caption-l.png   |   Bin 0 -> 310 bytes
 .../studio/static/images/zoom/zoom-caption-r.png   |   Bin 0 -> 290 bytes
 content/studio/static/images/zoom/zoom-shadow1.png |   Bin 0 -> 310 bytes
 content/studio/static/images/zoom/zoom-shadow2.png |   Bin 0 -> 164 bytes
 content/studio/static/images/zoom/zoom-shadow3.png |   Bin 0 -> 368 bytes
 content/studio/static/images/zoom/zoom-shadow4.png |   Bin 0 -> 178 bytes
 content/studio/static/images/zoom/zoom-shadow5.png |   Bin 0 -> 180 bytes
 content/studio/static/images/zoom/zoom-shadow6.png |   Bin 0 -> 428 bytes
 content/studio/static/images/zoom/zoom-shadow7.png |   Bin 0 -> 186 bytes
 content/studio/static/images/zoom/zoom-shadow8.png |   Bin 0 -> 426 bytes
 content/studio/static/images/zoom/zoom-spin-1.png  |   Bin 0 -> 1882 bytes
 content/studio/static/images/zoom/zoom-spin-10.png |   Bin 0 -> 1892 bytes
 content/studio/static/images/zoom/zoom-spin-11.png |   Bin 0 -> 1901 bytes
 content/studio/static/images/zoom/zoom-spin-12.png |   Bin 0 -> 1902 bytes
 content/studio/static/images/zoom/zoom-spin-2.png  |   Bin 0 -> 1893 bytes
 content/studio/static/images/zoom/zoom-spin-3.png  |   Bin 0 -> 1922 bytes
 content/studio/static/images/zoom/zoom-spin-4.png  |   Bin 0 -> 1890 bytes
 content/studio/static/images/zoom/zoom-spin-5.png  |   Bin 0 -> 1938 bytes
 content/studio/static/images/zoom/zoom-spin-6.png  |   Bin 0 -> 1927 bytes
 content/studio/static/images/zoom/zoom-spin-7.png  |   Bin 0 -> 1898 bytes
 content/studio/static/images/zoom/zoom-spin-8.png  |   Bin 0 -> 1910 bytes
 content/studio/static/images/zoom/zoom-spin-9.png  |   Bin 0 -> 1901 bytes
 content/studio/static/js/FancyZoom.js              |   761 +
 content/studio/static/js/FancyZoomHTML.js          |   318 +
 content/studio/static/js/mootools.js               |     3 +
 content/studio/static/js/slideshow.js              |     2 +
 content/studio/testimonials.html                   |   197 +
 content/studio/update/.htaccess                    |     6 +
 content/studio/update/1.0.0/index.html             |    60 +
 content/studio/update/1.0.0/site.xml               |   122 +
 content/studio/update/1.0.0/web/site.css           |    12 +
 content/studio/update/1.0.0/web/site.xsl           |   214 +
 content/studio/update/1.0.1/index.html             |    60 +
 content/studio/update/1.0.1/site.xml               |   125 +
 content/studio/update/1.0.1/web/site.css           |    12 +
 content/studio/update/1.0.1/web/site.xsl           |   214 +
 content/studio/update/1.1.0/index.html             |    60 +
 content/studio/update/1.1.0/site.xml               |   128 +
 content/studio/update/1.1.0/web/site.css           |    12 +
 content/studio/update/1.1.0/web/site.xsl           |   214 +
 content/studio/update/1.2.0/index.html             |    60 +
 content/studio/update/1.2.0/site.xml               |   139 +
 content/studio/update/1.2.0/web/site.css           |    12 +
 content/studio/update/1.2.0/web/site.xsl           |   214 +
 content/studio/update/1.3.0.v20081020/index.html   |    60 +
 content/studio/update/1.3.0.v20081020/site.xml     |   139 +
 content/studio/update/1.3.0.v20081020/web/site.css |    12 +
 content/studio/update/1.3.0.v20081020/web/site.xsl |   214 +
 content/studio/update/1.4.0.v20090407/index.html   |    60 +
 content/studio/update/1.4.0.v20090407/site.xml     |   139 +
 content/studio/update/1.4.0.v20090407/web/site.css |    12 +
 content/studio/update/1.4.0.v20090407/web/site.xsl |   214 +
 content/studio/update/1.5.0.v20091102/index.html   |    60 +
 content/studio/update/1.5.0.v20091102/site.xml     |   144 +
 content/studio/update/1.5.0.v20091102/web/site.css |    12 +
 content/studio/update/1.5.0.v20091102/web/site.xsl |   214 +
 content/studio/update/1.5.1.v20091130/index.html   |    60 +
 content/studio/update/1.5.1.v20091130/site.xml     |   142 +
 content/studio/update/1.5.1.v20091130/web/site.css |    12 +
 content/studio/update/1.5.1.v20091130/web/site.xsl |   214 +
 content/studio/update/1.5.2.v20091211/index.html   |    60 +
 content/studio/update/1.5.2.v20091211/site.xml     |   142 +
 content/studio/update/1.5.2.v20091211/web/site.css |    12 +
 content/studio/update/1.5.2.v20091211/web/site.xsl |   214 +
 content/studio/update/1.5.3.v20100330/index.html   |    60 +
 content/studio/update/1.5.3.v20100330/site.xml     |   142 +
 content/studio/update/1.5.3.v20100330/web/site.css |    12 +
 content/studio/update/1.5.3.v20100330/web/site.xsl |   214 +
 content/studio/update/2.x/.htaccess                |     5 +
 content/studio/update/2.x/index.html               |    78 +
 content/studio/update/2.x/site--xml.cgi            |    24 +
 content/studio/update/2.x/site--xml.html           |   291 +
 content/studio/update/2.x/web/site.css             |    12 +
 content/studio/update/2.x/web/site.xsl             |   214 +
 content/studio/update/compositeArtifacts--xml.cgi  |    24 +
 content/studio/update/compositeArtifacts--xml.html |    29 +
 content/studio/update/compositeContent--xml.cgi    |    24 +
 content/studio/update/compositeContent--xml.html   |    29 +
 content/studio/update/index.html                   |   150 +
 content/studio/update/p2.index                     |     3 +
 content/studio/update/product/.htaccess            |     6 +
 .../update/product/compositeArtifacts--xml.cgi     |    24 +
 .../update/product/compositeArtifacts--xml.html    |    29 +
 .../update/product/compositeContent--xml.cgi       |    24 +
 .../update/product/compositeContent--xml.html      |    29 +
 content/studio/update/product/index.html           |   150 +
 content/studio/update/product/p2.index             |     3 +
 content/studio/users-guide.data/html.png           |   Bin 0 -> 923 bytes
 content/studio/users-guide.data/pdf.png            |   Bin 0 -> 591 bytes
 content/studio/users-guide.html                    |   165 +
 content/team.html                                  |   649 +
 content/testimonies.html                           |   163 +
 content/vision.html                                |   262 +
 1226 files changed, 264161 insertions(+)

diff --git a/content/apacheds.html b/content/apacheds.html
new file mode 100644
index 0000000..041044d
--- /dev/null
+++ b/content/apacheds.html
@@ -0,0 +1,146 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>Apacheds &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+
+            
+	
+
+            
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/0-community.html b/content/apacheds/advanced-ug/0-community.html
new file mode 100644
index 0000000..89c6d0f
--- /dev/null
+++ b/content/apacheds/advanced-ug/0-community.html
@@ -0,0 +1,197 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>0 - Community &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                &nbsp;
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="../advanced-user-guide.html">Advanced User Guide</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="0.1-reporting-bugs.html">0.1. Reporting Bugs</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="0---community">0 - Community</h1>
+<p>This chapter explains how to work with the community around the project. The ASF is a community of volunteers, most of them working out of their working time to get the best possible software available to the users, for free.</p>
+<p>As a community, we appreciate feedbacks, bug reports, even criticisms, but we value contributions as the best way to make this collaborative work a better software.</p>
+<h1 id="table-of-content">Table of content</h1>
+<ul>
+<li><a href="0.1-reporting-bugs.html">0.1. Reporting Bugs</a></li>
+<li><a href="0.2-building-trunks.html">0.2. Building trunks</a></li>
+<li><a href="0.3-contributing.html">0.3. Contributing</a></li>
+</ul>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                &nbsp;
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="../advanced-user-guide.html">Advanced User Guide</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="0.1-reporting-bugs.html">0.1. Reporting Bugs</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/0.1-reporting-bugs.html b/content/apacheds/advanced-ug/0.1-reporting-bugs.html
new file mode 100644
index 0000000..ad6fe95
--- /dev/null
+++ b/content/apacheds/advanced-ug/0.1-reporting-bugs.html
@@ -0,0 +1,265 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>0.1 - Reporting Bugs &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="0-community.html">0 - Community</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="0-community.html">0 - Community</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="0.2-building-trunks.html">0.2 - Building Trunks</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="01---reporting-bugs">0.1 - Reporting Bugs</h1>
+<p>So you found a bug in ApacheDS.  Don&rsquo;t worry this is a good thing!  We can fix it but need your help.  There are different degrees to your ability to help out.  Some of you have developer skills so you might be able to write a test case that pin points that bug.</p>
+<p>This wiki page shows you how you can help us to help you.</p>
+<h2 id="creating-a-testcase-project-using-the-apacheds-archetype-testcase">Creating a testcase project: using the apacheds-archetype-testcase.</h2>
+<p>We&rsquo;ve created a simple archetype for you to rapidly create a Maven project that fires up ApacheDS in embedded mode within a JUnit testcase. This test case will start up ApacheDS as a server on any available port above 1024 on your machine. You can then use JNDI or the Apache LDAP API going over the wire on that port above 1024. You can also use the ApacheDS core API to access the data directly.</p>
+<p>So you can write client code in your test case immediately. Just add your code, tar gzip the project, and attach it to your JIRA issue on the ApacheDS JIRA here:</p>
+<p>[https://issues.apache.org/jira/browse/DIRSERVER]</p>
+<p>We&rsquo;ll prioritize your bug higher than others and probably fix it rapidly because the problem is isolated thanks to your testcase submission. We will in fact strip out your testcase and add it to our suite of test cases to make sure ApacheDS always passes this integration test you&rsquo;ve provided.</p>
+<h3 id="installing-the-apacheds-archetype-testcase">Installing the apacheds-archetype-testcase</h3>
+<p>To use the archetype you&rsquo;ll need to check it out and install it. Here&rsquo;s how you can do that for the leading edge of 2.0.0:</p>
+<pre><code>svn co http://svn.apache.org/repos/asf/directory/documentation/samples/trunk/apacheds-archetype-testcase
+cd apacheds-archetype-testcase
+mvn install
+</code></pre>
+<p>This will install the archetype onto your local repository. Now you can invoke the archetype.</p>
+<p>h3. Invoking (running) the archetype: generating the testcase project</p>
+<p>Once you checkout the archetype plugin and install it you can use it like so to generate a foo-test project:
+{noformat}
+mvn archetype:generate -DarchetypeGroupId=org.apache.directory.samples<br>
+-DarchetypeArtifactId=apacheds-archetype-testcase<br>
+-DarchetypeVersion=1.5.5-SNAPSHOT<br>
+-DgroupId=com.acme -DartifactId=foo-test -Dpackage=com.acme
+{noformat}
+This will generate the default test case project with the following tree structure:
+{noformat}
+~/foo-test$ tree
+.
+|&ndash; pom.xml
+<code>-- src |-- main |   </code>&ndash; java
+|       <code>-- com |           </code>&ndash; acme
+|               <code>-- Dummy.java</code>&ndash; test
+|&ndash; java
+|   <code>-- com |       </code>&ndash; acme
+|           |&ndash; AdvancedTest.java
+|           |&ndash; AdvancedTestApacheDsFactory.java
+|           <code>-- MinimalTest.java</code>&ndash; resources
+|&ndash; log4j.properties
+|&ndash; sevenSeas_data.ldif
+`&ndash; sevenSeas_schema.ldif</p>
+<p>10 directories, 8 files
+{noformat}</p>
+<ul>
+<li>Dummy.java - this is just a placeholder file to make sure that Maven works properly.</li>
+<li>MinimalTest - a minimal ApacheDS Integration Test. It contains two test methods to demonstrate usage of JNDI and the ApacheDS core API. Add your own test method here.</li>
+<li>AdvancedTest - an advanced ApacheDS Integration Test in case you need a special configuration for your test. It demonstrates how to add a new partition, how to enable LDAPS, how to enable a disabled schema, how to inject a custom schema, and how to inject custom test data.</li>
+<li>AdvancedTestApacheDsFactory - configures ApacheDS for the advanced test</li>
+<li>pom.xml - the Maven Project Object Model (POM) for your new testcase project (can remain as is).</li>
+<li>log4j.properties - Log4j configuration file that controls ApacheDS logging for your convenience; edit this file to control logging output.</li>
+<li>sevenSeas_data.ldif - sample custom test data used by the advanced test.</li>
+<li>sevenSeas_schema.ldif - sample custom schema used by the advanced test.</li>
+</ul>
+<p>Once you do this you can cd into foo-test and just build and test it for fun to see what happens.  This will build, and test the sample test cases (they should pass) that comes packaged with the project you just created. CD into foo-test and run the following command:
+{noformat}
+mvn test
+{noformat}
+Now you can customize the MinimalTest.java or AdvancedTest.java file to isolate your bug. Open the classes with your favorite editor and goto town.  However if you want to pull this project into your IDE and edit it there you can use Maven&rsquo;s IDEA, Eclipse and Netbeans integration to create IDE project descriptors for them.  Then you can import this project into your IDE.  Here&rsquo;s how:</p>
+<p>h4. For IDEA</p>
+<p>{noformat}
+mvn idea:idea
+{noformat}</p>
+<p>h4. For Eclipse</p>
+<p>{noformat}
+mvn eclipse:eclipse
+{noformat}</p>
+<p>h4. For Netbeans</p>
+<p>See this page: [http://maven.apache.org/guides/mini/guide-ide-netbeans/guide-ide-netbeans.html].</p>
+<p>h3. Note about version</p>
+<p>Note that this archetype is specific for ApacheDS 1.5.5.</p>
+<p>h2. Why a Maven Archetype for Testing?</p>
+<h1 id="easy-and-fast-to-start-integration-testing-apacheds">Easy and fast to start integration testing ApacheDS.</h1>
+<h1 id="we-developers-of-apacheds-can-use-it-ourselves">We (developers of ApacheDS) can use it ourselves.</h1>
+<h1 id="we-want-users-of-apacheds-to-help-us-help-them">We want users of ApacheDS to help us help them.</h1>
+<h1 id="users-need-to-customize-a-project-with-perhaps-additional-dependencies">Users need to customize a project with perhaps additional dependencies.</h1>
+<h1 id="users-can-add-many-test-cases-to-the-project">Users can add many test cases to the project.</h1>
+<h1 id="tests-isolating-custom-bugs-can-be-incorporated-into-our-community-test-suite-for-apacheds">Tests isolating custom bugs can be incorporated into our community test suite for ApacheDS.</h1>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="0-community.html">0 - Community</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="0-community.html">0 - Community</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="0.2-building-trunks.html">0.2 - Building Trunks</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/0.2-building-trunks.html b/content/apacheds/advanced-ug/0.2-building-trunks.html
new file mode 100644
index 0000000..b16d64a
--- /dev/null
+++ b/content/apacheds/advanced-ug/0.2-building-trunks.html
@@ -0,0 +1,479 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>0.2 - Building Trunks &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="0.1-reporting-bugs.html">0.1 - Reporting Bugs</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="0-community.html">0 - Community</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="0.3-contributing.html">0.3 - Contributing</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="02---building-trunks">0.2 - Building Trunks</h1>
+<p>This page give some information about the layout of <em>Apache DS 2.0</em> trunks, and try to explain how it is built.</p>
+<nav id="TableOfContents">
+  <ul>
+    <li><a href="#project-hierarchy">Project Hierarchy</a>
+      <ul>
+        <li><a href="#project-project">Project project</a></li>
+        <li><a href="#checkstyle-configuration-project">Checkstyle-Configuration project</a></li>
+      </ul>
+    </li>
+    <li><a href="#junit-addons-project">Junit-Addons project</a>
+      <ul>
+        <li><a href="#apache-directory-ldap-api-project-formerly-known-as-shared">Apache Directory LDAP API project (formerly known as &ldquo;Shared&rdquo;)</a></li>
+        <li><a href="#jdbm-project">JDBM project</a></li>
+        <li><a href="#apacheds-project">ApacheDS project</a></li>
+      </ul>
+    </li>
+    <li><a href="#prerequisites-for-building">Prerequisites for building</a>
+      <ul>
+        <li><a href="#maven">Maven</a></li>
+        <li><a href="#jdk-5">JDK 5</a></li>
+      </ul>
+    </li>
+    <li><a href="#getting-the-code">Getting the code</a></li>
+    <li><a href="#building-the-trunks">Building the trunks</a>
+      <ul>
+        <li><a href="#building-the-trunks-1">Building the trunks</a></li>
+      </ul>
+    </li>
+    <li><a href="#running-the-server-without-building-installers">Running the server without building installers</a></li>
+    <li><a href="#building-the-installers">Building the installers</a></li>
+    <li><a href="#starting-the-server-without-installation">Starting the server without installation</a></li>
+    <li><a href="#eclipse">Eclipse</a>
+      <ul>
+        <li><a href="#building-eclipse-files">Building eclipse files</a></li>
+        <li><a href="#maven-settings">Maven settings</a></li>
+        <li><a href="#eclipse-hints">Eclipse hints</a></li>
+        <li><a href="#coding-standards">Coding standards</a></li>
+      </ul>
+    </li>
+  </ul>
+</nav>
+<h2 id="project-hierarchy">Project Hierarchy</h2>
+<p>The server is a composition of many projects, which should be built in a given order, assuming you want to build the trunk. This order is enforced by a top level pom, so you don&rsquo;t need to take care of this at all.</p>
+<p>We will expose the projects hierarchy, just for information.</p>
+<h3 id="project-project">Project project</h3>
+<p>We first have a meta-project, which contains mainly information about the maven plugins we use. This meta-project is used by all the real projects. This project has one single module :</p>
+<ul>
+<li>project</li>
+</ul>
+<h3 id="checkstyle-configuration-project">Checkstyle-Configuration project</h3>
+<p>This project is used to define the checkstyle configuration we use when we generate the reports.</p>
+<p>It has one single module :</p>
+<ul>
+<li>checkstyle-configuration</li>
+</ul>
+<p><em>Dependencies</em> : project</p>
+<h2 id="junit-addons-project">Junit-Addons project</h2>
+<p>This project is used to add concurrent tests in the server. It&rsquo;s a fork of [Mycila](ref needed).</p>
+<p>It has one single module :</p>
+<ul>
+<li>junit-addons</li>
+</ul>
+<p><em>Dependencies</em> : project</p>
+<h3 id="apache-directory-ldap-api-project-formerly-known-as-shared">Apache Directory LDAP API project (formerly known as &ldquo;Shared&rdquo;)</h3>
+<p>This project contains all the common LDAP structures that are used by ApacheDS, Apache Studio and the Apache LDAP API. In fact, this is the Apache LDAP API (even if we do have slightly more than necessary for an LDAP API).</p>
+<p>This project depends on &lsquo;project&rsquo;.</p>
+<p>Here is its hierarchy :</p>
+<ul>
+<li>api-parent
+<ul>
+<li>api-i18n</li>
+<li>api-util</li>
+<li>api-asn1-parent</li>
+<li>api-asn1-api</li>
+<li>api-asn1-ber</li>
+<li>api-ldap-parent</li>
+<li>api-ldap-model</li>
+<li>api-ldap-codec-parent</li>
+<li>api-ldap-codec-core</li>
+<li>api-ldap-net-parent</li>
+<li>api-ldap-net-mina</li>
+<li>api-ldap-codec-standalone</li>
+<li>api-dsml-parent</li>
+<li>api-dsml-parser</li>
+<li>api-ldap-extras-parent</li>
+<li>api-ldap-extras-aci</li>
+<li>api-ldap-schema-parent</li>
+<li>api-ldap-schema-data</li>
+<li>api-ldap-client-parent</li>
+<li>api-ldap-client-api</li>
+<li>api-dsml-engine</li>
+<li>api-ldap-extras-codec-api</li>
+<li>api-ldap-extras-codec</li>
+<li>api-ldap-extras-util</li>
+<li>api-ldap-extras-sp</li>
+<li>api-ldap-extras-trigger</li>
+<li>api-ldap-schema-converter</li>
+<li>api-all</li>
+<li>api-ldap-client-all</li>
+<li>api-integ</li>
+<li>apache-ldap-api</li>
+</ul>
+</li>
+</ul>
+<p><em>Dependencies</em> : project, junit-addons</p>
+<h3 id="jdbm-project">JDBM project</h3>
+<p>This project covers the JDBM code. It&rsquo;s a fork of the [JDBM 1.0 project](ref needed).</p>
+<p>The current project hierarchy is the following :</p>
+<ul>
+<li>apacheds-jdbm-parent
+<ul>
+<li>apacheds-jdbm</li>
+<li>apacheds-jdbm2</li>
+</ul>
+</li>
+</ul>
+<p><em>Dependencies</em> : project, junit-addons</p>
+<h3 id="apacheds-project">ApacheDS project</h3>
+<p>This project is the server itself. It depends on &lsquo;project&rsquo;, &lsquo;shared&rsquo; and &lsquo;jdbm&rsquo;.</p>
+<p>The current project hierarchy is the following (as of 2.0.0-M9-SNAPSHOT) :</p>
+<ul>
+<li>apacheds-parent
+<ul>
+<li>apacheds-i18n</li>
+<li>apacheds-core-constants</li>
+<li>apacheds-core-api</li>
+<li>apacheds-core-shared</li>
+<li>apacheds-interceptors</li>
+<li>apacheds-interceptors-admin</li>
+<li>apacheds-interceptors-authn</li>
+<li>apacheds-interceptors-authz</li>
+<li>apacheds-interceptors-changelog</li>
+<li>apacheds-interceptors-collective</li>
+<li>apacheds-interceptors-event</li>
+<li>apacheds-interceptors-exception</li>
+<li>apacheds-interceptors-journal</li>
+<li>apacheds-interceptors-normalization</li>
+<li>apacheds-interceptors-operational</li>
+<li>apacheds-interceptors-referral</li>
+<li>apacheds-interceptors-schema</li>
+<li>apacheds-interceptors-subtree</li>
+<li>apacheds-interceptors-triggers</li>
+<li>apacheds-core</li>
+<li>apacheds-core-avl</li>
+<li>apacheds-xdbm-partition</li>
+<li>apacheds-ldif-partition</li>
+<li>apacheds-jdbm-partition</li>
+<li>apacheds-core-annotations</li>
+<li>apacheds-core-jndi</li>
+<li>apacheds-protocol-shared</li>
+<li>apacheds-kerberos-codec</li>
+<li>apacheds-interceptor-kerberos</li>
+<li>apacheds-protocol-dhcp</li>
+<li>apacheds-protocol-dns</li>
+<li>apacheds-protocol-kerberos</li>
+<li>apacheds-protocol-ldap</li>
+<li>apacheds-protocol-ntp</li>
+<li>apacheds-server-annotations</li>
+<li>apacheds-server-config</li>
+<li>apacheds-server-jndi</li>
+<li>apacheds-server-replication</li>
+<li>apacheds-test-framework</li>
+<li>apacheds-xdbm-tools</li>
+<li>apacheds-all</li>
+<li>apacheds-interceptors-logger</li>
+<li>apacheds-interceptors-hash</li>
+<li>apacheds-core-integ</li>
+<li>apacheds-server-integ</li>
+<li>apacheds-http-directory-bridge</li>
+<li>apacheds-http-integration</li>
+<li>apacheds-service-builder</li>
+<li>apacheds-kerberos-test</li>
+<li>ldap-client-test</li>
+<li>apacheds-service</li>
+<li>apacheds-wrapper</li>
+<li>apacheds-installers-maven-plugin</li>
+<li>apacheds-installers</li>
+</ul>
+</li>
+</ul>
+<p><em>Dependencies</em> : project, junit-addons jdbm, shared,</p>
+<h2 id="prerequisites-for-building">Prerequisites for building</h2>
+<p>You must have installed <strong>Maven 3.0.4</strong> and have a <strong>JDK 5</strong> (or a more recent one) installed on your computer. A working internet connection is also mandatory, unless you have all the needed dependences and plugins loaded locally.</p>
+<DIV class="note" markdown="1">
+If the build hangs or you get an out of memory exception please increase the heap space:
+<ul>
+<li>
+<p>For Linux:</p>
+<p>MAVEN_OPTS=&rdquo;-Xmx256m&rdquo; mvn clean install</p>
+</li>
+<li>
+<p>For Windows:</p>
+<pre><code>SET MAVEN_OPTS=&quot;-Xmx256m&quot;
+mvn clean install
+</code></pre>
+</li>
+</ul>
+</DIV>
+<h3 id="maven">Maven</h3>
+<p><a href="http://maven.apache.org/download.html">Download</a> and install Maven 3.0.4.</p>
+<p>Add a MAVEN_HOME environment variable and add MAVEN_HOME/bin to your system path:</p>
+<p>On a Linux box you could add the following to the .bashrc file  (.bashrc is a file you&rsquo;ll find in your home directory)</p>
+<pre><code>...
+export MAVEN_HOME=/opt/maven-3.0.4
+export PATH=$JAVA_HOME:$JAVA_HOME/bin:$MAVEN_HOME/bin:$PATH
+...
+</code></pre>
+<p>Windows users, use Control Panel -&gt; System -&gt; Advanced -&gt; Environment Variables</p>
+<h3 id="jdk-5">JDK 5</h3>
+<DIV class="note" markdown="1">
+There may be some issues with older JDK versions and Kerberos, therefore we recommend using a version >=1.5.0_09
+</DIV>
+<p>Any newer version should also work.</p>
+<h2 id="getting-the-code">Getting the code</h2>
+<p>To download the sources from trunk, you must have installed a <strong>Subversion</strong> client.</p>
+<p>With readonly access :</p>
+<pre><code>svn co http://svn.apache.org/repos/asf/directory/apacheds/trunk-with-dependencies apacheds-trunk
+</code></pre>
+<p>With read/write access (for committers only) :</p>
+<pre><code>svn co https://svn.apache.org/repos/asf/directory/apacheds/trunk-with-dependencies apacheds-trunk
+</code></pre>
+<h2 id="building-the-trunks">Building the trunks</h2>
+<p>You may either specify the profile at the command-line, each time you use &lsquo;mvn&rsquo;, or you may configure the profile to always be active.</p>
+<p>To use a profile at the command-line:</p>
+<pre><code># mvn -Papache [options] [&lt;goal(s)&gt;] [&lt;phase(s)&gt;]
+</code></pre>
+<h3 id="building-the-trunks-1">Building the trunks</h3>
+<p>Now, we can compile the projects.</p>
+<p>The command is simple :</p>
+<pre><code>cd apacheds-trunk
+mvn clean install
+</code></pre>
+<p>A lot of plugins will be downloaded. If you are curious, you can then look at .m2/repository to see what has been downloaded on this step.
+Building should finish with these lines:</p>
+<pre><code>[INFO] ------------------------------------------------------------------------
+[INFO] BUILD SUCCESSFUL
+[INFO] ------------------------------------------------------------------------
+[INFO] Total time: 8 minutes 30 seconds
+[INFO] Finished at: Mon Oct 30 23:32:41 CET 2006
+[INFO] Final Memory: 18M/32M
+[INFO] ------------------------------------------------------------------------
+</code></pre>
+<DIV class="info" markdown="1">
+If you want to do really safe build, run the following commands in trunks:
+<pre><code>resources/superclean.sh
+mvn install -Dintegration
+</code></pre>
+</DIV>
+<h2 id="running-the-server-without-building-installers">Running the server without building installers</h2>
+<p>The server can be run without building any installers. This is helpful during development
+(and also can be run for regular purpose as well)</p>
+<pre><code>cd apacheds-trunk/apacheds/service
+./apacheds.sh
+</code></pre>
+<p>To start the server in remote debug mode pass -debug flag. The JDWP socket will be listening
+on port 8008.</p>
+<h2 id="building-the-installers">Building the installers</h2>
+<p>Building the installers is a two phase process :</p>
+<pre><code>cd apacheds-trunk
+mvn -Pinstallers install
+</code></pre>
+<p>That&rsquo;s it, the jars will be find in target/images/apacheds-2.0.0-M?-SNAPSHOT-<XXXXXX>-setup.jar where XXXXXX is your local system and M? is the milestone release number for the 2.0 branch.</p>
+<h2 id="starting-the-server-without-installation">Starting the server without installation</h2>
+<p>The directory apacheds-trunk/installers/apacheds-noarch contains a script for Linux (apacheds.sh) and one for Windows (apacheds.bat) which can be used for starting the server without the need to install it first (as non-root-user on Linux and non-Windows-service on Windows).</p>
+<p>Linux:</p>
+<pre><code>cd apacheds-trunk/installers/apacheds-noarch
+./apacheds.sh
+</code></pre>
+<h2 id="eclipse">Eclipse</h2>
+<p>As Apache Studio is an Eclipse plugin/RCP application, we use extensively this IDE. Of course, you can use another IDE.</p>
+<h3 id="building-eclipse-files">Building eclipse files</h3>
+<p>To build the .project and .classpath files for eclipse, type the following commands :</p>
+<pre><code>cd apacheds-trunk
+mvn eclipse:eclipse
+</code></pre>
+<h3 id="maven-settings">Maven settings</h3>
+<p>Don&rsquo;t forget to declare a classpath variable named M2_REPO, pointing to ~/.m2/repository, otherwise many links to existing jars will be broken.</p>
+<p>You can declare new variables in Eclipse in <em>Windows -&gt; Preferences&hellip;</em> and selecting <em>Java -&gt; Build Path -&gt; Classpath Variables</em></p>
+<h3 id="eclipse-hints">Eclipse hints</h3>
+<p>Add an eclipse-apacheDS.sh file in your eclipse root directory, to allow eclipse to get more memory (e.g. 750MB)
+You may also declare a specific workspace when launching eclipse. I have created a workspace-apacheDS directory in my HOME directory, where all the ApacheDS project is built when I use Eclipse.</p>
+<pre><code>&lt;eclipse_root&gt;/eclipse -data $HOME/workspace-apacheDS -vm java -vmargs -Xmx750M
+</code></pre>
+<p>Launch eclipse :</p>
+<pre><code>&lt;eclipse_root&gt;/eclipse-apacheDS.sh
+</code></pre>
+<h3 id="coding-standards">Coding standards</h3>
+<p>The coding standards including an eclipse code formatting profile is available <a href="../coding-standards.html">here</a></p>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="0.1-reporting-bugs.html">0.1 - Reporting Bugs</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="0-community.html">0 - Community</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="0.3-contributing.html">0.3 - Contributing</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/0.3-contributing.html b/content/apacheds/advanced-ug/0.3-contributing.html
new file mode 100644
index 0000000..2ce8ba7
--- /dev/null
+++ b/content/apacheds/advanced-ug/0.3-contributing.html
@@ -0,0 +1,216 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>0.3 - Contributing &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="0.2-building-trunks.html">0.2 - Building Trunks</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="0-community.html">0 - Community</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="1-architecture.html">1 - Architecture</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="03---contributing">0.3 - Contributing</h1>
+<h1 id="join-the-apache-directory-community">Join the Apache Directory Community</h1>
+<p>The Apache Directory Project is an <a href="http://www.opensource.org">Open Source</a> volunteer project under the auspices of <a href="http://www.apache.org">The Apache Software Foundation (ASF)</a>. We welcome your input and contributions - either with direct participation (coding, documenting, answering questions, proposing ideas, reporting bugs, suggesting bug-fixes, etc..). You can also contribute to <a href="http://www.apache.org">The Apache Software Foundation (ASF)</a> by <a h [...]
+<p>To begin with, we suggest you to subscribe to the <a href="https://directory.apache.org/mailing-lists-and-irc.html">Directory Mailing Lists &amp; IRC</a> (follow the link for information on how to subscribe and to access the mail list archives). Listen-in for a while, to see how others make contributions.</p>
+<p>Then you can :</p>
+<ul>
+<li>Answer questions posted to the mailing lists.</li>
+<li>Contribute to the FAQ or Wiki.</li>
+<li>Contribute other documentation patches, either for the website or for the Apache Directory user documentation.</li>
+<li>Investigate bugs that have been reported and provide patches where appropriate.</li>
+<li>Help with development for the next release of the Directory project and subprojects.</li>
+</ul>
+<h2 id="what-we-are-looking-for">What we are looking for</h2>
+<ul>
+<li>Source code and fixes contributions</li>
+<li>Documentation assistance</li>
+<li>Product and feature suggestions</li>
+<li>Detailed and constructive feedback</li>
+<li>Articles and white papers</li>
+</ul>
+<h2 id="how-do-i-contribute">How do I contribute</h2>
+<ul>
+<li>To discuss Apache Directory topics check out the <a href="https://directory.apache.org/mailing-lists-and-irc.html">mailing lists</a>.</li>
+<li>Informal discussion also occurs on the <a href="irc://irc.freenode.net/apache-directory">#apache-directory</a> Users IRC channel or on the <a href="irc://irc.freenode.net/apache-directory-dev">#apache-directory-dev</a> Developers IRC channel on <a href="http://freenode.net">freenode.net</a>.</li>
+<li>Bugs and other issues can be posted on the project <a href="https://directory.apache.org/issue-tracking.html">issue tracking system</a>.</li>
+</ul>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="0.2-building-trunks.html">0.2 - Building Trunks</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="0-community.html">0 - Community</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="1-architecture.html">1 - Architecture</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/1-architecture.html b/content/apacheds/advanced-ug/1-architecture.html
new file mode 100644
index 0000000..5ed1043
--- /dev/null
+++ b/content/apacheds/advanced-ug/1-architecture.html
@@ -0,0 +1,200 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>1 - Architecture &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="0.3-contributing.html">0.3 - Contributing</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="../advanced-user-guide.html">Advanced User Guide</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="1.1-architecture-overview.html">1.1 - Architectural Overview</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="1---architecture">1 - Architecture</h1>
+<p>We will now describe the server architecture, in order to give you a more deeper understanding of the way the server works.</p>
+<h2 id="chapter-content">Chapter content</h2>
+<ul>
+<li><a href="1.1-architecture-overview.html">1.1 - Architectural Overview</a></li>
+<li><a href="1.2-network.html">1.2 - Network Layer</a></li>
+<li><a href="1.3-directory-service.html">1.3 - Directory-Service</a></li>
+<li><a href="1.4-interceptors.html">1.4 - Interceptors</a></li>
+<li><a href="1.5-backend.html">1.5 - Backend</a></li>
+</ul>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="0.3-contributing.html">0.3 - Contributing</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="../advanced-user-guide.html">Advanced User Guide</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="1.1-architecture-overview.html">1.1 - Architectural Overview</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/1.1-architecture-overview.html b/content/apacheds/advanced-ug/1.1-architecture-overview.html
new file mode 100644
index 0000000..4f2789e
--- /dev/null
+++ b/content/apacheds/advanced-ug/1.1-architecture-overview.html
@@ -0,0 +1,201 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>1.1 - Architecture Overview &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="1-architecture.html">1 - Architecture</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="1-architecture.html">1 - Architecture</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="1.2-network.html">1.2 - Network Layer</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="11---architecture-overview">1.1 - Architecture Overview</h1>
+<p>The Apache Directory Server (aka <em>ApacheDS</em>) architecture has many different layers. The following schema expose the most important ones :</p>
+<p><img src="images/architecture.png" alt="ApacheDS architecture"></p>
+<p>As we can see, we distinguish four different layers :</p>
+<ul>
+<li>the network</li>
+<li>the Session</li>
+<li>the PartitionNexus</li>
+<li>the Backends</li>
+</ul>
+<p>We will describe in detail those layers in the following chapters.</p>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="1-architecture.html">1 - Architecture</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="1-architecture.html">1 - Architecture</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="1.2-network.html">1.2 - Network Layer</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/1.2-network.html b/content/apacheds/advanced-ug/1.2-network.html
new file mode 100644
index 0000000..1d992e4
--- /dev/null
+++ b/content/apacheds/advanced-ug/1.2-network.html
@@ -0,0 +1,219 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>1.2 - Newtork Layer &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="1.1-architecture-overview.html">1.1 - Architecture Overview</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="1-architecture.html">1 - Architecture</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="1.3-directory-service.html">1.3 - DirectoryService</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="12---network-layer">1.2 - Network Layer</h1>
+<p>This layer is the part the user connects to when he wants to obtain some data from the server. This is not a mandatory part of the server : we don&rsquo;t need to use it when the server is embedded.</p>
+<p>We offer more than just LDAP protocol, the server also include various protocols :</p>
+<ul>
+<li>Kerberos</li>
+<li>NTP</li>
+<li>DHCP</li>
+<li>DNS</li>
+<li>ChangePassword</li>
+</ul>
+<p>Not all of them are implemented in the current version, but at least the Kerberos server is available. The other protocols have been developed as a proof of concept : as they are all depending upon a storage database, we have used the LDAP server as a storage.</p>
+<p>It&rsquo;s perfectly possible to imagine more protocols being implemented in the near future&hellip;</p>
+<h2 id="server-startup">Server startup</h2>
+<p>This chapter title is a bit misleading. We don&rsquo;t start a server, we start a <em>DirectoryService</em>, then we start various servers on top of it.
+The <em>DirectoryService</em> is the part responsible for the management of data (retrieval, storage, etc). All the servers can access this storage if needed.</p>
+<p>So when the <em>DirectoryService</em> has been started and is operational, we can start the various servers, which will accept incoming requests from remote peers.</p>
+<h3 id="transports">Transports</h3>
+<p>We allow connection through the definition of <em>transports</em>. A <em>Transport</em> is a <strong>TCP</strong> or an <strong>UDP</strong> socket capable of absorbing a request and to send a response. Depending on the type of server, we may declare one or more <strong>TCP</strong> <em>Transports</em>, or a <strong>TCP</strong> and a <strong>UDP</strong> <em>Transports</em>, or an <strong>UDP</strong> <em>Transport</em> only.</p>
+<h3 id="ldap-server">Ldap Server</h3>
+<p>The LDAP server needs one or two <strong>TCP</strong> <em>Transport</em>. We have the standard <em>LDAP</em> port (defaulting to <em>10389</em> for <em>ApacheDS</em>, but the well know port is usually 389), and one can also declare the <em>LDAPS</em> port (defaulting to <em>10636</em> for <em>ApacheDS</em>, but the well know port is usually 636).</p>
+<DIV class="warning" markdown="1">
+Note that *LDAPS* is considered as deprecated.
+</DIV>
+<h3 id="kerberos-server">Kerberos Server</h3>
+<p>The Kerberos Server uses one <strong>TCP</strong> <em>Transport</em> (defaulting to <em>60088</em>, but the well know port is 88 ) and one <strong>UDP</strong> _transport (same value for both ports). The idea is that the communication starts on <strong>TCP</strong> and continues on <strong>UDP</strong>.</p>
+<h3 id="changepassword-server">ChangePassword Server</h3>
+<p>The ChangePassword Server uses one <strong>TCP</strong> <em>Transport</em> and one <strong>UDP</strong> transport, too. The default value is <em>60464</em>, but the well known port is <em>464</em>.</p>
+<h3 id="http-server">Http Server</h3>
+<p>We have a HttpServer running too, it&rsquo;s used for management. The declared ports are both <strong>TCP</strong> port, one is for HTTP and its default value is <em>8080</em>, the other one is for HTTPS and its default value is <em>8443</em>.</p>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="1.1-architecture-overview.html">1.1 - Architecture Overview</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="1-architecture.html">1 - Architecture</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="1.3-directory-service.html">1.3 - DirectoryService</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/1.3-directory-service.html b/content/apacheds/advanced-ug/1.3-directory-service.html
new file mode 100644
index 0000000..45202d9
--- /dev/null
+++ b/content/apacheds/advanced-ug/1.3-directory-service.html
@@ -0,0 +1,199 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>1.3 - DirectoryService &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="1.2-network.html">1.2 - Network Layer</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="1-architecture.html">1 - Architecture</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="1.4-interceptors.html">1.4 - Interceptors</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="13---directoryservice">1.3 - DirectoryService</h1>
+<p>The <em>DirectoryService</em> is the core of the server. This is where we process incoming requests and ask the backend for data.</p>
+<p>It has an entry point, the <em>OperationManager</em>, which is in charge of pushing the requests into the <em>Interceptors</em> chain, and to protect the server against concurrent modifications.</p>
+<p>Then the request is going through every <em>Interceptor</em> being registered for this operation. When we have gone through all the <em>Interceptors</em>, we have reached the <em>PartitionNexus</em>, which is the connection with the backends.</p>
+<p>We now just have to determinate which type of <em>Backend</em> we should address, and this is done using the <em>Dn</em>. The request is then transmitted to the <em>Backend</em>, which returns the result.</p>
+<p>The result bubbles up through the <em>Interceptors</em> as we unfold the stack stack, up to the <em>OperationManager</em> and to the caller.</p>
+<h2 id="environment">Environment</h2>
+<p>The <em>DirectoryService</em> knows about its execution environment : it has a <em>schemaManager</em> instance, it knows about the <em>Interceptors</em> chain, it stores a map of all the pending requests (it&rsquo;s necessary as one may abandon some request), it holds the existing <em>Sessions</em>.</p>
+<p>In other word, the <em>DirectoryService</em> is not only the part of the server executing the logic, it also holds the current state of every clients.</p>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="1.2-network.html">1.2 - Network Layer</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="1-architecture.html">1 - Architecture</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="1.4-interceptors.html">1.4 - Interceptors</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/1.4-interceptors.html b/content/apacheds/advanced-ug/1.4-interceptors.html
new file mode 100644
index 0000000..660beb8
--- /dev/null
+++ b/content/apacheds/advanced-ug/1.4-interceptors.html
@@ -0,0 +1,917 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>1.4 - Interceptors &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="1.3-directory-service.html">1.3 - DirectoryService</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="1-architecture.html">1 - Architecture</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="1.5-backend.html">1.5 - Backend</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="14---interceptors">1.4 - Interceptors</h1>
+<p><em>Interceptors</em> are functional layers inside the <em>DirectoryService</em>. Each one of them are responsible for a specific task. They are ordered, and this order is not to be changed.</p>
+<p>Each operation received by the <em>DirectoryService</em> will be processed by various interceptors, one after the other, down to the backend, and again when the result comes back to the caller. An <em>interceptor</em> can call the next <em>interceptor</em>, whcih will be determinated by the position it has in the chain of <em>interceptors</em>, or simply return. Note that calling the next <em>interceptor</em> does not require that you know which one will be called.</p>
+<p>Some <em>Interceptors</em> can be disabled, some other can be enabled. It&rsquo;s also possible to add some new one.</p>
+<p>All in all, they will handle operations from a specific functional aspect.</p>
+<h2 id="handled-operations">Handled operations</h2>
+<p>Each <em>Interceptor</em> handles a subset of the possible operations, among those listed in the following table :</p>
+<table>
+<thead>
+<tr>
+<th>Operation</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>add</td>
+<td>Adds an entry in the backend</td>
+</tr>
+<tr>
+<td>bind</td>
+<td>Binds on the DirectoryService</td>
+</tr>
+<tr>
+<td>compare</td>
+<td>Compares the elements with the associated entry in the backend</td>
+</tr>
+<tr>
+<td>delete</td>
+<td>Deletes the entry</td>
+</tr>
+<tr>
+<td>getRooDSE</td>
+<td>Gets back the RootDSE entry</td>
+</tr>
+<tr>
+<td>hasEntry</td>
+<td>Tells if an entry exists</td>
+</tr>
+<tr>
+<td>lookup</td>
+<td>Fetches an entry</td>
+</tr>
+<tr>
+<td>modify</td>
+<td>Modifies an entry</td>
+</tr>
+<tr>
+<td>move</td>
+<td>Moves an entry</td>
+</tr>
+<tr>
+<td>moveAndRename</td>
+<td>Moves and renames an entry</td>
+</tr>
+<tr>
+<td>rename</td>
+<td>Renames an entry</td>
+</tr>
+<tr>
+<td>search</td>
+<td>Searches for entries</td>
+</tr>
+<tr>
+<td>unbind</td>
+<td>Unbinds from the DirectoryService</td>
+</tr>
+</tbody>
+</table>
+<p>It is important to understand that each operation will go through each <em>Interceptor</em> declared to handle the operation, down to the backend.</p>
+<h2 id="existing-interceptors">Existing interceptors</h2>
+<p>The following interceptors are already present in the server, even if they are not enabled.
+In this table, we list all the operations each interceptor is handling, and if the <em>interceptor</em> is enabled by default or not :</p>
+<table>
+<thead>
+<tr>
+<th>Interceptor</th>
+<th>Enabled</th>
+<th>add</th>
+<th>bnd</th>
+<th>cmp</th>
+<th>del</th>
+<th>DSE</th>
+<th>has</th>
+<th>lkp</th>
+<th>mod</th>
+<th>mov</th>
+<th>m&amp;r</th>
+<th>ren</th>
+<th>sea</th>
+<th>ubd</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>AciAuthorizationInterceptor</td>
+<td>yes</td>
+<td>X</td>
+<td>-</td>
+<td>X</td>
+<td>X</td>
+<td>-</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>-</td>
+</tr>
+<tr>
+<td>AdministrativePointInterceptor</td>
+<td>yes</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>?</td>
+<td>-</td>
+</tr>
+<tr>
+<td>AuthenticationInterceptor</td>
+<td>yes</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+</tr>
+<tr>
+<td>ChangeLogInterceptor</td>
+<td>yes</td>
+<td></td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>-</td>
+</tr>
+<tr>
+<td>CollectiveAttributeInterceptor</td>
+<td>yes</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+</tr>
+<tr>
+<td>DefaultAuthorizationInterceptor</td>
+<td>yes</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>-</td>
+</tr>
+<tr>
+<td>DelayInducingInterceptor</td>
+<td>no</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+</tr>
+<tr>
+<td>EventInterceptor</td>
+<td>yes</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr>
+<td>ExceptionInterceptor</td>
+<td>yes</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr>
+<td>JournalInterceptor</td>
+<td>yes</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr>
+<td>KeyDerivationInterceptor</td>
+<td>no</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr>
+<td>NormalizationInterceptor</td>
+<td>yes</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>-</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>-</td>
+</tr>
+<tr>
+<td>NumberIncrementInterceptor</td>
+<td>yes</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr>
+<td>OperationalAttributeInterceptor</td>
+<td>yes</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>-</td>
+</tr>
+<tr>
+<td>PasswordHashingInterceptor</td>
+<td>no</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr>
+<td>CryptPasswordHashingInterceptor</td>
+<td>no</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr>
+<td>Md5PasswordHashingInterceptor</td>
+<td>no</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr>
+<td>Pkcs5s2PasswordHashingInterceptor</td>
+<td>no</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr>
+<td>Sha256PasswordHashingInterceptor</td>
+<td>no</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr>
+<td>Sha384PasswordHashingInterceptor</td>
+<td>no</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr>
+<td>Sha512PasswordHashingInterceptor</td>
+<td>no</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr>
+<td>ShaPasswordHashingInterceptor</td>
+<td>no</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr>
+<td>Smd5PasswordHashingInterceptor</td>
+<td>no</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr>
+<td>Ssha256PasswordHashingInterceptor</td>
+<td>no</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr>
+<td>Ssha384PasswordHashingInterceptor</td>
+<td>no</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr>
+<td>Ssha512PasswordHashingInterceptor</td>
+<td>no</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr>
+<td>SshaPasswordHashingInterceptor</td>
+<td>no</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr>
+<td>ReferralInterceptor</td>
+<td>yes</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr>
+<td>SchemaInterceptor</td>
+<td>yes</td>
+<td>X</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>X</td>
+<td>-</td>
+<td>?</td>
+<td>X</td>
+<td>X</td>
+<td>-</td>
+</tr>
+<tr>
+<td>SubentryInterceptor</td>
+<td>yes</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>?</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>-</td>
+</tr>
+<tr>
+<td>TimerInterceptor</td>
+<td>no</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+</tr>
+<tr>
+<td>TriggerInterceptor</td>
+<td>yes</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>X</td>
+<td>-</td>
+<td>-</td>
+</tr>
+</tbody>
+</table>
+<p>The operations that are available are the operations for which we have some implementation in the interceptor class. For instance, the <em>JournalInterceptor</em> class implement the <em>add</em>, <em>delete</em>, <em>modify</em>, <em>move</em>, <em>moveAndRename</em> and <em>rename</em> methods.</p>
+<h2 id="interceptors-order">Interceptors order</h2>
+<p>As we already said, the <em>Interceptors</em> order is significant : why would we proceed an <em>Add</em> operation through all the <em>Interceptors</em> if the user is simply denied the right to add an entry by the <em>AciAuthorizationInterceptor</em> ?</p>
+<p>Currently, the following order is enforced :</p>
+<table>
+<thead>
+<tr>
+<th>Order</th>
+<th>Interceptor</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>1</td>
+<td>NormalizationInterceptor</td>
+</tr>
+<tr>
+<td>2</td>
+<td>AuthenticationInterceptor</td>
+</tr>
+<tr>
+<td>3</td>
+<td>ReferralInterceptor</td>
+</tr>
+<tr>
+<td>4</td>
+<td>AciAuthorizationInterceptor</td>
+</tr>
+<tr>
+<td>5</td>
+<td>DefaultAuthorizationInterceptor</td>
+</tr>
+<tr>
+<td>6</td>
+<td>AdministrativePointInterceptor</td>
+</tr>
+<tr>
+<td>7</td>
+<td>ExceptionInterceptor</td>
+</tr>
+<tr>
+<td>8</td>
+<td>SchemaInterceptor</td>
+</tr>
+<tr>
+<td>9</td>
+<td>OperationalAttributeInterceptor</td>
+</tr>
+<tr>
+<td>10</td>
+<td>SubentryInterceptor</td>
+</tr>
+<tr>
+<td>11</td>
+<td>EventInterceptor</td>
+</tr>
+<tr>
+<td>12</td>
+<td>TriggerInterceptor</td>
+</tr>
+<tr>
+<td>13</td>
+<td>ChangeLogInterceptor</td>
+</tr>
+<tr>
+<td>14</td>
+<td>JournalInterceptor</td>
+</tr>
+</tbody>
+</table>
+<h2 id="example">Example</h2>
+<p>Let&rsquo;s consider the <em>search</em> operation. It will be processed successively by the following <em>Interceptors</em>, as it can be deduced by the two previous tables :</p>
+<ul>
+<li>NormalizationInterceptor</li>
+<li>AuthenticationInterceptor</li>
+<li>AciAuthorizationInterceptor</li>
+<li>DefaultAuthorizationInterceptor</li>
+<li>SchemaInterceptor</li>
+<li>OperationalAttributeInterceptor</li>
+<li>SubentryInterceptor</li>
+</ul>
+<p>We can do the same exercise for each operation.</p>
+<h2 id="processing">Processing</h2>
+<p>Basically, an <em>Interceptor</em> receives a request for an operation, does some pre-processing, calls the next <em>Interceptor</em> in the chain, does some post-processing, and returns a result.</p>
+<p>Calling the next <em>Interceptor</em> is as simple as calling the <em>next(OperationContext)</em> method, which will compute the right <em>Interceptor</em>.</p>
+<p>The pre-processing and post-processing are standard Java code, there is nothing special there.</p>
+<p>Each operation is passed into an instance of a specific <em>OperationContext</em>, which contains all what is needed about the operation and the environment.</p>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="1.3-directory-service.html">1.3 - DirectoryService</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="1-architecture.html">1 - Architecture</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="1.5-backend.html">1.5 - Backend</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/1.5-backend.html b/content/apacheds/advanced-ug/1.5-backend.html
new file mode 100644
index 0000000..2c041b8
--- /dev/null
+++ b/content/apacheds/advanced-ug/1.5-backend.html
@@ -0,0 +1,237 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>1.5 - Backend &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="1.4-interceptors.html">1.4 - Interceptors</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="1-architecture.html">1 - Architecture</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="2-server-config.html">2 - Server Configuration</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="15---backend">1.5 - Backend</h1>
+<p>The <em>Backend</em> is the part of the server responsible for storing data in a way we can easily retrieve them. This storage does not necessarily have to be remanent : we can have a in-memory <em>backend</em>.</p>
+<h2 id="existing-backends">Existing Backends</h2>
+<p>We currently have 3 different backends :</p>
+<ul>
+<li>JDBM</li>
+<li>LDIF</li>
+<li>In-Memory</li>
+</ul>
+<h3 id="jdbm-backend">JDBM Backend</h3>
+<p>The <strong>JDBM</strong> backend is storing data on disk, using <strong>BTrees</strong>. It&rsquo;s fast when it comes to retrieve data, slow when you have to add them.</p>
+<h3 id="in-memory-backend">In-Memory Backend</h3>
+<p>This Backend loads in memory a full set of entries. ALl of them must be hold by the existig memory, we don&rsquo;t write on disk anything nor we read anything from disk. If the server is stopped, everything is lost.</p>
+<h3 id="ldif-backend">LDIF Backend</h3>
+<p>It comes in two forms : one single file, or many fles (one per entry). It&rsquo;s always backed by a in-memory <em>Backend</em>, otherwise it would not be possible to retrieve the entries.</p>
+<p>As we depend on a in-memory backend, which handles the indexes, we have to create those indexes when this <em>Backend</em> is read, which can be a costly operation.</p>
+<h3 id="future-backends">Future Backends</h3>
+<p>We intend to add another in-memory backend, based on <em>Mavibot</em>, a <strong>MVCC BTREE</strong>. The biggest advantage over the other systems is that it&rsquo;s fast, it allows concurrent reads without locks when the other <em>Backend</em> block the reads when some write operation is being processed. Also it saves on disk it contents periodically, and has a Journal so that we can recover from a crash.</p>
+<p>The only drawback is that all the entries and indexes must hold in memory. On the other hand, we don&rsquo;t anymore need a cache.</p>
+<h2 id="how-it-works">How it works</h2>
+<p>Basically, each <em>Backend</em> instance inherit from the <em>AbstractBTreePartition</em> class. We can see that a <em>Backend</em> <strong>must</strong> be a <strong>Btree</strong>.</p>
+<p>Data are stored into various tables. In fact, we have one table containing all the entries - the <strong>MasterTable</strong> - and many indexes.</p>
+<h3 id="mastertable">MasterTable</h3>
+<p>The <em>MasterTable</em> contains all the entries, serialized.</p>
+<p>This table is a &lt;Key, Value&gt; <strong>BTree</strong>, where the key is the entry&rsquo;s <strong>UUID</strong>, and the value the serialized entry.</p>
+<DIV class="note" markdown="1">
+Theoretically, we could be able to read it, and restore the whole database, indexes included, assuming that we know which index we have to create. Sadly, it's not enough, as the entries are stored without any information about their position in the **DIT**.
+</DIV>
+<h3 id="indexes">Indexes</h3>
+<p>Each index is also a &lt;key, value&gt; <strong>BTree</strong>, with some exceptions : as we may store multi-valued elements, it&rsquo;s perfectly possible that the value will grow up to a point it&rsquo;s extremely costly to store it serialized. For instance, the <em>ObjectClass</em> index may have thousands of entries for the <em>Person</em> key.</p>
+<p>In this case, we use a sub-btree, which is a &lt;key,key&gt; <strong>BTree</strong> (as strange as it sounds, it&rsquo;s an easy way to add a new key without having to rewrite the full value).</p>
+<p>The key can be a <em>String</em>, or a <em>ParentIdAndRdn</em>.</p>
+<p>We have 7 system indexes, which are created when the server is started :</p>
+<ul>
+<li>ObjectClass : to easily find any entry associated with a give <em>ObjectClass</em></li>
+<li>EntryCsn : The Change Sequence Number index</li>
+<li>Rdn : A special index containing a RDN and its parent</li>
+<li>Presence : An index used when searching for the presence of an attributeType in an entry</li>
+<li>Alias : An index used for aliases</li>
+<li>OneAlias : An index used for children aliases</li>
+<li>SubAlias : An index used of descendant aliases</li>
+</ul>
+<p>The user may define many different indexes, depending on his or her needs.</p>
+<h3 id="the-parentidandrdn-index">The ParentIdAndRdn index</h3>
+<p>This index is special, as it&rsquo;s used to associate an entry to a position in the <strong>DIT</strong>. Assuming that each entry has a <em>Dn</em>, and that this <em>Dn</em> describes a hierarchy, the <em>ParentIdAndRdn</em> index depicts this hierarchy.</p>
+<p>The <em>ParentId</em> part refers to the <em>UUID</em> of the parent for the current entry. The <em>Rdn</em> part is the entry <em>Rdn</em>. In order to rebuild the full <em>Dn</em> for a given entry, we must get all the <em>ParentIdAndRdn</em> up to the root to grab all the needed <em>Rdn</em>.</p>
+<p>This index is also used to process one level and sub level indexes.</p>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="1.4-interceptors.html">1.4 - Interceptors</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="1-architecture.html">1 - Architecture</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="2-server-config.html">2 - Server Configuration</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/2-server-config.html b/content/apacheds/advanced-ug/2-server-config.html
new file mode 100644
index 0000000..9e50fa6
--- /dev/null
+++ b/content/apacheds/advanced-ug/2-server-config.html
@@ -0,0 +1,209 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>2 - Server Configuration &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="1.5-backend.html">1.5 - Backend</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="../advanced-user-guide.html">Advanced User Guide</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="2.1-config-description.html">2.1 - Configuration Description</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="2---server-configuraion">2 - Server Configuraion</h1>
+<p>We will now describe the server configuration. Usually, all the configuration changes
+are done using Apache Directory Studio, which offers a pretty GUI. One can also update
+server configuration using LDAP operations, as the configuration is stored in the <strong>DIT</strong>.
+Note that the server must be restarted after modifying the configuration.</p>
+<p>We will then describe the installation layout (ie, how the various files are stored on the disk).</p>
+<h2 id="chapter-content">Chapter content</h2>
+<ul>
+<li><a href="2.1-config-description.html">2.1 - Configuration Description</a></li>
+<li><a href="2.2-instance-layout.html">2.2 - Instance Layout</a>
+<ul>
+<li><img src="images/debian.png" alt="debian"><a href="2.2.1-debian-instance-layout.html">2.2.1 - Debian instance Layout</a></li>
+<li><img src="images/rpm.png" alt="RPM"><a href="2.2.2-rpm-instance-layout.html">2.2.2 - RPM instance Layout</a></li>
+<li><img src="images/mac.png" alt="MacOSX"><a href="2.2.3-macosx-instance-layout.html">2.2.3 - MacOSX instance Layout</a></li>
+<li><img src="images/windows.png" alt="Windows"><a href="2.2.4-windows-instance-layout.html">2.2.4 - Windows instance Layout</a></li>
+<li><a href="2.2.5-generic-instance-layout.html">2.2.5 - Generic instance Layout</a></li>
+</ul>
+</li>
+</ul>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="1.5-backend.html">1.5 - Backend</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="../advanced-user-guide.html">Advanced User Guide</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="2.1-config-description.html">2.1 - Configuration Description</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/2.1-config-description.html b/content/apacheds/advanced-ug/2.1-config-description.html
new file mode 100644
index 0000000..95db7ec
--- /dev/null
+++ b/content/apacheds/advanced-ug/2.1-config-description.html
@@ -0,0 +1,1483 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>2.1 - Configuration Description &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="2-server-config.html">2 - Server Configuration</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="2-server-config.html">2 - Server Configuration</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="2.2-instance-layout.html">2.2 - Instance Layout</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="21---configuration-description">2.1 - Configuration Description</h1>
+<p>It&rsquo;s a good practice to not modify the configuration LDIF file by hand, instead use the Studio Configuration plugin to modify the server configuration.</p>
+<h1 id="overall-structure">Overall structure</h1>
+<p>The configuration is stored in a hierarchical order, where sub-elements are related to their parent. For instance, the <em>Transports</em> are associated to the corresponding <em>Server</em> that uses them. Each server may contain one or more transports.</p>
+<p>The following hierarchy describe the different kind of elements that one can configure, and their relationship :</p>
+<ul>
+<li>ou=config
+<ul>
+<li><a href="#directory-service">ads-directoryServiceId=XXXXX (Directory Service)</a>
+<ul>
+<li><a href="#change-log">ads-changeLogId=XXXXX (ChangeLog)</a></li>
+<li><a href="#journal">ads-journalId=XXXXX (Journal)</a></li>
+<li><a href="#interceptors">ou=interceptors (Interceptors)</a>
+<ul>
+<li><a href="#authentication-Interceptor">ads-interceptorId=authenticationInterceptor (Authentication Interceptor)</a>
+<ul>
+<li><a href="#authenticators">ou=authenticators (Authenticators)</a></li>
+<li><a href="#password-policies">ou=passwordPolicies (Password Policies)</a></li>
+</ul>
+</li>
+</ul>
+</li>
+<li><a href="#partitions">ou=partitions (Partitions)</a>
+<ul>
+<li><a href="#jdbm-partition">ads-partitionId=system (JDBM Partition)</a>
+<ul>
+<li><a href="#indexes">ou=indexes (Indexes)</a>
+<ul>
+<li><a href="#indexed-attribute">ads-indexAttributeId=XXXXX (Indexed Attribute)</a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+<li><a href="#servers">ou=servers (Servers)</a>
+<ul>
+<li><a href="#ldap-server">ads-serverId=ldapServer (Ldap Server)</a>
+<ul>
+<li><a href="#transports">ou=transports (Transports)</a></li>
+<li><a href="#repl-consumers">ou=replConsumers (ReplConsumers)</a></li>
+<li><a href="#extended-op-handlers">ou=extendedOpHandlers (Extended Operation Handlers)</a></li>
+<li><a href="#sasl-mechanisms">ou=saslMechHandlers (SASL Mechanisms)</a></li>
+</ul>
+</li>
+<li><a href="#kerberos-server">ads-serverId=kerberosServer (Kerberos Server)</a>
+<ul>
+<li><a href="#transports">ou=transports (Transports)</a></li>
+</ul>
+</li>
+<li><a href="#http-server">ads-serverId=httpServer (Http Server)</a>
+<ul>
+<li><a href="#transports">ou=transports (Transports)</a></li>
+<li><a href="#http-web-apps">ou=httpWebApps (HttpWebApps)</a></li>
+</ul>
+</li>
+<li><a href="#change-password-server">ads-serverId=changePasswordServer (ChangePassword Server)</a>
+<ul>
+<li><a href="#transports">ou=transports (Transports)</a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<p>Note that in order to modify one element, you have to go down the tree up to the entry containing the elements you want to modify. For instance, to modify the TCP port for LDAP server, you have to modify the following entry :</p>
+<pre><code>**ads-transportid=ldap, ou=transports, ads-serverId=ldapServer, ou=servers, ads-directoryServiceId=XXXXX, ou=config**
+</code></pre>
+<p>We will now explain each one of those elements.</p>
+<DIV class="note" markdown="1">
+Note that bold attributes are mandatory in the following tables.
+</DIV>
+<h1 id="directory-service">Directory Service</h1>
+<p>This is the heart of the entire system : the place where we store the data. Most of the servers are depending on this component. You may have more than one server(e.g LDAP, Kerberos, ChangePassword etc), but only one <em>DirectoryService</em>.</p>
+<p>Configuration options:</p>
+<table>
+<thead>
+<tr>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><strong>ads-directoryServiceId</strong></td>
+<td><em>String</em></td>
+<td></td>
+<td>The unique identifier for the service</td>
+</tr>
+<tr>
+<td>ads-enabled</td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Tells if the DirectoryService is enabled</td>
+</tr>
+<tr>
+<td>description</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>A short optional description</td>
+</tr>
+<tr>
+<td><strong>ads-dsReplicaId</strong></td>
+<td><em>int</em></td>
+<td>1</td>
+<td>The replication identifier</td>
+</tr>
+<tr>
+<td><strong>ads-dsAccessControlEnabled</strong></td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Tells if the Access Control interceptor is active</td>
+</tr>
+<tr>
+<td><strong>ads-dsAllowAnonymousAccess</strong></td>
+<td><em>boolean</em></td>
+<td>false</td>
+<td>Tells if the service allow anonymous access</td>
+</tr>
+<tr>
+<td><strong>ads-dsDenormalizeOpAttrsEnabled</strong></td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Tells if the service should denormalize operational attributes</td>
+</tr>
+<tr>
+<td><strong>ads-dsPasswordHidden</strong></td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Tells if the passwords should be encrypted (not used)</td>
+</tr>
+<tr>
+<td><strong>ads-dsSyncPeriodMillis</strong></td>
+<td><em>long</em></td>
+<td>15000</td>
+<td>The delay in milliseconds before we flush data on disk</td>
+</tr>
+<tr>
+<td>ads-dsTestEntries</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>Not used</td>
+</tr>
+</tbody>
+</table>
+<h2 id="change-log">Change Log</h2>
+<p>The <em>ChangeLog</em> is an optional system that logs every change made on the server, and also records the revert operation, allowing the system to rollback the changes if needed. This is extremely useful when running tests.</p>
+<p>Note that at the moment, changelog has in-memory support only.</p>
+<p>It&rsquo;s disabled by default.</p>
+<p>Configuration options:</p>
+<table>
+<thead>
+<tr>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><strong>ads-changeLogId</strong></td>
+<td><em>String</em></td>
+<td></td>
+<td>The unique identifier for the system</td>
+</tr>
+<tr>
+<td>ads-enabled</td>
+<td><em>boolean</em></td>
+<td>false</td>
+<td>Tells if the ChangeLog system is enabled</td>
+</tr>
+<tr>
+<td>description</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>A short optional description</td>
+</tr>
+<tr>
+<td><strong>ads-changeLogExposed</strong></td>
+<td><em>boolean</em></td>
+<td>false</td>
+<td>Tells if the ChangeLog is exposed to the users</td>
+</tr>
+</tbody>
+</table>
+<h2 id="journal">Journal</h2>
+<p>The <em>Journal</em> logs every modification on the file system. It&rsquo;s intended to be used if the <em>DirectoryService</em> crashes, as we can re-apply the journal starting from a date in the past where we know that the underlying database is correct.</p>
+<p>Configuration options:</p>
+<table>
+<thead>
+<tr>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><strong>ads-journalId</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The unique identifier for the Journal</td>
+</tr>
+<tr>
+<td>ads-enabled</td>
+<td><em>boolean</em></td>
+<td>false</td>
+<td>Tells if the Journal system is enabled</td>
+</tr>
+<tr>
+<td>description</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>A short optional description</td>
+</tr>
+<tr>
+<td><strong>ads-journalWorkingDir</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The working directory the Journal will be stored in</td>
+</tr>
+<tr>
+<td><strong>ads-journalRotation</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The number of operation stored befoe the journal is rotated</td>
+</tr>
+<tr>
+<td><strong>ads-journalFileName</strong></td>
+<td><em>String</em></td>
+<td>journal.txt</td>
+<td>The file contaning the Journal</td>
+</tr>
+</tbody>
+</table>
+<h2 id="interceptors">Interceptors</h2>
+<p>The default <em>Interceptors</em> are generally not configurable. You don&rsquo;t want to change their order, or remove anyone from the default interceptors unless you are very familiar with the
+internals of ApacheDS and/or including a custom interceptor.</p>
+<p>However, at least one default <em>Interceptor</em> can be configured : the <em>authenticationInterceptor</em>.</p>
+<p>In the case where one would like to add an interceptor, it&rsquo;s enough to add the associated entry containing the interceptor identifier, under the <em>ou=interceptors</em> entry. It must have an order. Here are the elements that can be configured in such a case :</p>
+<table>
+<thead>
+<tr>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><strong>ads-interceptorid</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The unique identifier for this Interceptor</td>
+</tr>
+<tr>
+<td>ads-enabled</td>
+<td><em>boolean</em></td>
+<td>false</td>
+<td>Tells if the Interceptor is enabled</td>
+</tr>
+<tr>
+<td>description</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>A short optional description</td>
+</tr>
+<tr>
+<td>ads-interceptororder</td>
+<td><em>int</em></td>
+<td>N/A</td>
+<td>The position in the chain for this interceptor</td>
+</tr>
+<tr>
+<td>ads-interceptorclassname</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The class implementing this interceptor</td>
+</tr>
+</tbody>
+</table>
+<h3 id="authentication-interceptor">Authentication Interceptor</h3>
+<p>This <em>Interceptor</em> is in charge of managing the users authentication. It is associated with <em><a href="#authenticators">Authenticators</a></em>, and with <em><a href="#password-policies">Password Policies</a></em>.</p>
+<h4 id="authenticators">Authenticators</h4>
+<p>We may have various <em>Authenticator</em> declared for a given server. The default server has three different <em>Authenticators</em>, which are :</p>
+<ul>
+<li>anonymousAuthenticator : used for anonymous requests</li>
+<li>simpleAuthenticator : handle simple authentication, based on a password</li>
+<li>strongAuthenticator : handle SASL authentication.</li>
+</ul>
+<p>One can add a new <em>Authenticator</em>, if needed. It&rsquo;s just a matter of creating a new entry under the <em>ou=authenticators,ads-interceptorId=authenticationInterceptor,ou=interceptors</em> entry, containing the two following elements :</p>
+<table>
+<thead>
+<tr>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><strong>ads-authenticatorId</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The unique identifier for this Authenticator</td>
+</tr>
+<tr>
+<td>ads-enabled</td>
+<td><em>boolean</em></td>
+<td>false</td>
+<td>Tells if the Partition is enabled</td>
+</tr>
+<tr>
+<td>description</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>A short optional description</td>
+</tr>
+<tr>
+<td><strong>ads-authenticatorClass</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The FQCN for the class implementing the AUthenticator</td>
+</tr>
+</tbody>
+</table>
+<h3 id="password-policies">Password Policies</h3>
+<p>There are many possible configurable options for the <em>PasswordPolicy</em> system. Here is a list of all the options. See the <a href="http://tools.ietf.org/id/draft-behera-ldap-password-policy-10.txt">password policy draft</a> for an indept explanation of the respective attributes :</p>
+<table>
+<thead>
+<tr>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><strong>ads-pwdId</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The unique ID of the <em>PasswordPolicy</em> system</td>
+</tr>
+<tr>
+<td><strong>ads-pwdAttribute</strong></td>
+<td><em>String</em></td>
+<td>userPassword</td>
+<td>The name of the attribute to which the password policy is applied</td>
+</tr>
+<tr>
+<td>ads-pwdMinAge</td>
+<td><em>int</em></td>
+<td>0</td>
+<td>Holds the number of seconds that must elapse between modifications to the password</td>
+</tr>
+<tr>
+<td>ads-pwdMaxAge</td>
+<td><em>int</em></td>
+<td>0</td>
+<td>Holds the number of seconds after which a modified password will expire. If 0, never expires</td>
+</tr>
+<tr>
+<td>ads-pwdInHistory</td>
+<td><em>boolean</em></td>
+<td>0</td>
+<td>Specifies the maximum number of used passwords stored in the pwdHistory attribute (0 means no storage)</td>
+</tr>
+<tr>
+<td>ads-pwdCheckQuality</td>
+<td><em>boolean</em></td>
+<td>0</td>
+<td>Indicates how the password quality will be verified while being modified or added (0 means no check)</td>
+</tr>
+<tr>
+<td>ads-pwdMinLength</td>
+<td><em>int</em></td>
+<td>0</td>
+<td>The minimum number of characters that must be used in a password (0 means no limit)</td>
+</tr>
+<tr>
+<td>ads-pwdMaxLength</td>
+<td><em>int</em></td>
+<td>0</td>
+<td>The maximum number of characters that may be used in a password (0 means no limit)</td>
+</tr>
+<tr>
+<td>ads-pwdExpireWarning</td>
+<td><em>boolean</em></td>
+<td>0</td>
+<td>The maximum number of seconds before a password is due to expire, and that expiration warning messages will be returned to an authenticating user (0 means no message wil be sent to user)</td>
+</tr>
+<tr>
+<td>ads-pwdGraceAuthNLimit</td>
+<td><em>int</em></td>
+<td>0</td>
+<td>The number of times an expired password can be used to authenticate (0 means do not allow a expired password for authentication)</td>
+</tr>
+<tr>
+<td>ads-pwdGraceExpire</td>
+<td><em>boolean</em></td>
+<td>0</td>
+<td>Specifies the number of seconds the grace authentications are valid  (0 means no limit)</td>
+</tr>
+<tr>
+<td>ads-pwdLockout</td>
+<td><em>boolean</em></td>
+<td>false</td>
+<td>Flag to indicate if the account needs to be locked after a specified number of</td>
+</tr>
+<tr>
+<td>consecutive failed bind attempts. The maximum number of consecutive failed bind attempts is specified in ads-pwdMaxFailure</td>
+<td></td>
+<td></td>
+<td></td>
+</tr>
+<tr>
+<td>ads-pwdLockoutDuration</td>
+<td><em>int</em></td>
+<td>300</td>
+<td>The number of seconds that the password cannot be used to authenticate due to too many failed bind attempts</td>
+</tr>
+<tr>
+<td>ads-pwdMaxFailure</td>
+<td><em>int</em></td>
+<td>0</td>
+<td>The number of consecutive failed bind attempts after which the password may not be used to authenticate (0 means no limit)</td>
+</tr>
+<tr>
+<td>ads-pwdFailureCountInterval</td>
+<td><em>int</em></td>
+<td>0</td>
+<td>The number of seconds after which the password failures are purged from the failure counter (0 means reset all the pwdFailureTimes after a successful authentication)</td>
+</tr>
+<tr>
+<td>ads-pwdMustChange</td>
+<td><em>boolean</em></td>
+<td>false</td>
+<td>Flag to indicate if the password must be changed by the user after they bind to the directory after a password is set or reset by a password administrator</td>
+</tr>
+<tr>
+<td>ads-pwdAllowUserChange</td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Indicates whether users can change their own passwords</td>
+</tr>
+<tr>
+<td>ads-pwdSafeModify</td>
+<td><em>boolean</em></td>
+<td>false</td>
+<td>Flag to specify whether or not the existing password must be sent along with the new password when being changed</td>
+</tr>
+<tr>
+<td>ads-pwdMinDelay</td>
+<td><em>int</em></td>
+<td>0</td>
+<td>The number of seconds to delay responding to the first failed authentication attempt (0 means no delay)</td>
+</tr>
+<tr>
+<td>ads-pwdMaxDelay</td>
+<td><em>int</em></td>
+<td>0</td>
+<td>The maximum number of seconds to delay when responding to a failed authentication attempt (no delay) 0 means</td>
+</tr>
+<tr>
+<td>ads-pwdMaxIdle</td>
+<td><em>int</em></td>
+<td>0</td>
+<td>The number of seconds an account may remain unused before it becomes locked (0 means infinite)</td>
+</tr>
+<tr>
+<td>ads-pwdValidator</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The PasswordValidator FQCN (will use DefaultPasswordValidator if not provided)</td>
+</tr>
+</tbody>
+</table>
+<h2 id="partitions">Partitions</h2>
+<p>The <em>Partition</em> is where the server stores your data. There are many parts that need to be configured in order to obtain the best performances out of the server. It&rsquo;s also the part of the configuration you are more likely to modify, adding new <em>Partitions</em> or adding new <em>Indexes</em>.</p>
+<p>You may have more than one <em>Partition</em> in your <em>DirectoryService</em>. There are at least three default _Partition_s, <em>ou=system</em>, <em>ou=config</em> and <em>ou=schema</em> <em>Partition</em>. ou=system is a <em>JDBM</em> <em>Partition</em> and the two others are <em>LDIF</em> partitions.</p>
+<h3 id="jdbm-partition">JDBM Partition</h3>
+<p>A <em>JDBM Partition</em> has the following configurable options :</p>
+<table>
+<thead>
+<tr>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><strong>ads-partitionid</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The unique identifier for this Partition</td>
+</tr>
+<tr>
+<td>ads-enabled</td>
+<td><em>boolean</em></td>
+<td>false</td>
+<td>Tells if the Partition is enabled</td>
+</tr>
+<tr>
+<td>description</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>A short optional description</td>
+</tr>
+<tr>
+<td><strong>ads-partitionsuffix</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The partition DN</td>
+</tr>
+<tr>
+<td>ads-contextEntry</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The entry associated with the suffix (in LDIF format)</td>
+</tr>
+<tr>
+<td>ads-partitionSyncOnWrite</td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Tells the server to flush on disk on each write</td>
+</tr>
+</tbody>
+</table>
+<p>Once the above elements have been added, the <em>Partition</em> is available. You still have to create some mandatory indexes though.</p>
+<h4 id="indexes">Indexes</h4>
+<p>Each <em>Partition</em> have indexes, some are mandatory, and others are user provided. Here are the mandatory indexes :</p>
+<table>
+<thead>
+<tr>
+<th>Index</th>
+<th>role</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>apacheRdn</td>
+<td>Stores the RDN for the entry, and the relation to its parent&rsquo;s RDN</td>
+</tr>
+<tr>
+<td>apachePresence</td>
+<td>Used to index the attributeTypes used in the entry</td>
+</tr>
+<tr>
+<td>apacheOneAlias</td>
+<td>Stores the aliases one level below the current entry</td>
+</tr>
+<tr>
+<td>apacheSubAlias</td>
+<td>Stores the aliases below the current entry</td>
+</tr>
+<tr>
+<td>apacheAlias</td>
+<td>Stores the aliases</td>
+</tr>
+<tr>
+<td>objectClass</td>
+<td>Stores the relation between an ObjectClass an the entry using it</td>
+</tr>
+<tr>
+<td>entryCSN</td>
+<td>Stores the CSN for each entry</td>
+</tr>
+<tr>
+<td>administrativeRole</td>
+<td>Stores the entries that are AdminstrativePoints</td>
+</tr>
+</tbody>
+</table>
+<h5 id="indexed-attribute">Indexed Attribute</h5>
+<p>Indexed attributes have a type, depending on the <em>Partition</em> type they are associated with. Currently, we have only one type, <em>JdbmIndex</em>. They have specific configurable elements.</p>
+<p>Each index attribute has four basic elements that can be configured :</p>
+<table>
+<thead>
+<tr>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><strong>ads-indexAttributeId</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The unique identifier for this indexedAttribute</td>
+</tr>
+<tr>
+<td>ads-enabled</td>
+<td><em>boolean</em></td>
+<td>false</td>
+<td>Tells if the IntexedAttribute is enabled</td>
+</tr>
+<tr>
+<td>description</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>A short optional description</td>
+</tr>
+<tr>
+<td><strong>ads-indexHasReverse</strong></td>
+<td><em>boolean</em></td>
+<td>false</td>
+<td>Tells if the IndexedAttribute has a reverse index</td>
+</tr>
+</tbody>
+</table>
+<p>The <em>JdbmIndex</em> type of index has some more configurable elements, all optional :</p>
+<table>
+<thead>
+<tr>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>ads-indexFileName</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The index file name (default to the associated attributeType name)</td>
+</tr>
+<tr>
+<td>ads-indexWorkingDir</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The index working directory</td>
+</tr>
+<tr>
+<td>ads-indexNumDupLimit</td>
+<td><em>int</em></td>
+<td>512</td>
+<td>The maximum number of values for a single key before we use a sub-tree</td>
+</tr>
+<tr>
+<td>ads-indexCacheSize</td>
+<td><em>int</em></td>
+<td>100</td>
+<td>The number of cached pages for this index</td>
+</tr>
+</tbody>
+</table>
+<h1 id="servers">Servers</h1>
+<p>As we can see, we can start more than one server (a.k.a service). We have :</p>
+<ul>
+<li>a LDAP server</li>
+<li>a Kerberos server</li>
+<li>a changePassword server</li>
+<li>an HTTP Server</li>
+<li>a NTP Server</li>
+<li>a DHCP server</li>
+<li>a DNS server</li>
+</ul>
+<p>There is a distinction though between the servers backed by a <em>DirectoryService</em>, and those that aren&rsquo;t (like the HTTP and NTP servers).</p>
+<p>All the <em>DirectoryService</em> backed servers share some common parameters, which are exposed in the following table :</p>
+<table>
+<thead>
+<tr>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>ads-searchBaseDN</td>
+<td><em>Dn</em></td>
+<td>N/A</td>
+<td>The place were to start looking for authentication informations</td>
+</tr>
+<tr>
+<td>ads-serverId</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The server unique name</td>
+</tr>
+<tr>
+<td>ads-enabled</td>
+<td><em>boolean</em></td>
+<td>N/A</td>
+<td>Tells if the Server is enabled</td>
+</tr>
+<tr>
+<td>description</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>A short optional description</td>
+</tr>
+</tbody>
+</table>
+<p>A server can define more than one transports : for instance, the Kerberos server uses UDP and TCP transports.</p>
+<h2 id="transports">Transports</h2>
+<p>Here are the parameters for the Transport structure :</p>
+<table>
+<thead>
+<tr>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><strong>ads-transportId</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The identification</td>
+</tr>
+<tr>
+<td><strong>ads-transportAddress</strong></td>
+<td><em>String</em></td>
+<td>localhost</td>
+<td>The IP Address</td>
+</tr>
+<tr>
+<td><strong>ads-systemPort</strong></td>
+<td><em>int</em></td>
+<td>-1</td>
+<td>The port</td>
+</tr>
+<tr>
+<td>ads-enabled</td>
+<td><em>boolean</em></td>
+<td>N/A</td>
+<td>Tells if the Transport system is enabled</td>
+</tr>
+<tr>
+<td>description</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>A short optional description</td>
+</tr>
+<tr>
+<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>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>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>
+<h2 id="ldap-server">Ldap Server</h2>
+<p>Let&rsquo;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>
+<tr>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>ads-enabled</td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Tells if the LdapServer system is enabled</td>
+</tr>
+<tr>
+<td>description</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>A short optional description</td>
+</tr>
+<tr>
+<td><strong>ads-confidentialityRequired</strong></td>
+<td><em>boolean</em></td>
+<td>false</td>
+<td>Whether or not confidentiality (TLS secured connection) is required</td>
+</tr>
+<tr>
+<td><strong>ads-maxSizeLimit</strong></td>
+<td><em>int</em></td>
+<td>1000</td>
+<td>The maximum number of entries the server will return</td>
+</tr>
+<tr>
+<td><strong>ads-maxTimeLimit</strong></td>
+<td><em>int</em></td>
+<td>1000</td>
+<td>The maximum number of seconds the server will use to process a search request</td>
+</tr>
+<tr>
+<td><strong>ads-maxPDUSize</strong></td>
+<td><em>int</em></td>
+<td>2048</td>
+<td>The maximal size for a PDU. This is currently not leveraged</td>
+</tr>
+<tr>
+<td><strong>ads-saslHost</strong></td>
+<td><em>int</em></td>
+<td>N/A</td>
+<td>The name of this host, validated during SASL negotiation</td>
+</tr>
+<tr>
+<td><strong>ads-saslPrincipal</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The service principal, used by GSSAPI.</td>
+</tr>
+<tr>
+<td><strong>sads-saslRealms</strong></td>
+<td><em>List<String></em></td>
+<td>N/A</td>
+<td>The list of realms serviced by this host.</td>
+</tr>
+<tr>
+<td>ads-keystoreFile</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The place on the filesystem where the Keystore is stored</td>
+</tr>
+<tr>
+<td>ads-certificatePassword</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The certificate&rsquo;s password</td>
+</tr>
+<tr>
+<td>ads-replReqHandler</td>
+<td><em>String</em></td>
+<td>(*)</td>
+<td>The replication request handler FQCN</td>
+</tr>
+<tr>
+<td>ads-replEnabled</td>
+<td><em>boolean</em></td>
+<td>FALSE</td>
+<td>Tells if the replication system is enabled</td>
+</tr>
+</tbody>
+</table>
+<p>(*) org.apache.directory.server.ldap.replication.provider.SyncReplRequestHandler</p>
+<h3 id="repl-consumers">Repl Consumers</h3>
+<p>This part of the configuration deals with the replication. It provides all the information for a server to become a consumer. A server can have many different consumers set.</p>
+<p>All the consumers are stored under the <em>ou=replConsumers</em> entry, under the respective server entry.</p>
+<p>Here are the configurable elements :</p>
+<table>
+<thead>
+<tr>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><strong>ads-replConsumerId</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The replica unique identifier</td>
+</tr>
+<tr>
+<td><strong>ads-searchBaseDN</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The base DN for replication</td>
+</tr>
+<tr>
+<td><strong>ads-replProvHostName</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The provider host name</td>
+</tr>
+<tr>
+<td><strong>ads-replProvPort</strong></td>
+<td><em>int</em></td>
+<td>389</td>
+<td>The port of the remote server</td>
+</tr>
+<tr>
+<td><strong>ads-replAliasDerefMode</strong></td>
+<td><em>String</em></td>
+<td>NEVER_DEREF_ALIASES</td>
+<td>The alias dereferencing mode to use</td>
+</tr>
+<tr>
+<td><strong>ads-replAttributes</strong></td>
+<td><em>String</em></td>
+<td>*</td>
+<td>The list of attributes to get back</td>
+</tr>
+<tr>
+<td><strong>ads-replRefreshInterval</strong></td>
+<td><em>int</em></td>
+<td>60000</td>
+<td>The delay between refreshes (60 seconds)</td>
+</tr>
+<tr>
+<td><strong>ads-replRefreshNPersist</strong></td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Sets the replication mode</td>
+</tr>
+<tr>
+<td><strong>ads-replSearchScope</strong></td>
+<td><em>String</em></td>
+<td>SUBTREE</td>
+<td>The scope to use while searching for entries</td>
+</tr>
+<tr>
+<td><strong>ads-replSearchFilter</strong></td>
+<td><em>String</em></td>
+<td>(objectClass=*)</td>
+<td>The filter to use</td>
+</tr>
+<tr>
+<td><strong>ads-replSearchSizeLimit</strong></td>
+<td><em>int</em></td>
+<td>0</td>
+<td>The maximum number of entries to get back</td>
+</tr>
+<tr>
+<td><strong>ads-replSearchTimeOut</strong></td>
+<td><em>int</em></td>
+<td>0</td>
+<td>The maximum time to wait while fetching the entries</td>
+</tr>
+<tr>
+<td><strong>ads-replUserDn</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The user DN used to bind on the provider</td>
+</tr>
+<tr>
+<td><strong>ads-replUserPassword</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The password of the user</td>
+</tr>
+<tr>
+<td>ads-replUseTls</td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Tells the server to use startTLS during replication</td>
+</tr>
+<tr>
+<td>ads-replStrictCertValidation</td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Tells the provider to check the certificate if provided</td>
+</tr>
+<tr>
+<td>ads-replPeerCertificate</td>
+<td><em>byte[]</em></td>
+<td>N/A</td>
+<td>The certificate to use for replication</td>
+</tr>
+<tr>
+<td>ads-replConsumerImpl</td>
+<td><em>String</em></td>
+<td>ReplicationConsumerImpl</td>
+<td>The implementation</td>
+</tr>
+<tr>
+<td>ads-replCookie</td>
+<td><em>byte[]</em></td>
+<td>N/A</td>
+<td>The last received cookie</td>
+</tr>
+</tbody>
+</table>
+<h3 id="extended-op-handlers">Extended Op Handlers</h3>
+<p>An LDAP server can handle <em>ExtendedOperations</em>, assuming it has the code to do so. In <strong>ApacheDS</strong>, we do that by associating a <em>Java</em> class with each <em>ExtendedOperation</em>. We may provide more <em>ExtendedOperations</em> in the future. The list of supported <em>ExtendedOperations</em> is given below :</p>
+<ul>
+<li>CertGenerationRequest : Generate a certificate on demand</li>
+<li>GracefulShutdownRequest : Requires the server to shutdown gracefully</li>
+<li>StartTLSExtendedOperation : Process the StartTLS request</li>
+<li>StoredProcedureExtendedOperation : Execute a Stored procedure</li>
+</ul>
+<p>Adding a new <em>ExntedeOperatonHandler</em> is just a matter of adding a new entry under the <em>ou=extendedOpHandlers</em> entry, with the given elements :</p>
+<table>
+<thead>
+<tr>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>ads-enabled</td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Tells if the ExtendedOpHandler system is enabled</td>
+</tr>
+<tr>
+<td>description</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>A short optional description</td>
+</tr>
+<tr>
+<td><strong>ads-extendedOpId</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The ExtendedOpHandler unique identifier</td>
+</tr>
+<tr>
+<td><strong>ads-extendedOpHandlerClass</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The class FQCN that implements the handler</td>
+</tr>
+</tbody>
+</table>
+<h3 id="sasl-mechanisms">SASL Mechanisms</h3>
+<p>We have various SASL mechanisms, which can be configured. the list of supported SASL mechanisms is :</p>
+<ul>
+<li>CRAM-MD5</li>
+<li>DIGEST-MD5</li>
+<li>GSS-SPNEGO</li>
+<li>GSSAPI</li>
+<li>NTLM</li>
+<li>SIMPLE</li>
+</ul>
+<p>This list is stored in the configuration. It&rsquo;s possible to add new mechanisms if needed, simply by adding an entry containing those elements, under the <em>ou=saslMechHandlers</em></p>
+<table>
+<thead>
+<tr>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>ads-enabled</td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Tells if the Transport system is enabled</td>
+</tr>
+<tr>
+<td>description</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>A short optional description</td>
+</tr>
+<tr>
+<td><strong>ads-saslMechName</strong></td>
+<td><em>String</em></td>
+<td><one the above list></td>
+<td>The mechanism name</td>
+</tr>
+<tr>
+<td><strong>ads-saslMechClassName</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The mechanism class name</td>
+</tr>
+<tr>
+<td>ads-ntlmMechProvider</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The NTLM provider</td>
+</tr>
+</tbody>
+</table>
+<h2 id="kerberos-server">Kerberos Server</h2>
+<p>The <em>KerberosServer</em> configuration is an important part of the configuration. It depends on a <em>DirectoryService</em> too, as most of the informations managed by a <em>KerberosServer</em> are store there.</p>
+<p>The list of attributes that can be modified is exposed in the following table.</p>
+<table>
+<thead>
+<tr>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>ads-enabled</td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Tells if the KerberosServer is enabled</td>
+</tr>
+<tr>
+<td>description</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>A short optional description</td>
+</tr>
+<tr>
+<td>ads-krbAllowableClockSkew</td>
+<td><em>int</em></td>
+<td>300000</td>
+<td>The allowable clock skew in milliseconds (5 minutes)</td>
+</tr>
+<tr>
+<td>ads-krbEncryptionTypes</td>
+<td><em>List<String></em></td>
+<td></td>
+<td>The encryption types</td>
+</tr>
+<tr>
+<td>ads-krbEmptyAddressesAllowed</td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Whether empty addresses are allowed</td>
+</tr>
+<tr>
+<td>ads-krbForwardableAllowed</td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Whether forwardable addresses are allowed</td>
+</tr>
+<tr>
+<td>ads-krbPaEncTimestampRequired</td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Whether pre-authentication by encrypted timestamp is required</td>
+</tr>
+<tr>
+<td>ads-krbPostdatedAllowed</td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Whether postdated tickets are allowed</td>
+</tr>
+<tr>
+<td>ads-krbProxiableAllowed</td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Whether proxiable addresses are allowed</td>
+</tr>
+<tr>
+<td>ads-krbRenewableAllowed</td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Whether renewable tickets are allowed</td>
+</tr>
+<tr>
+<td>ads-krbKdcPrincipal</td>
+<td><em>String</em></td>
+<td><a href="mailto:krbtgt/EXAMPLE.COM@EXAMPLE.COM">krbtgt/EXAMPLE.COM@EXAMPLE.COM</a></td>
+<td>The service principal name</td>
+</tr>
+<tr>
+<td>ads-krbMaximumRenewableLifetime</td>
+<td><em>long</em></td>
+<td>1000 * 60 * 60 * 24 * 7</td>
+<td>The maximum renewable lifetime in millisconds (7 days)</td>
+</tr>
+<tr>
+<td>ads-krbMaximumTicketLifetime</td>
+<td><em>long</em></td>
+<td>1000 * 60 * 60 * 24</td>
+<td>he maximum ticket lifetime in milliseconds (24 h)</td>
+</tr>
+<tr>
+<td>ads-krbPrimaryRealm</td>
+<td><em>String</em></td>
+<td>EXAMPLE.COM</td>
+<td>The primary realm</td>
+</tr>
+<tr>
+<td>ads-krbBodyChecksumVerified</td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Whether to verify the body checksum</td>
+</tr>
+</tbody>
+</table>
+<p>Of course, a <em>Transport</em> has to be defined under the <em>KerberosServer</em> entry (see <a href="#transports">Transports</a>).</p>
+<h2 id="http-server">Http Server</h2>
+<p>We have a Http Server embedded, which is used to manage some parts of the server. One can inject a web application, which has direct access to the embedded LdapServer, for instance. It can be useful for sending LDAP requests using DSML, for instance.</p>
+<p>There is one single element that can be configured :</p>
+<table>
+<thead>
+<tr>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>ads-enabled</td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Tells if the HttpServer is enabled</td>
+</tr>
+<tr>
+<td>description</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>A short optional description</td>
+</tr>
+<tr>
+<td>ads-httpConfFile</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The configuration file for this server</td>
+</tr>
+</tbody>
+</table>
+<p>An <em>HttpServer</em> without webApps is pretty useless, we now have to configure the underlying web applications</p>
+<h3 id="http-web-apps">Http Web Apps</h3>
+<p>Each <em>WebApp</em> configuration must be added under the <em>ou=webapps</em> entry. Here are the configurable elements :</p>
+<table>
+<thead>
+<tr>
+<th>AttributeType</th>
+<th>type</th>
+<th>default value</th>
+<th>Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>ads-enabled</td>
+<td><em>boolean</em></td>
+<td>true</td>
+<td>Tells if the HttpServer is enabled</td>
+</tr>
+<tr>
+<td>description</td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>A short optional description</td>
+</tr>
+<tr>
+<td><strong>ads-httpWarFile</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The WAR file to use</td>
+</tr>
+<tr>
+<td><strong>ads-id</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The unique ID for this WebApp</td>
+</tr>
+<tr>
+<td><strong>ads-httpAppCtxPath</strong></td>
+<td><em>String</em></td>
+<td>N/A</td>
+<td>The context</td>
+</tr>
+</tbody>
+</table>
+<p>Here is an example of configuration :</p>
+<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-text" data-lang="text">dn: ads-id=webApp1,ou=httpWebApps,ads-serverId=httpServer,ou=servers,ads-directoryServiceId=default,ou=config
+objectclass: top
+objectclass: ads-base
+objectclass: ads-httpWebApp
+ads-Id: webApp1
+ads-httpWarFile: war file 1
+ads-httpAppCtxPath: /home/app1
+</code></pre></div><h2 id="change-password-server">Change Password Server</h2>
+<p>To be added&hellip;</p>
+<h1 id="bean-graph">Bean graph</h1>
+<p>The following picture represent the structure of the container used to store the configuration inside the server. The yellow beans are abstract beans, extended by specific beans.</p>
+<p>The bold links mean we can have more than one instance of a bean.</p>
+<p><img src="images/configBeans.png" alt="ApacheDS configuration beans"></p>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="2-server-config.html">2 - Server Configuration</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="2-server-config.html">2 - Server Configuration</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="2.2-instance-layout.html">2.2 - Instance Layout</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/2.2-instance-layout.html b/content/apacheds/advanced-ug/2.2-instance-layout.html
new file mode 100644
index 0000000..1f1c6f7
--- /dev/null
+++ b/content/apacheds/advanced-ug/2.2-instance-layout.html
@@ -0,0 +1,257 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>2.3 - Instance Layout &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="2.1-config-description.html">2.1 - Configuration Description</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="2-server-config.html">2 - Server Configuration</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="2.2.1-debian-instance-layout.html">2.2.1 - Debian Instance Layout</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="22---instance-layout">2.2 - Instance Layout</h1>
+<p>Note that the installation will differ with the target OS. We currently support :</p>
+<ul>
+<li><img src="images/debian.png" alt="debian"><a href="2.2.1-debian-instance-layout.html">2.2.1 - Debian instance Layout</a></li>
+<li><img src="images/rpm.png" alt="RPM"><a href="2.2.2-rpm-instance-layout.html">2.2.2 - RPM instance Layout</a></li>
+<li><img src="images/mac.png" alt="MacOSX"><a href="2.2.3-macosx-instance-layout.html">2.2.3 - MacOSX instance Layout</a></li>
+<li><img src="images/windows.png" alt="Windows"><a href="2.2.4-windows-instance-layout.html">2.2.4 - Windows instance Layout</a></li>
+<li><a href="2.2.5-generic-instance-layout.html">2.2.5 - Generic instance Layout</a></li>
+</ul>
+<p>When we start a server, after having installed it, it creates some other directories where the data will be stored. Here is a list of those data :</p>
+<ul>
+<li>the partitions data</li>
+<li>the logs</li>
+<li>the cache files</li>
+<li>the replication data (if setup)</li>
+<li>the run files</li>
+</ul>
+<h2 id="created-directories">Created directories</h2>
+<p>The following directories are created on your disk :</p>
+<PRE>
+installation directory/
+    |
+    +-- conf/
+    |    |
+    |    +-- config.ldif
+    |    |
+    |    +-- wrapper.conf
+    |    |
+    |    +-- log4j.properties
+    |
+    +-- log/
+    |    |
+    |   [+-- journal.ldif]
+    |    |
+    |    +-- <log file>
+    |
+    +-- partitions/
+    |    |
+    |    +-- system/
+    |    |    |
+    |    |    +-- master.db
+    |    |    |
+    |    |    +-- objectclass.db
+    |    |    |
+    |    |    +-- objectclass.lg
+    |    |    |
+    |    |    +-- <index XXX lg and db files>
+    |    |
+    |    +-- schema/
+    |    |    |
+    |    |    :
+    |    |
+    |    +-- <partition XXX>
+    |    |    |
+    |    :    :
+    |
+    +-- run/
+    |
+    +-- cache/
+    |
+    +-- syncrepl-data/
+    |
+    +-- NOTICE
+    |
+    +-- LICENSE
+</PRE><blockquote>
+</blockquote>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="2.1-config-description.html">2.1 - Configuration Description</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="2-server-config.html">2 - Server Configuration</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="2.2.1-debian-instance-layout.html">2.2.1 - Debian Instance Layout</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/2.2.1-debian-instance-layout.html b/content/apacheds/advanced-ug/2.2.1-debian-instance-layout.html
new file mode 100644
index 0000000..fa3681e
--- /dev/null
+++ b/content/apacheds/advanced-ug/2.2.1-debian-instance-layout.html
@@ -0,0 +1,403 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>2.2.1 - Debian Instance Layout &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="2.2-instance-layout.html">2.2 - Instance Layout</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="2.2-instance-layout.html">2.2 Instance Layout</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="2.2.2-rpm-instance-layout.html">2.2.2 - RPM  Instance Layout</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="221---debianimagesdebianpng-debian-instance-layout">2.2.1 - <img src="images/debian.png" alt="debian"> Debian Instance Layout</h1>
+<p>When you run the installer ( <em>sudo dpkg -i apacheds-&lt;version&gt;-&lt;arch&gt;.deb</em> ) on your debian system, it will install the server on your disk, using this layout :</p>
+<pre><code> /
+ |
+ +-- etc/
+ |    |
+ |    +-- init.d/
+ |         |
+ |         +-- apacheds-&lt;version&gt;-&lt;instance&gt;    The daemon used to start the server
+ +-- opt/
+ |    |
+ |    +-- apacheds-&lt;version&gt;
+ |         |
+ |         +-- conf/
+ |         |    |
+ |         |    +-- wrapper.conf  The wrapper default configuration
+ |         |
+ |         +-- bin/
+ |         |    |
+ |         |    +-- apacheds*  The script that starts the server
+ |         |    |
+ |         |    +-- wrapper*  The binary that starts the server
+ |         |
+ |         +-- lib
+ |         |    |
+ |         |    +-- wrapper-3.2.3.jar
+ |         |    |
+ |         |    +-- libwrapper.so
+ |         |    |
+ |         |    +-- apacheds-wrapper-2.0.0-M20-SNAPSHOT.jar
+ |         |    |
+ |         |    +-- apacheds-service-2.0.0-M20-SNAPSHOT.jar
+ |         |
+ |         +-- NOTICE
+ |         |
+ |         +-- LICENSE
+ |
+ +-- var/
+      |
+      +--lib/
+          |
+          +-- apacheds-&lt;version&gt;/
+            |
+            +-- &lt;instance&gt;/   
+                 |
+                 +-- run/
+                 |    |
+                 |    +-- apacheds-default.pid  The PID of the running process
+                 |
+                 +-- partitions/  This is were your data will be stored
+                 |    |
+                 |    +-- schema/
+                 |    |
+                 |    +-- system/
+                 |    |
+                 |    +-- example/
+                 |
+                 +-- log/  This is were the logs are stored
+                 |    |
+                 |    +-- apacheds.log
+                 |    |
+                 |    +-- wrapper.log
+                 |
+                 +-- cache/  This is where the various caches are stored
+                 |    |
+                 |    +-- changePwdReplayCache.data
+                 |    |
+                 |    +-- ou=system.data
+                 |    |
+                 |    +-- groupCache.data
+                 |    |
+                 |    +-- kdcReplayCache.data
+                 |
+                 +-- conf/
+                 |    |
+                 |    +-- wrapper-instance.conf  The specific instance wrapper configuration
+                 |    |
+                 |    +-- log4j.properties  The log configuration file
+                 |    |
+                 |    +-- config.ldif  The server configuration. Don't manipulate this file with a text editor !
+                 |
+                 +-- syncrepl-data/
+</code></pre>
+<h2 id="defining-an-instance">Defining an instance</h2>
+<p>The default installation comes with a default instance (aka <em>'default'</em>). It&rsquo;s possible to define more instances, it&rsquo;s just enough to copy the directory <em>/var/lib/apacheds-&lt;version&gt;/&lt;instances&gt;/default</em> and give it the name of the new instance. Then, be sure to remove everything under the <em>run/</em>, <em>partitions/</em>, <em>log/</em>, <em>syncrepl-data</em> and <em>cache/</em> directories to create a blank new instance. Here, we have created  [...]
+<pre><code> /
+ |
+ +-- var/
+      |
+      +--lib/
+          |
+          +-- apacheds-&lt;version&gt;/
+            |
+            +-- test/   
+                 |
+                 +-- run/
+                 |
+                 +-- partitions/
+                 |
+                 +-- log/
+                 |
+                 +-- cache/
+                 |
+                 +-- conf/
+                      |
+                      +-- wrapper-instance.conf
+                      |
+                      +-- log4j.properties
+                      |
+                      +-- config.ldif
+</code></pre>
+<p>The next step is to be sure that the config.ldif file is modified to not conflict with any other instance of the server : it&rsquo;s just a mater to change the port used by the server.</p>
+<p>When the newly created instance will be created, the partitions will be created.</p>
+<h2 id="starting-the-server">Starting the server</h2>
+<p>As we can have more than one instance, we have more than one instance in <em>/var/lib/apacheds&lt;version&gt;/&lt;instances&gt;</em> that can be installed. Each one of these instance can be started using the <em>/etc/init.d/apacheds</em> daemon, passing the instance as a parameter :</p>
+<pre><code>$ sudo /etc/init.d/apacheds-&lt;version&gt; start [&lt;instance&gt;]
+</code></pre>
+<p>The default instance name is &lsquo;default&rsquo;.</p>
+<p>All the data for a given instance are stored into this <em>/var/lib/apacheds-&lt;version&gt;/instances/&lt;instance-name&gt;</em> directory.</p>
+<h2 id="stopping-the-server">Stopping the server</h2>
+<p>Stopping the server is done using the same command, with a different parameter :</p>
+<pre><code>$ sudo /etc/init.d/apacheds-&lt;version&gt; stop [&lt;instance&gt;]
+</code></pre>
+<p>Again, you must provide the instance name if it&rsquo;s not the default one</p>
+<h2 id="repairing-the-indexes">Repairing the indexes</h2>
+<p>Sometime, the database get corrupted. Hopefully, this is not frequent, but when it happens, it left you in a position where there is nothing you can do but re-injecting a backup.</p>
+<p>That is more than annoying, and the latest version (2.0.0-M23) as an added feature that allows you to repair the indexes (this is a best effort, it might not work in all cases). Here is the step to follow in order to run the tool :</p>
+<pre><code>$ sudo /etc/init.d/apacheds-&lt;version&gt; repair /var/lib/apacheds-&lt;version&gt;/&lt;instance&gt;
+</code></pre>
+<p>All the indexes will be recreated, based on the content of the master table (which contains all the entries). You can also remove all the database files but the master.db and master.lg files from each user partitions in /var/lib/apacheds-<version>/<instance>/partitions, before running the command.</p>
+<p>The server should restart with a working database (it might take a bit of time, but not that much : rebuilding indexes is orders of magnitude faster than injcting entries in the server).</p>
+<h2 id="logs">Logs</h2>
+<p>You can check what&rsquo;s going on in the <em>apacheds-&lt;version&gt;instances/&lt;instance-name&gt;/log/apacheds.log</em> file, which is created using the configuration set in <em>apacheds-&lt;version&gt;instances/&lt;instance-name&gt;/conf/log4j.properties</em>.</p>
+<p>Typically, when you start the server, you will get such log :</p>
+<pre><code>$ more apacheds.log
+[10:53:05] WARN [org.apache.directory.server.core.DefaultDirectoryService] - You didn't change the admin password of 
+directory service instance 'default'.  Please update the admin password as soon as possible to prevent a possible 
+security breach.
+</code></pre>
+<p>and from the <em>apacheds-&lt;version&gt;/instances/&lt;instance-name&gt;/log/apacheds.out</em> file, which contains everything the server writes on the console, you will read :</p>
+<pre><code>$ more apacheds.out 
+[10:53:05] WARN [org.apache.directory.server.core.DefaultDirectoryService] - You didn't change the admin password of 
+directory service instance 'default'.  Please update the admin password as soon as possible to prevent a possible 
+security breach.
+           _                     _          ____  ____   
+          / \   _ __    ___  ___| |__   ___|  _ \/ ___|  
+         / _ \ | '_ \ / _` |/ __| '_ \ / _ \ | | \___ \  
+        / ___ \| |_) | (_| | (__| | | |  __/ |_| |___) | 
+       /_/   \_\ .__/ \__,_|\___|_| |_|\___|____/|____/  
+               |_|                                       
+</code></pre>
+<h3 id="log-configuration">Log configuration</h3>
+<p>You can configure the log level and content by changing the content of the <em>/var/lib/apacheds-&lt;version&gt;/&lt;instance&gt;/&lt;conf&gt;/log4j.properties</em> file.</p>
+<p>The default configuration is given below :</p>
+<pre><code>log4j.rootCategory=WARN, R, stdout
+
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+
+log4j.appender.R=org.apache.log4j.RollingFileAppender
+log4j.appender.R.File=${apacheds.log.dir}/apacheds.log
+
+log4j.appender.R.MaxFileSize=1024KB
+# Keep some backup files
+log4j.appender.R.MaxBackupIndex=5
+
+log4j.appender.R.layout=org.apache.log4j.PatternLayout
+log4j.appender.R.layout.ConversionPattern=[%d{HH:mm:ss}] %p [%c] - %m%n
+
+log4j.appender.stdout.layout.ConversionPattern=[%d{HH:mm:ss}] %p [%c] - %m%n
+
+# with these we'll not get innundated when switching to DEBUG
+log4j.logger.jdbm.recman.BaseRecordManager=FATAL
+log4j.logger.org.apache.directory.server.OPERATION_LOG=FATAL
+log4j.logger.org.apache.directory.server.OPERATION_TIME=FATAL
+log4j.logger.org.apache.directory.api.CODEC_LOG=FATAL
+log4j.logger.org.apache.directory.server.ACI_LOG=FATAL
+
+# Replication logs
+log4j.logger.org.apache.directory.server.PROVIDER_LOG=FATAL
+log4j.logger.org.apache.directory.server.CONSUMER_LOG=FATAL
+
+# Search log
+log4j.logger.org.apache.directory.CURSOR_LOG=FATAL
+
+# Other logs
+log4j.logger.org.apache.directory.api=FATAL
+log4j.logger.org.apache.directory.server=FATAL
+log4j.logger.net.sf.ehcache=FATAL
+log4j.logger.org.apache.mina=FATAL
+</code></pre>
+<h3 id="jvm-setting">JVM setting</h3>
+<p>Were you to change the memory you want to use for a given instance, you will have to modify the <em>/var/lib/apacheds-&lt;version&gt;/&lt;instances&gt;/&lt;conf&gt;/wrapper-instance.conf</em> file. Here are the parameter you can configure in this file :</p>
+<pre><code>##
+## In this file you can override parameters specified in the default
+## Apache Directory Server config file which is usually at
+## /opt/apacheds-2.0.0-M20-SNAPSHOT/conf/wrapper.conf
+##
+## See also http://wrapper.tanukisoftware.org/doc/english/properties.html
+## For a list of properties that can be set.
+##
+
+## Override the JRE used
+# wrapper.java.command=&lt;path-to-java-executable&gt;
+
+## Override the JVM memory settings
+## Initial Java Heap Size (in MB)
+# wrapper.java.initmemory=1024
+
+## Maximum Java Heap Size (in MB)
+# wrapper.java.maxmemory=2048
+</code></pre>
+<p>You mainly want to change the memory used by the JVM.</p>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="2.2-instance-layout.html">2.2 - Instance Layout</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="2.2-instance-layout.html">2.2 Instance Layout</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="2.2.2-rpm-instance-layout.html">2.2.2 - RPM  Instance Layout</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/2.2.2-rpm-instance-layout.html b/content/apacheds/advanced-ug/2.2.2-rpm-instance-layout.html
new file mode 100644
index 0000000..6bacb4c
--- /dev/null
+++ b/content/apacheds/advanced-ug/2.2.2-rpm-instance-layout.html
@@ -0,0 +1,340 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>2.2.2 - RPM Instance Layout &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="2.2.1-debian-instance-layout.html">2.2.1 - Debian Instance Layout</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="2.2-instance-layout.html">2.2 Instance Layout</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="2.2.3-macosx-instance-layout.html">2.2.3 - MacOSX Instance Layout</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="222---rpmimagesrpmpng-rpm-instance-layout">2.2.2 - <img src="images/rpm.png" alt="RPM"> RPM Instance Layout</h1>
+<p>When you run the installer on your RPM based system, it will install the server on your disk, using this layout :</p>
+<pre><code> /
+ |
+ +-- etc/
+ |    |
+ |    +-- init.d/
+ |         |
+ |         +-- apacheds-&lt;version&gt;-&lt;instance&gt;    The daemon used to start the server
+ +-- opt/
+ |    |
+ |    +-- apacheds-&lt;version&gt;
+ |         |
+ |         +-- conf/
+ |         |    |
+ |         |    +-- wrapper.conf  The wrapper default configuration
+ |         |
+ |         +-- bin/
+ |         |    |
+ |         |    +-- apacheds*  The script that starts the server
+ |         |    |
+ |         |    +-- wrapper*  The binary that starts the server
+ |         |
+ |         +-- lib
+ |         |    |
+ |         |    +-- wrapper-3.2.3.jar
+ |         |    |
+ |         |    +-- libwrapper.so
+ |         |    |
+ |         |    +-- apacheds-wrapper-2.0.0-M20-SNAPSHOT.jar
+ |         |    |
+ |         |    +-- apacheds-service-2.0.0-M20-SNAPSHOT.jar
+ |         |
+ |         +-- NOTICE
+ |         |
+ |         +-- LICENSE
+ |
+ +-- var/
+      |
+      +--lib/
+          |
+          +-- apacheds-&lt;version&gt;/
+            |
+            +-- &lt;instance&gt;/   
+                 |
+                 +-- run/
+                 |    |
+                 |    +-- apacheds-default.pid  The PID of the running process
+                 |
+                 +-- partitions/  This is were your data will be stored
+                 |    |
+                 |    +-- schema/
+                 |    |
+                 |    +-- system/
+                 |    |
+                 |    +-- example/
+                 |
+                 +-- log/  This is were the logs are stored
+                 |    |
+                 |    +-- apacheds.log
+                 |    |
+                 |    +-- wrapper.log
+                 |
+                 +-- cache/  This is where the various caches are stored
+                 |    |
+                 |    +-- changePwdReplayCache.data
+                 |    |
+                 |    +-- ou=system.data
+                 |    |
+                 |    +-- groupCache.data
+                 |    |
+                 |    +-- kdcReplayCache.data
+                 |
+                 +-- conf/
+                      |
+                      +-- wrapper-instance.conf  The specific instance wrapper configuration
+                      |
+                      +-- log4j.properties  The log configuration file
+                      |
+                      +-- config.ldif  The server configuration. Don't manipulate this file with a text editr !
+</code></pre>
+<p>As we can have more than one instance, we have more than one directory in <em>/var/lib/apacheds</em> that can be installed. Each one of these instance can be started using the <em>/etc/init.d/apacheds</em> daemon, passing the instancz as a parameter :</p>
+<pre><code>$ sudo /etc/init.d/apacheds-&lt;version&gt; start &lt;instance&gt;
+</code></pre>
+<p>The default instance name is &lsquo;default&rsquo;.</p>
+<p>All the data for a given instance are stored into this <em>/var/lib/apacheds-<version><em> directory.</p>
+<h2 id="configuring-each-instance">Configuring each instance</h2>
+<p>You can configure a specific settings. This is done by modifying the configuration files in <em>/var/lib/apacheds-<version>/<instance></em>.</p>
+<h3 id="jvm-setting">JVM setting</h3>
+<p>Were you to change the memory you want to use for a given instance, you will have to modify the <em>/var/lib/apacheds-<version>/<instance>/<conf>/wrapper-instance.conf</em> file. Here are the parameter you can configure in this file :</p>
+<pre><code>##
+## In this file you can override parameters specified in the default
+## Apache Directory Server config file which is usually at
+## /opt/apacheds-2.0.0-M20-SNAPSHOT/conf/wrapper.conf
+##
+## See also http://wrapper.tanukisoftware.org/doc/english/properties.html
+## For a list of properties that can be set.
+##
+
+## Override the JRE used
+# wrapper.java.command=&lt;path-to-java-executable&gt;
+
+## Override the JVM memory settings
+## Initial Java Heap Size (in MB)
+# wrapper.java.initmemory=1024
+
+## Maximum Java Heap Size (in MB)
+# wrapper.java.maxmemory=2048
+</code></pre>
+<p>You mainly want to change the memory used by the JVM.</p>
+<h3 id="log-configuration">Log configuration</h3>
+<p>You can configure the log level and content by changing the content of the <em>/var/lib/apacheds-<version>/<instance>/<conf>/log4j.properties</em> file.</p>
+<p>The default configuration is given below :</p>
+<pre><code>log4j.rootCategory=WARN, R, stdout
+
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+
+log4j.appender.R=org.apache.log4j.RollingFileAppender
+log4j.appender.R.File=${apacheds.log.dir}/apacheds.log
+
+log4j.appender.R.MaxFileSize=1024KB
+# Keep some backup files
+log4j.appender.R.MaxBackupIndex=5
+
+log4j.appender.R.layout=org.apache.log4j.PatternLayout
+log4j.appender.R.layout.ConversionPattern=[%d{HH:mm:ss}] %p [%c] - %m%n
+
+log4j.appender.stdout.layout.ConversionPattern=[%d{HH:mm:ss}] %p [%c] - %m%n
+
+# with these we'll not get innundated when switching to DEBUG
+log4j.logger.jdbm.recman.BaseRecordManager=FATAL
+log4j.logger.org.apache.directory.server.OPERATION_LOG=FATAL
+log4j.logger.org.apache.directory.server.OPERATION_TIME=FATAL
+log4j.logger.org.apache.directory.api.CODEC_LOG=FATAL
+log4j.logger.org.apache.directory.server.ACI_LOG=FATAL
+
+# Replication logs
+log4j.logger.org.apache.directory.server.PROVIDER_LOG=FATAL
+log4j.logger.org.apache.directory.server.CONSUMER_LOG=FATAL
+
+# Search log
+log4j.logger.org.apache.directory.CURSOR_LOG=FATAL
+
+# Other logs
+log4j.logger.org.apache.directory.api=FATAL
+log4j.logger.org.apache.directory.server=FATAL
+log4j.logger.net.sf.ehcache=FATAL
+log4j.logger.org.apache.mina=FATAL
+</code></pre>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="2.2.1-debian-instance-layout.html">2.2.1 - Debian Instance Layout</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="2.2-instance-layout.html">2.2 Instance Layout</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="2.2.3-macosx-instance-layout.html">2.2.3 - MacOSX Instance Layout</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/2.2.3-macosx-instance-layout.html b/content/apacheds/advanced-ug/2.2.3-macosx-instance-layout.html
new file mode 100644
index 0000000..a12f4c6
--- /dev/null
+++ b/content/apacheds/advanced-ug/2.2.3-macosx-instance-layout.html
@@ -0,0 +1,428 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>2.2.3 - MacOSX Instance Layout &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="2.2.2-rpm-instance-layout.html">2.2.2 - RPM Instance Layout</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="2.2-instance-layout.html">2.2 Instance Layout</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="2.2.4-windows-instance-layout.html">2.2.4 - Windows Instance Layout</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="223---macosximagesmacpng-macosx-instance-layout">2.2.3 - <img src="images/mac.png" alt="MacOSX"> MacOSX Instance Layout</h1>
+<p>The Mac OS X installer creates the following layout on yout disk :</p>
+<pre><code> /
+ |
+ +-- usr/
+ |    |
+ |    +-- bin/
+ |    |    |
+ |    |    +-- apacheds    The script that starts the server
+ |    |
+ |    +-- local/
+ |         |
+ |         +-- apacheds-&amp;lt;version&amp;gt;
+ |              |
+ |              +-- bin/
+ |              |    |
+ |              |    +-- wrapper*   The wrapper
+ |              |    |
+ |              |    +-- apacheds*   The ApacheDS server starter
+ |              |
+ |              +-- conf/
+ |              |    |
+ |              |    +-- wrapper.conf
+ |              |
+ |              +-- instances/
+ |              |    | 
+ |              |    +-- default/
+ |              |         | 
+ |              |         +-- run/
+ |              |         | 
+ |              |         +-- partitions/
+ |              |         | 
+ |              |         +-- log/
+ |              |         | 
+ |              |         +-- conf/
+ |              |         |    | 
+ |              |         |    +-- wrapper-instance.conf
+ |              |         |    | 
+ |              |         |    +-- log4j.properties
+ |              |         |    | 
+ |              |         |    +-- config.ldif
+ |              |         | 
+ |              |         +-- cache/
+ |              |         | 
+ |              |         +-- syncrepl-data/
+ |              |
+ |              +-- lib/
+ |              |    |
+ |              |    +-- wrapper-3.2.3.jar
+ |              |    |
+ |              |    +-- libwrapper.jnilib
+ |              |    |
+ |              |    +-- apacheds-wrapper-2.0.0-M20-SNAPSHOT.jar
+ |              |    |
+ |              |    +-- apacheds-service-2.0.0-M20-SNAPSHOT.jar
+ |              |
+ |              +-- LICENSE
+ |              |
+ |              +-- NOTICE
+ +-- Library/
+      |
+      +-- LaunchDaemons/
+           |
+           +-- org.apache.directory.server.plist  The daemon plist
+</code></pre>
+<h2 id="defining-an-instance">Defining an instance</h2>
+<p>The default installation comes with a default instance (aka <em>'default'</em>). It&rsquo;s possible to define more instances, you will have to copy the directory <em>/usr/local/apacheds-&lt;version&gt;/&lt;instances&gt;/default</em> and give it the name of the new instance. Then, be sure to remove everything under the <em>run/</em>, <em>partitions/</em>, <em>log/</em>, <em>syncrepl-data</em> and <em>cache/</em> directories to create a blank new instance. Here, we have created a blank [...]
+<pre><code> /
+ |
+ +-- usr/
+      |
+      +--local/
+          |
+          +-- apacheds-&lt;version&gt;/
+            |
+            +-- test/   
+                 |
+                 +-- run/
+                 |
+                 +-- partitions/
+                 |
+                 +-- log/
+                 |
+                 +-- cache/
+                 |
+                 +-- conf/
+                      |
+                      +-- wrapper-instance.conf
+                      |
+                      +-- log4j.properties
+                      |
+                      +-- config.ldif
+</code></pre>
+<p>The next step is to be sure that the config.ldif file is modified to not conflict with any other instance of the server : it&rsquo;s just a mater to change the port used by the server.</p>
+<p>You will also have to define a new daemon starter. This is done by copying the <em>Library/LaunchDaemons/org.apache.directory.server.plist</em> file and modifying it :</p>
+<pre><code>$ sudo cp /Library/LaunchDaemons/org.apache.directory.server.plist /Library/LaunchDaemons/org.apache.directory.server.test.plist
+</code></pre>
+<p>Now, update the folliwing lines in this file :</p>
+<pre><code>&lt;plist version=&quot;1.0&quot;&gt;
+    &lt;dict&gt;
+        &lt;key&gt;Disabled&lt;/key&gt;
+        &lt;false/&gt;
+
+        &lt;key&gt;Label&lt;/key&gt;
+        &lt;string&gt;org.apache.directory.server&lt;/string&gt;   /// Change the name
+
+        &lt;key&gt;ProgramArguments&lt;/key&gt;
+        &lt;array&gt;
+            &lt;string&gt;/usr/local/apacheds-2.0.0-M20-SNAPSHOT/bin/apacheds&lt;/string&gt;
+            &lt;string&gt;console&lt;/string&gt;
+            &lt;string&gt;default&lt;/string&gt;   /// change the name to 'test'
+        &lt;/array&gt;
+
+        &lt;key&gt;RunAtLoad&lt;/key&gt;
+        &lt;false/&gt;
+    &lt;/dict&gt;
+&lt;/plist&gt;
+</code></pre>
+<p>to something like :</p>
+<pre><code>&lt;plist version=&quot;1.0&quot;&gt;
+    &lt;dict&gt;
+        &lt;key&gt;Disabled&lt;/key&gt;
+        &lt;false/&gt;
+
+        &lt;key&gt;Label&lt;/key&gt;
+        &lt;string&gt;org.apache.directory.server.test&lt;/string&gt;   /// test
+
+        &lt;key&gt;ProgramArguments&lt;/key&gt;
+        &lt;array&gt;
+            &lt;string&gt;/usr/local/apacheds-2.0.0-M20-SNAPSHOT/bin/apacheds&lt;/string&gt;
+            &lt;string&gt;console&lt;/string&gt;
+            &lt;string&gt;test&lt;/string&gt;   /// test
+        &lt;/array&gt;
+
+        &lt;key&gt;RunAtLoad&lt;/key&gt;
+        &lt;false/&gt;
+    &lt;/dict&gt;
+&lt;/plist&gt;
+</code></pre>
+<p>then load the daemon :</p>
+<pre><code>$ sudo launchctl /Library/LaunchDaemons/org.apache.directory.server.test.plist
+</code></pre>
+<p>and start it :</p>
+<pre><code>$ sudo launchctl start org.apache.directory.server.test
+</code></pre>
+<p>When the newly created instance will be created, the partitions will be created.</p>
+<h2 id="starting-the-server">Starting the server</h2>
+<p>As we can have more than one instance, we have more than one instance in <em>/usr/local/apacheds&lt;version&gt;/&lt;instances&gt;</em> that can be installed. Each one of these instance can be started using the <em>launchctl</em> command applied on each loaded instance (which has a different name). Here, we will start the server which instances is the one we just defined, ie &lsquo;test&rsquo; :</p>
+<pre><code>$ sudo launchctl start org.apache.directory.server.test
+</code></pre>
+<p>The default instance name is org.apache.directory.server, to start it just type :</p>
+<pre><code>$ sudo launchctl start org.apache.directory.server.
+</code></pre>
+<p>All the data for a given instance are stored into this <em>/usr/local/apacheds-&lt;version&gt;/instances/&lt;instance-name&gt;</em> directory.</p>
+<h2 id="stopping-the-server">Stopping the server</h2>
+<p>Stopping the server is done using the same command, with a different parameter :</p>
+<pre><code>$ sudo launchctl stop org.apache.directory.server.test
+</code></pre>
+<p>Again, you must provide the instance name</p>
+<h2 id="logs">Logs</h2>
+<p>You can check what&rsquo;s going on in the <em>apacheds-&lt;version&gt;instances/&lt;instance-name&gt;/log/wrapper.log</em> file, and <em>apacheds-&lt;version&gt;instances/&lt;instance-name&gt;/log/apacheds.log</em> file which is created using the configuration set in <em>apacheds-&lt;version&gt;instances/&lt;instance-name&gt;/conf/log4j.properties</em>.</p>
+<p>Typically, when you start the server, you will get such log :</p>
+<pre><code>$ more wrapper.log
+STATUS | wrapper  | 2015/01/04 07:26:14 | --&gt; Wrapper Started as Console
+STATUS | wrapper  | 2015/01/04 07:26:15 | Launching a JVM...
+INFO   | jvm 1    | 2015/01/04 07:26:15 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
+INFO   | jvm 1    | 2015/01/04 07:26:15 |   Copyright 1999-2006 Tanuki Software, Inc.  All Rights Reserved.
+INFO   | jvm 1    | 2015/01/04 07:26:15 | 
+INFO   | jvm 1    | 2015/01/04 07:26:18 |            _                     _          ____  ____   
+INFO   | jvm 1    | 2015/01/04 07:26:18 |           / \   _ __    ___  ___| |__   ___|  _ \/ ___|  
+INFO   | jvm 1    | 2015/01/04 07:26:18 |          / _ \ | '_ \ / _` |/ __| '_ \ / _ \ | | \___ \  
+INFO   | jvm 1    | 2015/01/04 07:26:18 |         / ___ \| |_) | (_| | (__| | | |  __/ |_| |___) | 
+INFO   | jvm 1    | 2015/01/04 07:26:18 |        /_/   \_\ .__/ \__,_|\___|_| |_|\___|____/|____/  
+INFO   | jvm 1    | 2015/01/04 07:26:18 |                |_|                                       
+INFO   | jvm 1    | 2015/01/04 07:26:18 | 
+</code></pre>
+<h3 id="log-configuration">Log configuration</h3>
+<p>You can configure the log level and content by changing the content of the <em>/var/lib/apacheds-&lt;version&gt;/&lt;instance&gt;/&lt;conf&gt;/log4j.properties</em> file.</p>
+<p>The default configuration is given below :</p>
+<pre><code>log4j.rootCategory=WARN, R, stdout
+
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+
+log4j.appender.R=org.apache.log4j.RollingFileAppender
+log4j.appender.R.File=${apacheds.log.dir}/apacheds.log
+
+log4j.appender.R.MaxFileSize=1024KB
+# Keep some backup files
+log4j.appender.R.MaxBackupIndex=5
+
+log4j.appender.R.layout=org.apache.log4j.PatternLayout
+log4j.appender.R.layout.ConversionPattern=[%d{HH:mm:ss}] %p [%c] - %m%n
+
+log4j.appender.stdout.layout.ConversionPattern=[%d{HH:mm:ss}] %p [%c] - %m%n
+
+# with these we'll not get innundated when switching to DEBUG
+log4j.logger.jdbm.recman.BaseRecordManager=FATAL
+log4j.logger.org.apache.directory.server.OPERATION_LOG=FATAL
+log4j.logger.org.apache.directory.server.OPERATION_TIME=FATAL
+log4j.logger.org.apache.directory.api.CODEC_LOG=FATAL
+log4j.logger.org.apache.directory.server.ACI_LOG=FATAL
+
+# Replication logs
+log4j.logger.org.apache.directory.server.PROVIDER_LOG=FATAL
+log4j.logger.org.apache.directory.server.CONSUMER_LOG=FATAL
+
+# Search log
+log4j.logger.org.apache.directory.CURSOR_LOG=FATAL
+
+# Other logs
+log4j.logger.org.apache.directory.api=FATAL
+log4j.logger.org.apache.directory.server=FATAL
+log4j.logger.net.sf.ehcache=FATAL
+log4j.logger.org.apache.mina=FATAL
+</code></pre>
+<h3 id="jvm-setting">JVM setting</h3>
+<p>Were you to change the memory you want to use for a given instance, you will have to modify the <em>/usr/local/apacheds-&lt;version&gt;/&lt;instances&gt;/&lt;conf&gt;/wrapper-instance.conf</em> file. Here are the parameter you can configure in this file :</p>
+<pre><code>##
+## In this file you can override parameters specified in the default
+## Apache Directory Server config file which is usually at
+## /opt/apacheds-2.0.0-M20-SNAPSHOT/conf/wrapper.conf
+##
+## See also http://wrapper.tanukisoftware.org/doc/english/properties.html
+## For a list of properties that can be set.
+##
+
+## Override the JRE used
+# wrapper.java.command=&lt;path-to-java-executable&gt;
+
+## Override the JVM memory settings
+## Initial Java Heap Size (in MB)
+# wrapper.java.initmemory=1024
+
+## Maximum Java Heap Size (in MB)
+# wrapper.java.maxmemory=2048
+</code></pre>
+<p>You mainly want to change the memory used by the JVM.</p>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="2.2.2-rpm-instance-layout.html">2.2.2 - RPM Instance Layout</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="2.2-instance-layout.html">2.2 Instance Layout</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="2.2.4-windows-instance-layout.html">2.2.4 - Windows Instance Layout</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/2.2.4-windows-instance-layout.html b/content/apacheds/advanced-ug/2.2.4-windows-instance-layout.html
new file mode 100644
index 0000000..178e9db
--- /dev/null
+++ b/content/apacheds/advanced-ug/2.2.4-windows-instance-layout.html
@@ -0,0 +1,192 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>2.2.4 - Windows Instance Layout &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="2.2.3-macosx-instance-layout.html">2.2.3 - MacOSX Instance Layout</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="2.2-instance-layout.html">2.2 Instance Layout</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="2.2.5-generic-instance-layout.html">2.2.5 - Generic Instance Layout</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="224---windowsimageswindowspng-windows-instance-layout">2.2.4 - <img src="images/windows.png" alt="Windows"> Windows Instance Layout</h1>
+<p>TODO&hellip;</p>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="2.2.3-macosx-instance-layout.html">2.2.3 - MacOSX Instance Layout</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="2.2-instance-layout.html">2.2 Instance Layout</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="2.2.5-generic-instance-layout.html">2.2.5 - Generic Instance Layout</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/2.2.5-generic-instance-layout.html b/content/apacheds/advanced-ug/2.2.5-generic-instance-layout.html
new file mode 100644
index 0000000..e5aadb6
--- /dev/null
+++ b/content/apacheds/advanced-ug/2.2.5-generic-instance-layout.html
@@ -0,0 +1,318 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>2.2.5 - Generic Instance Layout &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="2.2.4-windows-instance-layout.html">2.2.4 - Windows Instance Layout</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="2.2-instance-layout.html">2.2 Instance Layout</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="3-admin-model.html">3 - Administrative Model</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="225---generic-instance-layout">2.2.5 - Generic Instance Layout</h1>
+<p>This installer just contain everything needed to start <em>ApacheDS</em> but it will not create a daemon not a Windows Service. Would one like to start <em>ApacheDS</em>, it will have to start the <em>apacheds.sh</em> or <em>apacheds.bat</bat> script shell.</p>
+<p>The installer is just a raeball that needs to be oepend and deflated at the selected position  :</p>
+<pre><code>tar xzpf apacheds-&lt;version&gt;.tar.gz
+</code></pre>
+<p>or</p>
+<pre><code>gunzip apacheds-&lt;version&gt;.zip
+</code></pre>
+<p>The layout is quite simple :</p>
+<pre><code>apacheds-&lt;version&gt;
+  |
+  +-- lib/
+  |    |
+  |    +-- apacheds-service-&lt;version&gt;.jar
+  |
+  +-- instances/
+  |    |
+  |    +-- default/
+  |         |    
+  |         +-- run/
+  |         |    
+  |         +-- partitions/
+  |         |    
+  |         +-- log/
+  |         |    
+  |         +-- conf/
+  |         |    |
+  |         |    +-- log4j.properties
+  |         |    |
+  |         |    +-- config.ldif
+  |         |
+  |         +-- cache/
+  |
+  +-- bin/
+  |    |
+  |    +-- apacheds.bat
+  |    |
+  |    +-- apacheds.sh
+  |    |
+  |    +-- cpappend.bat
+  |    
+  +-- NOTICE
+  |
+  +-- LICENSE
+</code></pre>
+<p>In order to start the server, you will have to make the shell script executable (it is not by default):</p>
+<pre><code>$ chmod u+x apacheds-&lt;version&gt;/bin/apacheds.sh
+</code></pre>
+<h2 id="starting-the-server">Starting the server</h2>
+<p>Starting the server is as simple as starting the script :</p>
+<pre><code>$ ./apacheds-&lt;version&gt;/bin/apacheds.sh start
+Using ADS_HOME:    .../apacheds-&lt;version&gt;
+Using JAVA_HOME:   /Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/
+
+Starting ApacheDS instance 'default'...
+$
+</code></pre>
+<h2 id="stopping-the-server">Stopping the server</h2>
+<p>The server is now started. To stop it, you have to execute this command :</p>
+<pre><code>$ ./apacheds-&lt;version&gt;/bin/apacheds.sh stop
+Using ADS_HOME:    .../apacheds-&lt;version&gt;
+Using JAVA_HOME:   /Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/
+
+Stoping ApacheDS instance 'default' running as 23080
+ApacheDS instance 'default' stopped successfully
+</code></pre>
+<h2 id="selection-a-different-instance">Selection a different instance</h2>
+<p>You can start many instances of the server, assuming you have duplicated the content of teh <em>instances/default</em> directory, and modified the <em>instances/default/conf/config.ldif</em> file (cahnge the transports so that there is no collision between servers)</p>
+<h2 id="logs">Logs</h2>
+<p>You can check what&rsquo;s going on in the <em>apacheds-<version>/instances/<instance-name>/log/apacheds.log</em> file, which is created using the configuration set in <em>apacheds-<version>/instances/<instance-name>/conf/log4j.properties</em>.</p>
+<p>Typically, when you start the server, you will get such log :</p>
+<pre><code>$ more apacheds.log
+[10:53:05] WARN [org.apache.directory.server.core.DefaultDirectoryService] - You didn't change the admin password of 
+directory service instance 'default'.  Please update the admin password as soon as possible to prevent a possible 
+security breach.
+</code></pre>
+<p>and from the <em>apacheds-<version>/instances/<instance-name>/log/apacheds.out</em> file, which contains everything the server writes on the console, you will read :</p>
+<pre><code>$ more apacheds.out 
+[10:53:05] WARN [org.apache.directory.server.core.DefaultDirectoryService] - You didn't change the admin password of 
+directory service instance 'default'.  Please update the admin password as soon as possible to prevent a possible 
+security breach.
+           _                     _          ____  ____   
+          / \   _ __    ___  ___| |__   ___|  _ \/ ___|  
+         / _ \ | '_ \ / _` |/ __| '_ \ / _ \ | | \___ \  
+        / ___ \| |_) | (_| | (__| | | |  __/ |_| |___) | 
+       /_/   \_\ .__/ \__,_|\___|_| |_|\___|____/|____/  
+               |_|                                       
+</code></pre>
+<h3 id="log-configuration">Log configuration</h3>
+<p>You can configure the log level and content by changing the content of the <em>/var/lib/apacheds-&lt;version&gt;/&lt;instance&gt;/&lt;conf&gt;/log4j.properties</em> file.</p>
+<p>The default configuration is given below :</p>
+<pre><code>log4j.rootCategory=WARN, R, stdout
+
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+
+log4j.appender.R=org.apache.log4j.RollingFileAppender
+log4j.appender.R.File=${apacheds.log.dir}/apacheds.log
+
+log4j.appender.R.MaxFileSize=1024KB
+# Keep some backup files
+log4j.appender.R.MaxBackupIndex=5
+
+log4j.appender.R.layout=org.apache.log4j.PatternLayout
+log4j.appender.R.layout.ConversionPattern=[%d{HH:mm:ss}] %p [%c] - %m%n
+
+log4j.appender.stdout.layout.ConversionPattern=[%d{HH:mm:ss}] %p [%c] - %m%n
+
+# with these we'll not get innundated when switching to DEBUG
+log4j.logger.jdbm.recman.BaseRecordManager=FATAL
+log4j.logger.org.apache.directory.server.OPERATION_LOG=FATAL
+log4j.logger.org.apache.directory.server.OPERATION_TIME=FATAL
+log4j.logger.org.apache.directory.api.CODEC_LOG=FATAL
+log4j.logger.org.apache.directory.server.ACI_LOG=FATAL
+
+# Replication logs
+log4j.logger.org.apache.directory.server.PROVIDER_LOG=FATAL
+log4j.logger.org.apache.directory.server.CONSUMER_LOG=FATAL
+
+# Search log
+log4j.logger.org.apache.directory.CURSOR_LOG=FATAL
+
+# Other logs
+log4j.logger.org.apache.directory.api=FATAL
+log4j.logger.org.apache.directory.server=FATAL
+log4j.logger.net.sf.ehcache=FATAL
+log4j.logger.org.apache.mina=FATAL
+</code></pre>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="2.2.4-windows-instance-layout.html">2.2.4 - Windows Instance Layout</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="2.2-instance-layout.html">2.2 Instance Layout</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="3-admin-model.html">3 - Administrative Model</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/3-admin-model.html b/content/apacheds/advanced-ug/3-admin-model.html
new file mode 100644
index 0000000..f426e7a
--- /dev/null
+++ b/content/apacheds/advanced-ug/3-admin-model.html
@@ -0,0 +1,243 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>3 - Administrative Model &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="2.2.5-generic-instance-layout.html">2.2.5 - Generic Instance Layout</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="../advanced-user-guide.html">Advanced User Guide</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="3.1-administrative-points.html">3.1 - Administrative Points</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h2 id="chapter-content">Chapter content</h2>
+<ul>
+<li><a href="3.1-administrative-points.html">3.1 - Administrative Points</a></li>
+<li><a href="3.2-operations-on-an-administrativepoint.html">3.2 - Operations on an Administrative Point</a></li>
+</ul>
+<h1 id="3---administrative-model">3 - Administrative Model</h1>
+<p>The <strong>Administrative Model</strong> is a really critical notion that needs to be understood, because it drives many of ApacheDS roles.</p>
+<p>It&rsquo;s directly inherited by the <strong>X.500</strong> Administrative model (in fact, we do implement the full <strong>X.500</strong> specification related to <strong>AAs</strong>).</p>
+<h2 id="what-is-the-administrative-model-">What is the Administrative Model ?</h2>
+<p>The idea is to define the <strong>DIT</strong> as some areas which are administered.
+Each area can be defined, and covers a set of entries, and each area can manage one ore more roles we want to manage.
+Those roles can be related to authorization, schema, etc&hellip; Each of these areas can overlap, but in any case, if two areas are overlapping,
+then one area totally includes the other one.</p>
+<p>The Administrative Model is everything we need to implement in order to be able to manage roles on some defined areas.</p>
+<h2 id="areas">Areas</h2>
+<p>An Area describes a part of the <strong>DIT</strong> which will start from a specific entry, and spans across a part of the subtree starting at the base entry. An area is administered by an <strong>AP</strong> (Administrative Point) which holds all the needed information about the area and the roles.</p>
+<p>We have three kind of areas :</p>
+<ul>
+<li>AAA : Autonomous Administrative Areas</li>
+<li>SAA : Specific Administrative Areas</li>
+<li>IAA : Inner Administrative Areas</li>
+</ul>
+<p><strong>AAAs</strong> cover all the roles as if we had declared one <strong>SAA</strong> for each existing role. They overload any area in which they can be encapsulated, hiding them.</p>
+<p><strong>SAAs</strong> cover one specific role, and overload any encapsulating area with the same role.</p>
+<p><strong>IAAs</strong> cover one specific role, but don&rsquo;t not overload any encapsulating area with the same role.</p>
+<h2 id="administration-point">Administration Point</h2>
+<p>An <strong>Administration Point</strong> is the point in the <strong>DIT</strong> where an area starts. It defines the roles, and the scope that applies to this area.</p>
+<p>Once we know which area we need to define, and the associated roles, it&rsquo;s mandatory to store those information in the <strong>DIT</strong>. This is done by adding <strong>subentries</strong>, which just are entries storing all the administrative configuration.</p>
+<p>An Administrative Point is stored as a <strong>subentry</strong> (which is just a plain LDAP entry) just below the base of the defined area.</p>
+<DIV class="info" markdown="1">
+	A **Subentry** is just a plain normal entry except that it contains administrative model informations.
+	They are stored below the entry they are managing, as a child entry.
+</DIV>
+<DIV class="note" markdown="1">
+	We also use the term "subtree" to define areas. This is due to the fact that we define a subtree specification in the administration point to express the set of selected entries.
+</DIV>
+<h2 id="roles">Roles</h2>
+<p>The roles are the various aspects which are managed by the administration points. Currently, we manage five different roles in ApacheDS :</p>
+<ul>
+<li>Authorization : manage the access to entries</li>
+<li>Schema : define the schema to be used by a subtree</li>
+<li>Triggers : define the triggers that can be leveraged in a subtree</li>
+<li>Collective Attributes : manage attributes that are valid ofr a set of entries</li>
+<li>Replication : manage the replication of a set</li>
+</ul>
+<h1 id="apacheds-20-coverage">ApacheDS 2.0 coverage</h1>
+<p>Currently, in Apache 2.0, we don&rsquo;t implement all this model. What is supported is :</p>
+<ul>
+<li>AAA and SAA : We don&rsquo;t currently support IAA</li>
+<li>We don&rsquo;t have more than one schema</li>
+<li>Replication is not managed with any administration point</li>
+</ul>
+<p>Those missing parts will be implemented in the forthcoming versions.</p>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="2.2.5-generic-instance-layout.html">2.2.5 - Generic Instance Layout</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="../advanced-user-guide.html">Advanced User Guide</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="3.1-administrative-points.html">3.1 - Administrative Points</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/3.1-administrative-points.html b/content/apacheds/advanced-ug/3.1-administrative-points.html
new file mode 100644
index 0000000..8507e60
--- /dev/null
+++ b/content/apacheds/advanced-ug/3.1-administrative-points.html
@@ -0,0 +1,303 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>3.1. Administrative points &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="3-admin-model.html">3 - Administrative Model</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="3-admin-model.html">3 - Administrative Model</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="3.2-operations-on-an-administrativepoint.html">3.2 Operations on an a Administrative Point</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="31-administrative-points">3.1. Administrative points</h1>
+<p>An <em>Administrative Point</em> is an entry which is defining a starting point
+from which some of the four existing administrative roles will span. It&rsquo;s
+important to understand than an Administrative Point (or <em>AP</em>) comes hand
+in hand with the associated <em>Subentries</em>, otherwise it&rsquo;s useless.</p>
+<p>Any entry can be defined as an <em>AP</em>.</p>
+<p>In the following schema, we have depicted a DIT with three <em>AP</em>s, the big
+one being an <em>AAP</em>, the blue one is a <em>SAP</em> and the green one is an <em>IAP</em>.
+They all define an area on which they are active and the dashed lines for
+the <em>IAP</em> are used to express the fact that an entry within the <em>IAP</em> area
+still depends on the higher <em>AAP</em>.</p>
+<p><img src="images/APs-tree.png" alt="APs-tree"></p>
+<p>Directly under an <em>AP</em>, we will find some <em>Subentries</em> defining the scopes
+on which they are active. These scopes (one per subentry) are called
+<em>SubtreeSpecification</em>, and define the entries that can be handled by the
+role the Subentry is defined for.</p>
+<p>The schema shows the relation between the <em>AP</em> and one <em>SubEntry</em> :</p>
+<p><img src="images/subentry.png" alt="subentry"></p>
+<h2 id="administrative-point">Administrative Point</h2>
+<p>We will describe the types of Administrative Points we are managing and the
+way they impact their associated Administrative Areas (<em>AA</em>)</p>
+<p>We have three different kind of <em>AP</em>  :</p>
+<ul>
+<li>Autonomous AP ( <em>AAP</em>)</li>
+<li>Specific AP (<em>SAP</em>)</li>
+<li>Inner AP (<em>IAP</em>)</li>
+</ul>
+<p>Those three different <em>APs</em> are related with each other in this way :</p>
+<ul>
+<li><em>AAPs</em> manage an <em>AA</em> as if all the possible type of <em>SAP</em> where declared
+for this area</li>
+<li><em>SAPs</em> manage an <em>AA</em> with respect to one specific kind of role (Access
+Control, Collective Attributes, SubSchema or Trigger Execution)</li>
+<li>IAPs manage an <em>AA</em> inside another <em>AP</em></li>
+<li>An <em>AAP</em> or a <em>SAP</em> starts at some point in the tree, and all the entries
+below this <em>AAP</em>/<em>SAP</em> aren&rsquo;t related to any other <em>AAP</em>. That also means
+that if an <em>AAP</em>/<em>SAP</em> is created below an existing AP, then all the
+entries it covers are unlinked from the previous AP (except that for <em>SAP</em>,
+we just logically keep a link to the higher AP for all the other aspects
+but the one covered by the new <em>SAP</em>)</li>
+<li>An <em>IAP</em> <em>must</em> be included into another <em>AP</em>, being it an <em>AAP</em>, <em>SAP</em>
+or <em>IAP</em>. It controls a specific aspect too, as for the <em>SAP</em>, but it will
+be combined with any of the above <em>AP</em>.</li>
+</ul>
+<h2 id="roles">Roles</h2>
+<p><em>AP</em> are managing some administrative aspect, defined by a role :</p>
+<ul>
+<li>ACI : Manage the access control</li>
+<li>CollectiveAttribute : Manage the collective attributes</li>
+<li>SubSchema (not handled atm)</li>
+<li>TriggrExecution : Manage the execution of stored procedures</li>
+</ul>
+<h1 id="subentry">Subentry</h1>
+<p>Once we have defined an <em>AP</em>, we can add some <em>subentries</em> which contain
+the description of the administrative actions, including :</p>
+<ul>
+<li>The area this <em>subentry</em> covers, defined by a <em>SubtreeSpecification</em>,
+named <em>subtree</em>.</li>
+</ul>
+<p>The <em>SubtreeSpecification</em> can be complex. Its grammar is given below :</p>
+<pre><code>&lt;subtreeSpecification&gt; ::= '{' &lt;sps-e&gt; &lt;subtreeSpecificationComponent-e&gt;'}'
+
+&lt;subtreeSpecificationComponent-e&gt; ::= &lt;subtreeSpecificationComponent&gt; &lt;sps-e&gt;    &lt;subtreeSpecificationComponent-list&gt; | e
+
+&lt;subtreeSpecificationComponent-list&gt; ::= ',' &lt;sps-e&gt;
+&lt;subtreeSpecificationComponent&gt; &lt;sps-e&gt;
+&lt;subtreeSpecificationComponent-list&gt; | e 
+
+&lt;subtreeSpecificationComponent&gt; ::= 
+    'base' &lt;sps&gt; DN
+    | 'specificExclusions' &lt;sps&gt; '{' &lt;sps-e&gt; &lt;specificExclusion-e&gt; '}'
+    | 'minimum' &lt;sps&gt; INTEGER
+    | 'maximum' &lt;sps&gt; INTEGER
+    | 'specificationFilter' &lt;sps&gt; &lt;refinement-filter&gt;
+
+&lt;specificExclusion-e&gt; ::= &lt;specificExclusion&gt; &lt;sps-e&gt;
+&lt;specificExclusion-list&gt; | e
+
+&lt;specificExclusion-list&gt; ::= ',' &lt;sps-e&gt; &lt;specificExclusion&gt; &lt;sps-e&gt;
+&lt;specificExclusion-list&gt; | e
+
+&lt;specificExclusion&gt; ::= 'chopBefore' &lt;sps-e&gt; ':' &lt;sps-e&gt; DN | 'chopAfter'
+&lt;sps-e&gt; ':' &lt;sps-e&gt; DN
+
+&lt;refinement-filter&gt; ::= &lt;refinement&gt; | FILTER
+
+&lt;refinement&gt; ::= 
+    'item' &lt;sps-e&gt; ':' &lt;sps-e&gt; &lt;oid&gt; 
+    | 'and' &lt;sps-e&gt; ':' &lt;sps-e&gt; '{' &lt;sps-e&gt; &lt;refinement-e&gt; '}'
+    | 'or' &lt;sps-e&gt; ':' &lt;sps-e&gt; '{' &lt;sps-e&gt; &lt;refinement-e&gt; '}' 
+    | 'not' &lt;sps-e&gt; ':' &lt;sps-e&gt; &lt;refinement&gt;
+
+&lt;refinement-e&gt; ::= &lt;refinement&gt; &lt;sps-e&gt; &lt;refinement-list&gt; | e
+
+&lt;refinement-list&gt; ::= ',' &lt;sps-e&gt; &lt;refinement&gt; &lt;sps-e&gt; &lt;refinement-list&gt; | e
+
+&lt;oid&gt; ::= DESCR | NUMERICOID
+
+&lt;sps&gt; ::= ' ' &lt;sps-e&gt;
+
+&lt;sps-e&gt; ::= ' ' &lt;sps-e&gt; | e
+</code></pre>
+<p>Some exemple of such subtrees :</p>
+<p><strong>select all the entries below the AdministrativePoint entry :</strong></p>
+<pre><code>{} 
+</code></pre>
+<p><strong>select all the entries below the ou=users branch
+starting from the AdministrativePoint entry :</strong></p>
+<pre><code>{ base &quot;ou=users&quot; } 
+</code></pre>
+<p>** exclude all the entries below the &ldquo;ou=groups&rdquo; branch : **</p>
+<pre><code>{ specificExclusions { chopBefore:&quot;ou=groups&quot; } } 
+</code></pre>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="3-admin-model.html">3 - Administrative Model</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="3-admin-model.html">3 - Administrative Model</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="3.2-operations-on-an-administrativepoint.html">3.2 Operations on an a Administrative Point</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/3.2-operations-on-an-administrativepoint.html b/content/apacheds/advanced-ug/3.2-operations-on-an-administrativepoint.html
new file mode 100644
index 0000000..3496373
--- /dev/null
+++ b/content/apacheds/advanced-ug/3.2-operations-on-an-administrativepoint.html
@@ -0,0 +1,330 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>3.2 Operations on an Administrative Point &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="3.1-administrative-points.html">3.1 - Administrative Points</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="3-admin-model.html">Administrative Model</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="4-authentication-and-authorization.html">4 - Authentication and Authorization</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="32-operations-on-an-administrative-point">3.2 Operations on an Administrative Point</h1>
+<p>There are six kind of operations we can have on an AdministrativePoint :</p>
+<ul>
+<li>creating a new AP</li>
+<li>removing an existing AP</li>
+<li>modifying an existing AP by adding or removing a role</li>
+<li>renaming an AP</li>
+<li>moving an AP</li>
+<li>renaming or moving an AP</li>
+</ul>
+<p>Renaming an AP has no impact on the administrative model, as we don&rsquo;t point
+(internally) on the entry&rsquo;s DN, but on its UUID, so the last three
+operations can be gathered into one single Move operation.</p>
+<p>Also note that any modification made on an entry&rsquo;s AdminsitrativeRole may
+have an impact on all it&rsquo;s descendants and ascendants (this is true for the
+Modify and Move operation)</p>
+<h2 id="adding-an-ap-entry">Adding an AP entry</h2>
+<p>This seems to be a simple operation, however many checks have to be done in
+order to not break the existing Administrative model.</p>
+<p>First of all, we have to check that the added entry contains the
+AdministrativeRole attributeType, and that this role is not empty. As we
+don&rsquo;t have any semantic control for this AT (the attached syntax is just
+expecting the values to be Strings), we have to do those checks in the
+AdminInterceptor.</p>
+<p>Here are the checks we must provide :</p>
+<ul>
+<li>the AdministrativeRole AT must have values</li>
+<li>those values must be roles (ie one of the 4 possible specific area roles,
+or one of the 3 inner area roles, or the autonomous area role)</li>
+<li>there should not be duplicated</li>
+<li>we can&rsquo;t have an AAP with any other role</li>
+<li>we can&rsquo;t have an IAP and an SAP for the same role</li>
+</ul>
+<p>Once those basic checks done, we also have to check that the roles
+hierarchy will remain consistent after the addition, ie :</p>
+<ul>
+<li>if an IAP is added, it must have a parent AAP or at least a parent SAP
+for the same role</li>
+</ul>
+<p>If all those checks are ok, we can add the entry into the base, and update
+the AP cache</p>
+<h2 id="deleting-an-ap-entry">Deleting an AP entry</h2>
+<p>This operation is way simpler, as we can&rsquo;t delete an entry if it has some
+children, so there is no need to check that the administrative model is
+consistent.</p>
+<p>We just have to remove the entry and update the AP cache</p>
+<h2 id="modifying-an-ap-entry">Modifying an AP entry</h2>
+<p>This is way more complex. We can have five kind of modification here :</p>
+<ul>
+<li>addition of roles</li>
+<li>deletion of roles</li>
+<li>replacement of roles</li>
+<li>creation of a new AdministrativeRole attribute</li>
+<li>removing of an existing AdministrativeRole attribute</li>
+</ul>
+<p>The three first modifications can imply more than one role. We have to deal
+with each of those modifications one by one.</p>
+<h3 id="addition-of-roles">Addition of roles</h3>
+<p>For this modification, we will have to check for each of the roles the very
+same elements than for the Add operation above :</p>
+<ul>
+<li>if the entry does not have an AdministrativeRole AT, we have to create it</li>
+<li>we must have at least one value</li>
+<li>the role must be syntaxicaly correct</li>
+<li>it should not already exist into the attribute</li>
+<li>we can&rsquo;t add it if we already have an AAP role</li>
+<li>we can&rsquo;t add it if it&rsquo;s an IAP and a SAP with the same role exists</li>
+<li>if it&rsquo;s an IAP, it must have a parent AAP or SAP with the same role</li>
+</ul>
+<p>If all of those checks are ok, we can update the AP cache, which must be
+cloned, otherwise we may have to rollback the operation if any of the
+following modification fails.</p>
+<h3 id="removing-of-roles">Removing of roles</h3>
+<p>First, if there is no value for this modification, then that means we must
+delete the Attribute. This case will be analyzed later.
+For each of the roles to remove, we have to apply those checks :</p>
+<ul>
+<li>the role must be syntaxicaly correct</li>
+<li>it must already exist into the attribute</li>
+<li>we can&rsquo;t remove an AAP or a SAP if there is a direct IAP in one of its
+direct descendant (ie, if we have a SAP or an AAP while descending into the
+tree, we can stop checking the branch)</li>
+</ul>
+<p>Now, if there are no values, we have to get the existing roles and apply he
+same checks</p>
+<p>If everything is fine, we can remove the roles from the attribute.</p>
+<h3 id="replacing-roles">Replacing roles</h3>
+<p>This kind of modifications are not currently supported</p>
+<h2 id="moving-an-ap">Moving an AP</h2>
+<p>As we move the entry, we may induce some inconsistencies in the AP tree.</p>
+<p>The problem we might have is that if we move an entry having an IAP in a
+place where this role has no parent AAP or parent SAP with the same role,
+then the AdministrativeModel tree will be inconsistent. We have to check
+this.</p>
+<h1 id="impact-on-the-existing-entries">Impact on the existing entries</h1>
+<p>When we add or remove a role in a server, it may have a huge impact on the
+existing entries, as soon as those roles are associated with some
+subtreeSpecification which defines a set of contained entries. If we remove
+such a role, all the entries pertaining to the associated area have to be
+updated.</p>
+<p>It&rsquo;s the same thing if we add a SAP or a AAP, as all the children entries
+which were depending on a higher AP will be modified either.</p>
+<p>In any case, we don&rsquo;t even need to define a SubtreeSpecification, as soon
+as an AAP or SAP is created, it excludes all the children entries from any
+other higher AP areas.</p>
+<h2 id="adding-a-role">Adding a Role</h2>
+<p>Whatever the way we used to add a role (add an entry, modify an existing
+one), there are one thing we have to do depending on the kind of role we
+added. Of course, we stop modifying entries when another lower SAP or AAP
+is defined.</p>
+<h3 id="adding-an-aap">Adding an AAP</h3>
+<p>All the children which were pointing to any higher IAP, SAP or AAP will be
+dereferenced. If a subtree specification is added under the newly added
+AAP, then all the associated entries will be updated.</p>
+<h3 id="adding-a-sap">Adding a SAP</h3>
+<p>All the children which were pointing to any higher IAP or SAP with the same
+type of role, or an AAP, will be dereferenced (of course, only for the
+added type of role, the other references will remain). If a subtree
+specification is added under the newly added SAP, then all the associated
+entries will be updated.</p>
+<h3 id="adding-an-iap">Adding an IAP</h3>
+<p>All the children which were pointing to any higher IAP with the same type
+of role will be dereferenced, and will now point to this newly added IAP.
+All the children which were pointing on a SAP with the same role, or an
+AAP, will be modified to also point on the newly added IAP.</p>
+<h2 id="removing-a-role">Removing a role</h2>
+<p>Depending on the kind of role we removed, we will have to update the
+entries accordingly.</p>
+<h3 id="removing-an-aap">Removing an AAP</h3>
+<p>All the entries referencing the removed AAP will be updated, and will now
+reference the inherited AAP, SAP and IAP (if any). If there is some higher
+IAP, we will also reference it.</p>
+<h3 id="removing-a-sap">Removing a SAP</h3>
+<p>All the entries referencing the removed SAP will be updated, and will now
+reference either the parent AAP or the parent SAP with the same role, if
+any. We will also reference an IAP with the same role if we have some
+higher in the hierarchy.</p>
+<h3 id="removing-an-iap">Removing an IAP</h3>
+<p>All the entries referencing the removed IAP will be updated. There is
+nothing else to do.</p>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="3.1-administrative-points.html">3.1 - Administrative Points</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="3-admin-model.html">Administrative Model</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="4-authentication-and-authorization.html">4 - Authentication and Authorization</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/4-authentication-and-authorization.html b/content/apacheds/advanced-ug/4-authentication-and-authorization.html
new file mode 100644
index 0000000..a944ed9
--- /dev/null
+++ b/content/apacheds/advanced-ug/4-authentication-and-authorization.html
@@ -0,0 +1,257 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>4 - Authentication &amp; Authorization &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="3.2-operations-on-an-administrativepoint.html">3.2 Operations on an a Administrative Point</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="../advanced-user-guide.html">Advanced User Guide</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="4.1-authentication.html">4.1 - Authentication</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="4---authentication-and-authorization">4 - Authentication and Authorization</h1>
+<h2 id="chapter-content">Chapter content</h2>
+<ul>
+<li><a href="4.1-authentication.html">4.1 - Authentication</a>
+<ul>
+<li><a href="4.1.1-simple-authn.html">4.1.1 - Simple authentication</a>
+<ul>
+<li><a href="4.1.1.1-anonymous-authn.html">4.1.1.1 - Anonymous Authentication</a></li>
+<li><a href="4.1.1.2-name-password-authn.html">4.1.1.2 - Name/Password Authentication</a></li>
+<li><a href="4.1.1.2-unauthenticated-authn.html">4.1.1.2 - Unauthenticated Authentication</a></li>
+</ul>
+</li>
+<li><a href="4.1.2-sasl-authn.html">4.1.2 - SASL authentication</a>
+<ul>
+<li><a href="4.1.2.1-sasl-plain-text-authn.html">4.1.2.1 - SASL PLAIN text Authentication</a></li>
+<li><a href="4.1.2.2-sasl-cram-md5-authn.html">4.1.2.2 - SASL CRAM-MD5 Authentication</a></li>
+<li><a href="4.1.2.3-sasl-digest-md5-authn.html">4.1.2.3 - SASL DIGEST-MD5 Authentication</a></li>
+<li><a href="4.1.2.4-sasl-gssapi-authn.html">4.1.2.4 - SASL GSSAPI Authentication</a></li>
+<li><a href="4.1.2.5-sasl-external-authn.html">4.1.2.5 - SASL EXTERNAL Authentication</a></li>
+<li><a href="4.1.2.6-sasl-ntlm-authn.html">4.1.2.6 - SASL NTLM Authentication</a></li>
+</ul>
+</li>
+<li><a href="4.1.3-kerberos-authn.html">4.1.3 - Kerberos authentication</a></li>
+<li><a href="4.1.4-certificate-authn.html">4.1.4 - Client authentication through certificates</a></li>
+</ul>
+</li>
+<li><a href="4.2-authorization.html">4.2 - Authorization</a>
+<ul>
+<li><a href="4.2.1-introduction.html">4.2.1 - Introduction</a></li>
+<li><a href="4.2.2-definitions.html">4.2.2 - Definitions</a></li>
+<li><a href="4.2.3-enabling-access-control.html">4.2.3 - Enabling Access Control</a></li>
+<li><a href="4.2.4-aci-types.html">4.2.4 - ACI Types</a>
+<ul>
+<li><a href="4.2.4.1-entryaci.html">4.2.4.1 - Entry ACI</a></li>
+<li><a href="4.2.4.2-prescriptiveaci.html">4.2.4.2 - Prescriptive ACI</a></li>
+<li><a href="4.2.4.3-subentryaci.html">4.2.4.3 - Subentry ACI</a></li>
+</ul>
+</li>
+<li><a href="4.2.5-aci-elements.html">4.2.5 - ACI Elements</a>
+<ul>
+<li><a href="4.2.5.1-userclasses.html">4.2.5.1 - User Classes</a></li>
+<li><a href="4.2.5.2-protecteditems.html">4.2.5.2 - Protected Items</a></li>
+<li><a href="4.2.5.3-permissions.html">4.2.5.3 - Permissions</a></li>
+<li><a href="4.2.5.4-subtrees.html">4.2.5.4 - Subtrees</a></li>
+</ul>
+</li>
+<li><a href="4.2.6-the-acdf-engine.html">4.2.6 - The ACDF Engine</a>
+<ul>
+<li><a href="4.2.6.1-how-it-works.html">4.2.6.1 - How it works</a></li>
+<li><a href="4.2.6.2-selections.html">4.2.6.2 - Selections</a></li>
+<li><a href="4.2.6.3-constraints.html">4.2.6.3 - Constraints</a></li>
+<li><a href="4.2.6.4-priority.html">4.2.6.4 - Priority</a></li>
+</ul>
+</li>
+<li><a href="4.2.7-using-acis-trail.html">4.2.7 - Using ACIs Trail</a>
+<ul>
+<li><a href="4.2.7.1-enable-authenticated-users-to-browse-and-read-entries.html">4.2.7.1 - Enable Authenticated Users to Browse and Read Entries</a></li>
+</ul>
+</li>
+<li><a href="4.2.8-aci-administration.html">4.2.8 - ACI Administration</a></li>
+<li><a href="4.2.9-migration-from-other-ldap-servers.html">4.2.9 - Migration from other LDAP Servers</a></li>
+<li><a href="4.2.10-aci-grammar.html">4.2.10 - ACI grammar</a></li>
+<li><a href="4.2.11-links-and-references.html">4.2.11 - Links and References</a></li>
+</ul>
+</li>
+<li><a href="4.3-password-policy.html">4.3 Password Policy</a></li>
+</ul>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="3.2-operations-on-an-administrativepoint.html">3.2 Operations on an a Administrative Point</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="../advanced-user-guide.html">Advanced User Guide</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="4.1-authentication.html">4.1 - Authentication</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/4.1-authentication.html b/content/apacheds/advanced-ug/4.1-authentication.html
new file mode 100644
index 0000000..ef6a7cf
--- /dev/null
+++ b/content/apacheds/advanced-ug/4.1-authentication.html
@@ -0,0 +1,224 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>4.1. Authentication &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="4-authentication-and-authorization.html">4 - Authentication &amp; Authorization</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="4-authentication-and-authorization.html">4 - Authentication &amp; Authorization</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="4.1.1-simple-authn.html">4.1.1 - Simple authentication</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="41-authentication">4.1. Authentication</h1>
+<h2 id="chapter-content">Chapter content</h2>
+<ul>
+<li><a href="4.1.1-simple-authn.html">4.1.1 - Simple authentication</a>
+<ul>
+<li><a href="4.1.1.1-anonymous-authn.html">4.1.1.1 - Anonymous Authentication</a></li>
+<li><a href="4.1.1.2-name-password-authn.html">4.1.1.2 - Name/Password Authentication</a></li>
+<li><a href="4.1.1.3-unauthenticated-authn.html">4.1.1.3 - Unauthenticated Authentication</a></li>
+</ul>
+</li>
+<li><a href="4.1.2-sasl-authn.html">4.1.2 - SASL authentication</a>
+<ul>
+<li><a href="4.1.2.1-sasl-plain-text-authn.html">4.1.2.1 - SASL PLAIN text Authentication</a></li>
+<li><a href="4.1.2.2-sasl-cram-md5-authn.html">4.1.2.2 - SASL CRAM-MD5 Authentication</a></li>
+<li><a href="4.1.2.3-sasl-digest-md5-authn.html">4.1.2.3 - SASL DIGEST-MD5 Authentication</a></li>
+<li><a href="4.1.2.4-sasl-gssapi-authn.html">4.1.2.4 - SASL GSSAPI Authentication</a></li>
+<li><a href="4.1.2.5-sasl-external-authn.html">4.1.2.5 - SASL EXTERNAL Authentication</a></li>
+<li><a href="4.1.2.6-sasl-ntlm-authn.html">4.1.2.6 - SASL NTLM Authentication</a></li>
+</ul>
+</li>
+<li><a href="4.1.3-kerberos-authn.html">4.1.3 - Kerberos authentication</a></li>
+<li><a href="4.1.4-certificate-authn.html">4.1.4 - Client authentication through certificates</a></li>
+</ul>
+<p><strong>LDAP</strong> is a connected protocol. That means you should create a session before being able to fetch some data from the server. This session is created through an authentication process.</p>
+<p>There are two different types of authentication on LDAP :</p>
+<ul>
+<li>Simple</li>
+<li>SASL</li>
+</ul>
+<p>We will describe those two kind of authentication, and will also describe how this can be leveraged by some specific authentication mechanisms, like Kerberos or based on certificates.</p>
+<p>Last, not least, the <strong>Anonymous</strong> authentication will be explain in a separate chapter, even if it&rsquo;s a part of the Simple authentication mechanism.</p>
+<h2 id="authentication-and-ldap-session">Authentication and LDAP Session</h2>
+<p>An authentication will result in the creation of a LDAP session, which will exist as long as the authenticated user does not physically disconnect from the server.</p>
+<p>A Session can have his status changed all alog its life : we can switch from an Authenticated state to an Anonymous state, and back to a SASL authenticated state. The session is created the first time the user connects on the server, and its status changes when the user authenticates.</p>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="4-authentication-and-authorization.html">4 - Authentication &amp; Authorization</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="4-authentication-and-authorization.html">4 - Authentication &amp; Authorization</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="4.1.1-simple-authn.html">4.1.1 - Simple authentication</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/4.1.1-simple-authn.html b/content/apacheds/advanced-ug/4.1.1-simple-authn.html
new file mode 100644
index 0000000..8a40060
--- /dev/null
+++ b/content/apacheds/advanced-ug/4.1.1-simple-authn.html
@@ -0,0 +1,199 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>4.1.1 Simple Authentication &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="4.1-authentication.html">4.1 - Authentication</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="4.1-authentication.html">4.1 - Authentication</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="4.1.1.1-anonymous-authn.html">4.1.1.1 - Anonymous Authentication</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="411---simple-authentication">4.1.1 - Simple Authentication</h1>
+<p>This authentication mode uses a <strong>Simple Bind Request</strong>. It&rsquo;s just about sending a name and a password to the server, which will either create a session for the given credentials, or reject the request.</p>
+<p>As we said, we have to pass a name and a password. This leads to three different combinations of <strong>Simple Bind</strong> :</p>
+<ul>
+<li><a href="4.1.1.1-anonymous-authn.html">4.1.1.1 - Anonymous Authentication</a></li>
+<li><a href="4.1.1.2-name-password-authn.html">4.1.1.2 - Name/Password Authentication</a></li>
+<li><a href="4.1.1.3-unauthenticated-authn.html">4.1.1.3 - Unauthenticated Authentication</a></li>
+</ul>
+<p>The second mechanism is a normal authentication. Not all the servers support the 2 following mechanisms.</p>
+
+
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="4.1-authentication.html">4.1 - Authentication</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="4.1-authentication.html">4.1 - Authentication</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="4.1.1.1-anonymous-authn.html">4.1.1.1 - Anonymous Authentication</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+        </div>
+        <div id="endContent"></div>
+    </div>
+
+    <div id="footer">
+    &copy; 2003-2020, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
+    Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec,
+    Triplesec, Apache Mavibot, Mavibot, Apache eSCIMo, eSCIMo, Apache SCIMple, SCIMple,Fortress, Apache Fortress, EnMasse,
+    Apache EnMasse, Apache Kerby, Kerby, Apache, the Apache feather logo, and the Apache Directory project logos are
+    trademarks of The Apache Software Foundation.
+</div>
+
+</div>
+
+</body>
+
+</html>
diff --git a/content/apacheds/advanced-ug/4.1.1.1-anonymous-authn.html b/content/apacheds/advanced-ug/4.1.1.1-anonymous-authn.html
new file mode 100644
index 0000000..bde1af6
--- /dev/null
+++ b/content/apacheds/advanced-ug/4.1.1.1-anonymous-authn.html
@@ -0,0 +1,193 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+    <title>4.1.1.1 Anonymous Authentication &mdash; Apache Directory</title>
+
+    <link href="/css/common.css" rel="stylesheet" type="text/css"/>
+    <link href="/css/green.css" rel="stylesheet" type="text/css"/>
+
+    <link rel="shortcut icon" href="/images/server-icon_16x16.png">
+</head>
+<body>
+<div id="container">
+    <div id="header">
+    <div id="subProjectsNavBar">
+        <a href="/">
+             
+                Main
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/apacheds/">
+            
+                <strong>ApacheDS</strong>
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/studio/">
+             
+                Studio
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/api/">
+             
+                LDAP API
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/mavibot/">
+             
+                Mavibot
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/scimple/">
+             
+                SCIMple
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/fortress/">
+             
+                Fortress
+            
+        </a>
+        &nbsp;|&nbsp;
+        <a href="/kerby/">
+             
+                Kerby
+            
+        </a>
+    </div>
+</div>
+
+
+    <div id="content">
+        <div id="leftColumn">
+            <div id="navigation">
+                
+                <h5>ApacheDS 2.0</h5>
+                <ul>
+                    <li><a href="/apacheds/">Home</a></li>
+                    <li><a href="/apacheds/news.html">News</a></li>
+                    <li><a href="/apacheds/features.html">Features</a></li>
+                </ul>
+
+                <h5>Downloads</h5>
+                <ul>
+                    <li><a href="/apacheds/downloads.html">ApacheDS 2.0.0.AM26</a>&nbsp;&nbsp;<img src="/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+                    <li><a href="/apacheds/download-old-versions.html">Older versions</a></li>
+                </ul>
+
+                <h5>Documentation</h5>
+                <ul>
+                    <li><a href="/apacheds/basic-user-guide.html">Basic User Guide </a></li>
+                    <li><a href="/apacheds/advanced-user-guide.html">Advanced User Guide</a></li>
+                    <li><a href="/apacheds/developer-guide.html">Developer Guide</a></li>
+                    <li><a href="/apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
+                    <li><a href="/apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/apidocs">JavaDocs</a></li>
+                    <li><a href="/apacheds/gen-docs/latest/xref">Cross-Reference</a></li>
+                </ul>
+
+                <h5>Support</h5>
+<ul>
+    <li><a href="/mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
+    <li><a href="/sources.html">Sources</a></li>
+    <li><a href="/issue-tracking.html">Issue Tracking</a></li>
+    <li><a href="/commercial-support.html">Commercial Support</a></li>
+</ul>
+
+<h5>Community</h5>
+<ul>
+    <li><a href="/contribute.html">How to Contribute</a></li>
+    <li><a href="/team.html">Team</a></li>
+    <li><a href="/original-project-proposal.html">Original Project Proposal</a></li>
+    <li><a href="/special-thanks.html" class="external-link" rel="nofollow">Special Thanks</a></li>
+</ul>
+
+<h5>About Apache</h5>
+<ul>
+    <li><a href="http://www.apache.org/">Apache</a></li>
+    <li><a href="http://www.apache.org/licenses/">License</a></li>
+    <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+    <li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+
+            </div>
+        </div>
+        <div id="rightColumn">
+            
+    <div class="nav">
+        <div class="nav_prev">
+            
+                
+                <a href="4.1.1-simple-authn.html">4.1.1 - Simple Authentication</a>
+            
+        </div>
+        <div class="nav_up">
+            
+                
+                <a href="4.1.1-simple-authn.html">4.1.1 - Simple Authentication</a>
+            
+        </div>
+        <div class="nav_next">
+            
+                
+                <a href="4.1.1.2-name-password-authn.html">4.1.1.2 - Name/Password Authentication</a>
+            
+        </div>
+        <div class="clearfix"></div>
+    </div>
+
+
+            
+	<h1 id="4111---anonymous-authentication">4.1.1.1 - Anonymous Authentication</h1>
... 262299 lines suppressed ...


[directory-site] 02/04: Added README

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/directory-site.git

commit 6ca5a972cf2d7fd94329197e2a967467784fe858
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Mon Oct 5 18:17:00 2020 +0200

    Added README
---
 README.md | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/README.md b/README.md
new file mode 100755
index 0000000..45126a3
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+<!--                                                                                                                                                                                                    
+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.
+-->
+# Apache Directory website
+
+The `asf-site` branch is only used for storing the generated static website.
+From this branch, the Directory website is being served.
+
+When submitting patches, apply them to the `master` branch instead of the `asf-site` branch.


[directory-site] 03/04: Removed executable bit for README

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/directory-site.git

commit 11dd0cbf1fc351cab6cde824e948534809e5f1e7
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Mon Oct 5 18:20:46 2020 +0200

    Removed executable bit for README
---
 README.md | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
old mode 100755
new mode 100644