30 Jul, 2015
2 commits
-
The doc build tools require an entry point, default index.xml, in order to find the man pages to be built. git-svn-id: https://svn.forgerock.org/opendj/trunk@12708 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@12706 41b1ffd8-f28e-4786-ab96-9950f0a78031
29 Jul, 2015
1 commit
-
Hand-written docs depend on generated doc sources. In order to move the hand-written docs out of the project, the sources generated from project code must be in artifacts. This initial patch creates the artifacts for man pages and other generated documentation. git-svn-id: https://svn.forgerock.org/opendj/trunk@12703 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Jul, 2015
1 commit
-
This patch merges the GUI and CLI install chapters into one. git-svn-id: https://svn.forgerock.org/opendj/trunk@12665 41b1ffd8-f28e-4786-ab96-9950f0a78031
07 Jul, 2015
1 commit
-
This patch fixes the existing documentation on entry cache settings, and also includes tip in the section about static groups to try to avoid large static groups by using dynamic groups if possible, and if not to use an entry cache. git-svn-id: https://svn.forgerock.org/opendj/trunk@12621 41b1ffd8-f28e-4786-ab96-9950f0a78031
06 Jul, 2015
2 commits
-
This patch clarifies the wording as suggested by Ludo in the issue and as pointed out by Jean-Noel. git-svn-id: https://svn.forgerock.org/opendj/trunk@12609 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This patch adds a procedure on limiting privileges. git-svn-id: https://svn.forgerock.org/opendj/trunk@12607 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Jun, 2015
1 commit
-
This patch generates a table of default global ACIs from the source, so as to ensure that the docs are current with respect to the code. git-svn-id: https://svn.forgerock.org/opendj/trunk@12589 41b1ffd8-f28e-4786-ab96-9950f0a78031
26 Jun, 2015
1 commit
-
This patch documents the fields in debugsearchindex attr values. git-svn-id: https://svn.forgerock.org/opendj/trunk@12577 41b1ffd8-f28e-4786-ab96-9950f0a78031
25 Jun, 2015
2 commits
-
This patch clarifies that to use controls (and extops), an ACI granting read access is required. This patch also tries to further clarify what the right to the proxy auth control means. git-svn-id: https://svn.forgerock.org/opendj/trunk@12569 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Although there’s a global ACI for this by default, this patch updates the doc to show the ACI to use if that global ACI has been changed. git-svn-id: https://svn.forgerock.org/opendj/trunk@12564 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Jun, 2015
1 commit
-
This patch indicates in both parts of the docs that resource limits under proxied authorization apply to the bind DN user, not the proxied authz identity. git-svn-id: https://svn.forgerock.org/opendj/trunk@12562 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Jun, 2015
1 commit
-
This patch mentions the need to use OPENDJ_JAVA_HOME (or OPENDJ_JAVA_BIN) to set the Java environment correctly for GUI installation. This also means that OpenDJ is dropping support for Java WebStart. git-svn-id: https://svn.forgerock.org/opendj/trunk@12558 41b1ffd8-f28e-4786-ab96-9950f0a78031
17 Jun, 2015
1 commit
-
CR-7262 This change is a consequence of OPENDJ-2098 * src/main/java/org/opends/server/tools/upgrade/LicenseFile.java ** Perform a check in multiple folders to ensure if the license has been accepted for a 2.6.x version a user would not be prompted again. ** Introduce some constants to avoid harcoded string repetitions * build.xml ** I do not think this code is still use, but update to prevent any regression git-svn-id: https://svn.forgerock.org/opendj/trunk@12525 41b1ffd8-f28e-4786-ab96-9950f0a78031
15 Jun, 2015
1 commit
-
This patch removes a number of screenshots that take up space and require maintenance without adding much beyond what is in the text. Readers who want the screenshots can follow along by running the setup program on their computers. git-svn-id: https://svn.forgerock.org/opendj/trunk@12517 41b1ffd8-f28e-4786-ab96-9950f0a78031
10 Jun, 2015
1 commit
-
This patch updates the list of limitations in the release notes. git-svn-id: https://svn.forgerock.org/opendj/trunk@12458 41b1ffd8-f28e-4786-ab96-9950f0a78031
09 Jun, 2015
1 commit
-
Thanks to Jean-Noël for the suggestion and review over IM. git-svn-id: https://svn.forgerock.org/opendj/trunk@12447 41b1ffd8-f28e-4786-ab96-9950f0a78031
08 Jun, 2015
1 commit
-
This patch explains virtual attributes a bit more, and covers why they are not indexed plus some alternatives to using them in search filters. git-svn-id: https://svn.forgerock.org/opendj/trunk@12429 41b1ffd8-f28e-4786-ab96-9950f0a78031
01 Jun, 2015
1 commit
-
This patch has the side effect of removing some trailing spaces. git-svn-id: https://svn.forgerock.org/opendj/trunk@12386 41b1ffd8-f28e-4786-ab96-9950f0a78031
29 May, 2015
3 commits
-
This patch adds LDAP result code appendices to the LDAP SDK dev guide and to the server reference. The implementation is quite closely coupled to the code in org.forgerock.opendj.ldap.ResultCode, and because it uses Javadoc comment text it does not provide for generating a localized version. This patch also introduces a new opendj-doc-maven-plugin dependency on QDox, which has an Apache 2 license. git-svn-id: https://svn.forgerock.org/opendj/trunk@12376 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This patch adds a missing -validity option, and updates the output shown to align with the fix. git-svn-id: https://svn.forgerock.org/opendj/trunk@12371 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This patch documents the need to prevent anti-virus and intrusion detection systems from interfering with OpenDJ directory server. git-svn-id: https://svn.forgerock.org/opendj/trunk@12369 41b1ffd8-f28e-4786-ab96-9950f0a78031
27 May, 2015
1 commit
-
This patch aligns the documentation with changes for OPENDJ-1939. git-svn-id: https://svn.forgerock.org/opendj/trunk@12346 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 May, 2015
5 commits
-
This patch uses a new feature of the doc build plugin to move extra resource files in with the versioned doc sources. git-svn-id: https://svn.forgerock.org/opendj/trunk@12327 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@12325 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This patch adds a procedure to reinitialize data for a base DN. This procedure uses the pre-/post-external-init subcommands, rather than rm -rf of the changelogDb and database files. The approach with rm is perhaps quicker for test/PoC environments, but looks like it calls for shutting the service down. git-svn-id: https://svn.forgerock.org/opendj/trunk@12324 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This patch removes links to the config reference, because the information is now provided in the dsconfig man pages. We might stop delivering the configuration reference at some point. To avoid a clash with the fix for OPENDJ-2013, this patch does not address links related to the local-db attributes. git-svn-id: https://svn.forgerock.org/opendj/trunk@12318 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Thanks to Jean-Noël Rouvignac for pointing out a typo and a misnamed method in my previous commit for this issue. git-svn-id: https://svn.forgerock.org/opendj/trunk@12317 41b1ffd8-f28e-4786-ab96-9950f0a78031
21 May, 2015
2 commits
-
This patch uses conditional text to make it possible to exclude elements related to the local-db-backend from the hand-written documentation. This patch does not address local-db-backend related content in the generated reference documentation. For the most part, that should be a by-product of changes to OpenDJ directory server code, though there is one place in the opendj-server-legacy POM that I've left a comment regarding the need to avoid trying to build a man page for dbtest. git-svn-id: https://svn.forgerock.org/opendj/trunk@12315 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@12314 41b1ffd8-f28e-4786-ab96-9950f0a78031
18 May, 2015
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@12264 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@12263 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This patch builds a container for server documentation aimed at developers using OpenDJ directory server. This patch extracts such information from the admin guide, so that guide focuses instead on configuring and maintaining directory servers. This guide does not yet implement, but does leave placeholders for, chapters for developers extending and embedding OpenDJ in Java-based applications. git-svn-id: https://svn.forgerock.org/opendj/trunk@12262 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@12256 41b1ffd8-f28e-4786-ab96-9950f0a78031
13 May, 2015
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@12249 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 May, 2015
1 commit
-
The Admin Guide section describing replication topologies introduces the idea of “sub-topologies” without explaining it. This patch clarifies what is meant, and breaks up a long sentence to make the text easier to digest. Thanks to Fabio for pointing out the problem and reviewing over IM. git-svn-id: https://svn.forgerock.org/opendj/trunk@12244 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 May, 2015
1 commit
-
Entry Cache Preloading is now not supported anymore. Feature and configuration are deleted. git-svn-id: https://svn.forgerock.org/opendj/trunk@12226 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Apr, 2015
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@12189 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Apr, 2015
2 commits
-
Thanks to muzzol oliba for spotting the problem. git-svn-id: https://svn.forgerock.org/opendj/trunk@12136 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Thanks to Peter Major for pointing this out. git-svn-id: https://svn.forgerock.org/opendj/trunk@12133 41b1ffd8-f28e-4786-ab96-9950f0a78031