06 Jul, 2007
3 commits
-
The fix is simply not to do the schema tests when the operation is a synchronization operation. A test has been added for this. git-svn-id: https://svn.forgerock.org/opendj/trunk@2287 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
return errorCode git-svn-id: https://svn.forgerock.org/opendj/trunk@2284 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
In the solveNamingConflict method, the case when the entry has been deleted was not correctly tested, thus leading to a NullPointerException, The fix is simply to return since when the entry has already been deleted there is not need to change its name anymore. A test for this case has also been added. git-svn-id: https://svn.forgerock.org/opendj/trunk@2280 41b1ffd8-f28e-4786-ab96-9950f0a78031
05 Jul, 2007
9 commits
-
password policy state attributes that were not previously updated. This primarily includes updating the last login time if that feature is enabled and the user provides the correct current password, or updating the auth failure times if that feature is enabled nad the user provides an incorrect current password. OpenDS Issue Number: 631 git-svn-id: https://svn.forgerock.org/opendj/trunk@2279 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Issue #704: SearchFilter.equals doesn't handle extensible match edge case Issue #705: SearchFilter.equals should normalize substring filters Issue #706: SearchFilter.equals ignores attribute options Issue #918: Extensible match filters must have attr descrption or matching rule ID Issue #1901: SearchFilter.createFilterFromString can't handle extensible match filters using dnAttrs with a matching rule ID instead of an attribute description git-svn-id: https://svn.forgerock.org/opendj/trunk@2278 41b1ffd8-f28e-4786-ab96-9950f0a78031 -
has been replaced by the ConfigurationChangeListener interface. OpenDS Issue Numbers: 1423, 1839, 1871 git-svn-id: https://svn.forgerock.org/opendj/trunk@2274 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
because it is consistently failing. git-svn-id: https://svn.forgerock.org/opendj/trunk@2273 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2269 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2265 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ious fix for issue 471. Issue 670. git-svn-id: https://svn.forgerock.org/opendj/trunk@2264 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
strings will perform more strict checking to ensure that the attribute description in a simple filter contains only valid characters. This will catch filters that are invalid but were not properly rejected, like "((uid=user.0))", "(&&(uid=user.0))", or "!uid=user.0". OpenDS Issue Numbers: 1565, 1848 git-svn-id: https://svn.forgerock.org/opendj/trunk@2262 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
nonzero result code. For now, we're using a result code of 16654 (0x410e, which is what OpenLDAP uses). If a new specification is released with an official OID and result code, then we'll use them. OpenDS Issue Number: 577 git-svn-id: https://svn.forgerock.org/opendj/trunk@2259 41b1ffd8-f28e-4786-ab96-9950f0a78031
04 Jul, 2007
5 commits
-
Add a "Finish" step to the graphical upgrade, setup and uninstall. Issue 1325: Update quicksetup to integrate common install scenario These modifications allow to configure replication in the graphical setup. Issue 1850: consider replication for uninstall and cancel install These modfications allow to cancel the modifications done in remote servers during the install when the user clicks on cancel. Issue 1863: combine Web Start upgrade and install into one tool These modifications allow to launch an application that combines both install and upgrade. Note: because of some problems with the total update (see Issue 1893) the administration suffix is configured with its own database so a new directory has been created in the installation (adminDb). If we consider that is not a good idea to have a separate database this will be updated in the future once 1893 is fixed. The directory must be created during installation because in some case the Administration configuration is created using LDAP and remotely when installing a new server (and in this case we have no access to the fiel system of the firstly installed server). git-svn-id: https://svn.forgerock.org/opendj/trunk@2257 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
a couple of CDDL/copyright headers. Finally, update the CheckPrecommit Ant task so that it properly checks for a property that can be used to ignore these problems and continue with the build. git-svn-id: https://svn.forgerock.org/opendj/trunk@2256 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
to re-open on a connection that has been closed without notifying the publisher. Several changes were done to avoid this : - reading the monitoring information does not acquire the lock on the PendingChanges object anymore so that we can use it to debug such problems. - When a connection to a server goes down, the operation now never tries to re-open the connection, but wait for the receiver thread to do it. The operation thread wait in the post-op until the reconnection is finished or until the receiver thread has found that there are no replication server available. - tries to make the window mechanism more robustby introducing a loop around the sendWindow.acquire() call so that the publisher thread is never blocked indefinitely in this call in case of bugs or other problems that could lead to this situation. Also add a WindowProbe message that is sent to the replication server when the publisher notice that the window has been closed for a while to check if the window is really closed. - notify the publisher thread when the connection has been shutdown. git-svn-id: https://svn.forgerock.org/opendj/trunk@2255 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
call loadBVaraibels function to load variables git-svn-id: https://svn.forgerock.org/opendj/trunk@2243 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2242 41b1ffd8-f28e-4786-ab96-9950f0a78031
03 Jul, 2007
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2241 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2240 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…tion/virtual functionnalities. This includes the new set of local operations, as well as the workflow and networkgroup support. git-svn-id: https://svn.forgerock.org/opendj/trunk@2238 41b1ffd8-f28e-4786-ab96-9950f0a78031
02 Jul, 2007
15 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2237 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2236 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2235 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2234 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2232 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2231 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2230 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2229 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…st cases already committed. git-svn-id: https://svn.forgerock.org/opendj/trunk@2228 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2227 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2226 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2225 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2224 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2223 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2222 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Jun, 2007
2 commits
-
that would cause the class instantiation to fail if the server schema wasn't available. OpenDS Issue Number: 1868 git-svn-id: https://svn.forgerock.org/opendj/trunk@2221 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2220 41b1ffd8-f28e-4786-ab96-9950f0a78031
29 Jun, 2007
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2219 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 Jun, 2007
2 commits
-
framework. OpenDS Issue Number: 1837 git-svn-id: https://svn.forgerock.org/opendj/trunk@2217 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ests. The previous implementation only worked for the default tests and not the precommit or function test definitions. With this commit: The following rules apply to the generation of content for test.xml by PrepTestNG: - For the default test definition, if no group clauses have been specified and the platform is non-Windows and explicit Windows exclusion element is generated. - For the default test definition, if group clauses have been specified a Windows exclusion element is generated if the platform is non-Windows and a Windows group clause has not been explicitly provided. - The precommit and functional test definitions are always parameterized with an explicit Windows exclusion element if the platform is non-Windows. Corrected and added to the test framework help generated in build.xml. I have also cleaned up the formatting of the generated XML with reasonable indentation. Reenabled TestStaticUtils.testRenameFileLockedTarget() git-svn-id: https://svn.forgerock.org/opendj/trunk@2214 41b1ffd8-f28e-4786-ab96-9950f0a78031