03 Mar, 2008
1 commit
-
Update the definition of the version argument and use the short identifier if there is no other argument using it. git-svn-id: https://svn.forgerock.org/opendj/trunk@3922 41b1ffd8-f28e-4786-ab96-9950f0a78031
29 Feb, 2008
1 commit
-
Limit the number of times that we ask for confirmation to 5. git-svn-id: https://svn.forgerock.org/opendj/trunk@3916 41b1ffd8-f28e-4786-ab96-9950f0a78031
15 Feb, 2008
1 commit
-
The code has been modified (with no new arguments) in order to work in a best-effort mode. If the user does not provide authentication we will display the same information independently of whether the server is running or not. We still display the messages informing that authentication is required to display some monitoring data. The status panel code has also been updated to have the same behavior. However it will be required anyhow to provide authentication to display monitoring information since this information is available only through LDAP. In addition to this changes the following issues have been fixed: 1. Close the ManagementContext created by the LDAPConsoleInteraction object so that we have only one open connection to the server. 2. Fix a bug when the user chose to accept automatically certificates (the default trust manager was used in this case and we could not connect). git-svn-id: https://svn.forgerock.org/opendj/trunk@3893 41b1ffd8-f28e-4786-ab96-9950f0a78031
13 Feb, 2008
6 commits
-
…gress message in the uninstaller when disabling the windows service. git-svn-id: https://svn.forgerock.org/opendj/trunk@3880 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3879 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3876 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3875 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3874 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The t option now supports the "0" value. I have updated the usage of the stopTime argument to be consistent with the usage of the startTime argument of the other command-lines. I have fixed a typo in the startTime argument usage. git-svn-id: https://svn.forgerock.org/opendj/trunk@3870 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 Feb, 2008
5 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3864 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
lax required status of digest-uri directive to maintain compatibility/interoperability with legacy/broken client implementations. git-svn-id: https://svn.forgerock.org/opendj/trunk@3863 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The issue comes because we are parsing the output of a command-line and this output is localized. Since the option we are using is not part of the public interface. This information can be used not only by the BuildInformation class but also by the support team so it is better not to localize it. The fix consists of removing these properties from the properties file and define some String constants in SetupUtils so that can be shared by BuildInformation and DirectoryServer classes. git-svn-id: https://svn.forgerock.org/opendj/trunk@3859 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Replace usage of Changelog with Replication Server in the replication messages git-svn-id: https://svn.forgerock.org/opendj/trunk@3857 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Just add some checks to verify that the provided password is not an empty string. git-svn-id: https://svn.forgerock.org/opendj/trunk@3855 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 Feb, 2008
1 commit
-
The fix consists on changing the placeHolderValue from a String to a Message so that it can be localized. The interfaces and constructors of the argument objects have been updated to reflect this change. The placeholders are defined in tool.properties. git-svn-id: https://svn.forgerock.org/opendj/trunk@3853 41b1ffd8-f28e-4786-ab96-9950f0a78031
05 Feb, 2008
1 commit
-
invalid input parameter are now quoted git-svn-id: https://svn.forgerock.org/opendj/trunk@3823 41b1ffd8-f28e-4786-ab96-9950f0a78031
01 Feb, 2008
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3812 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Log database cache preload status, progress and completion reports. git-svn-id: https://svn.forgerock.org/opendj/trunk@3806 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Jan, 2008
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3789 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…rning and inform the user that the problematic file might being used by another process. git-svn-id: https://svn.forgerock.org/opendj/trunk@3787 41b1ffd8-f28e-4786-ab96-9950f0a78031
29 Jan, 2008
2 commits
-
The changes consist basically in using the new attributes "approx-older-change-not-synchronized-millis" and "missing-changes" in status and replication status command-lines. In fact a millisecond version of approx-older-change-not-synchronized-millis has been added in order the remote command-line to be able to provide a localized version of the date (instead of directly presenting the date that was written by the server). The code has been updated to take into consideration the fact that there is information for several servers; so the replication domain id is used to discriminate the information of the different servers. git-svn-id: https://svn.forgerock.org/opendj/trunk@3786 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Marking revision 3708 as a flag day. git-svn-id: https://svn.forgerock.org/opendj/trunk@3785 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 Jan, 2008
2 commits
-
Log total number of records to process along records processed in the progress report. git-svn-id: https://svn.forgerock.org/opendj/trunk@3774 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Log an informational message upon JEB finalization. git-svn-id: https://svn.forgerock.org/opendj/trunk@3773 41b1ffd8-f28e-4786-ab96-9950f0a78031
25 Jan, 2008
3 commits
-
attempt to detect dual stack wildcard bind conflicts with dummy connect prior to the test bind. git-svn-id: https://svn.forgerock.org/opendj/trunk@3756 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The modifications basically hide two arguments and change the usage. git-svn-id: https://svn.forgerock.org/opendj/trunk@3755 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
attempt to detect dual stack wildcard bind conflicts with dummy connect prior to the test bind. git-svn-id: https://svn.forgerock.org/opendj/trunk@3752 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Jan, 2008
5 commits
-
…tup menu leads to corrupted config Do not allow empty DNs as Directory Manager DN nor as base DNs. Appart from that an infinite loop has been fixed when the user provided a badly formed DN in the command-line. git-svn-id: https://svn.forgerock.org/opendj/trunk@3746 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ad will now handle exceptions rasied during rotation and/or retention runs. Partial fix for issue 2353 git-svn-id: https://svn.forgerock.org/opendj/trunk@3745 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3741 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
CertificateMapper should allow a configuration even though there is no quality index defined for the subject-attribute-mapping attribute. A severe warning is now logged into the error log. git-svn-id: https://svn.forgerock.org/opendj/trunk@3738 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ild 6. The following changes address the issue. The main thing that has been updated are the changes at the end of VersionCompatibilityIssue. The problem is that the code relied only on the fact that a flag day was known (we register the flag days). However it can happen (as it is the case) that a flag day is registered in the code way after the changes occurred. So when we registered a flag day, systematically we could not upgrade from previous builds. For instance: a flag day corresponding to build 6 is registered now (candidate build 11). Without these modifications this would prevent to upgrade from build 7 or build 8 to the current build. That is why the new code actually checks the revision corresponding to the flag day and the revision of the new build. If the new build is newer than the revision of the flag day then we consider that there is no problem and we continue with the upgrade. git-svn-id: https://svn.forgerock.org/opendj/trunk@3737 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Jan, 2008
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3731 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 Jan, 2008
3 commits
-
…o global configuration. - abandon default entry cache configuration and objectclass which can be resurrected later if more related configuration attributes come in. - minor cleanup to preload messages. git-svn-id: https://svn.forgerock.org/opendj/trunk@3729 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3722 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3720 41b1ffd8-f28e-4786-ab96-9950f0a78031
21 Jan, 2008
1 commit
-
Change local DB backend configuration so that db-directory and import-temp-directory properties now name a parent directory within which a sub-directory is created having the same name as the backend-id. This simplifies configuration and reduces the risk of name collisions. git-svn-id: https://svn.forgerock.org/opendj/trunk@3708 41b1ffd8-f28e-4786-ab96-9950f0a78031
18 Jan, 2008
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3698 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3697 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3695 41b1ffd8-f28e-4786-ab96-9950f0a78031