26 Jun, 2007
8 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2180 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2179 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2178 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2177 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
the behavior of the server when replication has been configured but the replication have not been able to connect to any of the configured replication server. This configuration attribute is named stays in the replication domain configuration entry and is named : ds-cfg-isolation-policy The possible behavior values are : - reject-all-updates : When this value is used and the server cannot connect to any of the replication server, all the updates are rejected with an UNWILLING TO PERFORM error code. This is the default value - accept-all-updates : When this value is used and the server cannot connect to any of the replication server, all the updates are accepted without sending them to a replication server, when a replication server will become available, the server will use the historical information to generate replication messages. This last mode will make the changes at risk because they will only be saved in the historical information of the local server. It may also introduce high replication delay when the connection establish again. Note that currently the replication code is not yet able to generate messages for the MODDN, DELETE and ADD operations. (issue 1752) This change also improve the error messages that are logged when the server cannot connect any replication : before the server was continuously logging messages twice per seconds, now the server only logs the error the first time and log a new message indicating that everything is fine when a replication server is back. git-svn-id: https://svn.forgerock.org/opendj/trunk@2176 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2175 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2174 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2173 41b1ffd8-f28e-4786-ab96-9950f0a78031
25 Jun, 2007
9 commits
-
…etermine if a server is running or not. The previous strategy caused problems if the an application instantiated different Installation objects corresponding to different root directories (like the upgrader). git-svn-id: https://svn.forgerock.org/opendj/trunk@2172 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2171 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2170 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2169 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2168 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2167 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
skip core processing without skipping post-operation plugins. Also, make sure that post-response plugins are always invoked for all operations that get far enough in their processing to have called the pre-parse plugins. OpenDS Issue Number: 751 git-svn-id: https://svn.forgerock.org/opendj/trunk@2166 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2165 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2164 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Jun, 2007
5 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2163 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2162 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
changes to the set of registered plugin types and reject the change if any of the new plugin types are not appropriate. git-svn-id: https://svn.forgerock.org/opendj/trunk@2161 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
that the cn=config entry was not handled by the admin framework, and no longer passes now that it has been updated to use the admin framework. git-svn-id: https://svn.forgerock.org/opendj/trunk@2160 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2159 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Jun, 2007
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2158 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
implementation is similar to that used by DSEE 6. The "cn=Plugins,cn=config" configuration entry now supports a number of new configuration attributes (one per plugin type) that can be used to control the invocation order for plugins of that type. The plugin order specification should be a string that is a comma-delimited list of the names of the plugins in the order in which they should be invoked, and it should also include an asterisk to indicate the order in which any unmatched plugins should be invoked. For example: ds-cfg-plugin-order-pre-operation-add: Entry UUID, * This indicates that the "Entry UUID" plugin should be invoked before any other pre-operation add plugins. The plugin order is evaluated only at startup, and any problems or inconsistencies detected (e.g., the same plugin name listed twice in the order, or a plugin order that does not contain a wildcard character) will generate warning messages in the server's error log. OpenDS Issue Number: 253 git-svn-id: https://svn.forgerock.org/opendj/trunk@2157 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 Jun, 2007
8 commits
-
… task was successfully scheduled. Two new task functions are added for server shutdown and restart tasks. These modifications are being added in preparation for the commit of the Privileges test suites. git-svn-id: https://svn.forgerock.org/opendj/trunk@2156 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… files for which it does not have permission. git-svn-id: https://svn.forgerock.org/opendj/trunk@2155 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2154 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
dsconfig is not included in the OpenDS packages by default. To try it out, copy the dsconfig (or dsconfig.bat) script from the resource/bin source folder into your install root bin (or bat) folder on unix (or windows). git-svn-id: https://svn.forgerock.org/opendj/trunk@2153 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
* myapp --help: sub-command help options (e.g. --help-xxx) are now listed in the sub-command usage section when there are sub-command groups defined * myapp --help-xxx: no longer displays global options, just the sub-commands git-svn-id: https://svn.forgerock.org/opendj/trunk@2152 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This includes a generic API for constructing the table (TableBuilder) and three "table printers": * TextTablePrinter: a pretty human-readable table that supports configurable padding, column sizes, separators, etc * CSVTablePrinter: a table printer that outputs in CSV format (useful for spreadsheet imports) * TabSeparatedTablePrinter: a table printer which uses tabs as field delimiters (e.g. useful for unix cut command) git-svn-id: https://svn.forgerock.org/opendj/trunk@2151 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
* Fix some NullPointerException in trustStore management * Fix a bug in the certificate nickname handling * Add unit tests git-svn-id: https://svn.forgerock.org/opendj/trunk@2150 41b1ffd8-f28e-4786-ab96-9950f0a78031 -
"Java 5.0". Also, if JAVA_ARGS is given and there's a chance the arguments are invalid, then include a message indicating that the user should check them. OpenDS Issue Number: 1801 git-svn-id: https://svn.forgerock.org/opendj/trunk@2149 41b1ffd8-f28e-4786-ab96-9950f0a78031
21 Jun, 2007
8 commits
-
the build to fail. git-svn-id: https://svn.forgerock.org/opendj/trunk@2148 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2147 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2146 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2145 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2144 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…r upgrading the bits during an upgrade git-svn-id: https://svn.forgerock.org/opendj/trunk@2143 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2142 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2141 41b1ffd8-f28e-4786-ab96-9950f0a78031