19 Jan, 2009
5 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4882 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The root cause is a bug in the ChangeNumberGenerator.adjust() method that can lead to non ordered ChangeNumbers. git-svn-id: https://svn.forgerock.org/opendj/trunk@4878 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4877 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4876 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4874 41b1ffd8-f28e-4786-ab96-9950f0a78031
17 Jan, 2009
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4873 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
https://opends.dev.java.net/issues/show_bug.cgi?id=3723 git-svn-id: https://svn.forgerock.org/opendj/trunk@4872 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4871 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Use the same code of the core server to find a TrustManagerFactory: instead of using a hardcoded provider and algorithm the code now takes the default algorithm of the JVM. git-svn-id: https://svn.forgerock.org/opendj/trunk@4870 41b1ffd8-f28e-4786-ab96-9950f0a78031
16 Jan, 2009
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4868 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4867 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4864 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4863 41b1ffd8-f28e-4786-ab96-9950f0a78031
15 Jan, 2009
5 commits
-
Do not use OPENDS_SERVER_JAVA_ARGS in scripts. git-svn-id: https://svn.forgerock.org/opendj/trunk@4862 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- Assured replication monitoring attributes in directory server have consistent names - Some existing monitoring attributes renamed in replication server to be consistent with directory server existing ones git-svn-id: https://svn.forgerock.org/opendj/trunk@4861 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4860 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Add SubtreeDeleteControl forgotten with previous commit git-svn-id: https://svn.forgerock.org/opendj/trunk@4859 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
When replication replays a DELETE on an entry that has children, the replication conflict resolution code incorrectly assumes that this is a conflict. This is not correct because it is also possible that the delete was actually a subtree delete. This can be fixed by checking the creation date of the child entry. If it was created before the delete then this is not a conflict and the delete must be replayed as a subtree delete. : Subtree delete only deletes parent on replica git-svn-id: https://svn.forgerock.org/opendj/trunk@4858 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Jan, 2009
4 commits
-
- make decodeTarget public git-svn-id: https://svn.forgerock.org/opendj/trunk@4856 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Prevent count rejects argument from being used during online imports since result codes greater than 1 are not supported by the task framework. git-svn-id: https://svn.forgerock.org/opendj/trunk@4855 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- improve the encoding /decoding of replication messages - move some of the processing outside of the PendingChanges lock - Better management of the Replication Server flush thread so that the replication log is not the replication bottleneck git-svn-id: https://svn.forgerock.org/opendj/trunk@4844 41b1ffd8-f28e-4786-ab96-9950f0a78031
13 Jan, 2009
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4843 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- Assured replication config correction - typos - enable less tests in precommit git-svn-id: https://svn.forgerock.org/opendj/trunk@4842 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4841 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
CheckInstance no longer calls 'start-ds -F' but uses same classes as start-ds to generate the version of the install dir. Move the configurator package from src/quicksetup to src/server/tools. git-svn-id: https://svn.forgerock.org/opendj/trunk@4840 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 Jan, 2009
4 commits
-
Although it is marked as a control panel issue, the bug is on the core server and applies also to the import-ldif command-line. The code is trying to build the path to the MakeLDIF resource directory by using the server root (install root) instead of the instance root. The MakeLDIF resource directory is located under <root>/config/MakeLDIF and so the instance root must be used. git-svn-id: https://svn.forgerock.org/opendj/trunk@4835 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
scenario: 1) configure and start 2 servers s1 and s2 2) enable the replication between them 3) disable replication on server s1 4) disable replication on server s2 5) re-enable the replication between them we've got an error on step 5 The root cause is actually on step 3, when the replication is disabled on server s1: all references to s1, including the s1 public instance key, are removed from "cn=admin data" on all servers. To do that, we just remove the info on one server, and the replication protocol will propagate it on all the other. The drawback (actually the issue) is that this public instance key is indirectly used by several components. At least, the replication protocol itself required the key to establish the connection between replication servers on s1 and s2. So, when we try to re-enable the replication the s1 public instance key cannot be found and we've got the error. fix: At the end of the disable-replication process, we add again the previously removed public instance key. git-svn-id: https://svn.forgerock.org/opendj/trunk@4833 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4832 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…stance path and not the installation path in the Backup/Restore panels) The code has been update to use the instance path instead of the install path in different places (the default backup directory, the path to be used to retrieve the java properties file, etc.). If we are dealing with a package installation (install and instance paths are different), the control panel and the status command-line will display two paths: one for the install and the other for the instance. git-svn-id: https://svn.forgerock.org/opendj/trunk@4831 41b1ffd8-f28e-4786-ab96-9950f0a78031
10 Jan, 2009
1 commit
-
…lication involves multiple base-dn) With this fix the setup tries to use the same backend configuration of the servers that is replicating withFix for issue 3701 (The Setup is not managing properly the backends when the replication involves multiple base-dn) With this fix the setup tries to use the same backend configuration of the servers that is replicating with. So, if all the base DNs are on the same backend of the remote server, all the base DNs will be on the same backend of the server that is being setup. If the base DNs are in different backends, the setup will create a backend for each base DN. git-svn-id: https://svn.forgerock.org/opendj/trunk@4830 41b1ffd8-f28e-4786-ab96-9950f0a78031
09 Jan, 2009
6 commits
-
https://opends.dev.java.net/issues/show_bug.cgi?id=3417 git-svn-id: https://svn.forgerock.org/opendj/trunk@4829 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The fix consists on using the ldappasswordmodify class to modify the password of the user and to include the current password when the password that is being modified is the one of the user we are bound with. Using ldappasswordmodify also in the equivalent command-line (which is better than using ldapmodify to modify the password). The code has also been updated to handle the fact that the password of the user that is being used to configure/manage the OpenDS instance has changed (even after a temporary broken connection to the server, the user will not have to provide it again). git-svn-id: https://svn.forgerock.org/opendj/trunk@4827 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4826 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4824 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…a Bind operation, if the password has been reset and must be changed by the user. git-svn-id: https://svn.forgerock.org/opendj/trunk@4823 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- Some assured replication (Safe Read) unit tests git-svn-id: https://svn.forgerock.org/opendj/trunk@4822 41b1ffd8-f28e-4786-ab96-9950f0a78031
08 Jan, 2009
1 commit
-
…ace is displayed in the error message git-svn-id: https://svn.forgerock.org/opendj/trunk@4820 41b1ffd8-f28e-4786-ab96-9950f0a78031
07 Jan, 2009
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4819 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4818 41b1ffd8-f28e-4786-ab96-9950f0a78031