26 Oct, 2009
7 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6047 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6046 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6045 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
random errors in unit tests git-svn-id: https://svn.forgerock.org/opendj/trunk@6042 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Set the follwoing DB parameters : - enable DB logging as for the jeb DB to allow debugging in case the problem happens again - use priority checkpointing - use 2 cleaner threads instead of 1 git-svn-id: https://svn.forgerock.org/opendj/trunk@6041 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6039 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6038 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Oct, 2009
2 commits
-
After getting the return code from stop-ds, verify that the server released its lock on the file used to test that it is running. Made some improvements in the way the focus is initialized in the login panel. git-svn-id: https://svn.forgerock.org/opendj/trunk@6037 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6031 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 Oct, 2009
6 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6028 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6027 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6025 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6024 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… with SSL and multiple threads.) This fix has two parts: 1. Modify the threading mechanism used to search the contents of an entry. From now only one thread is created to do this task. The result is that there is no need of interrupting threads and that the number of threads that are generated is limited. 2. When the server contents are read, check also if the user connection (the one used by the LDAP browser to read user data) works. If it is not the case, a message informing the user to provide authentication is displayed. This modification helps in the case we encounter other issues and does not force the user to reopen the control panel dialog (or to figure out that the workaround is to go to 'File->Server to Administer'. This check is already done for the admin connection, so this is just a completion of that check. git-svn-id: https://svn.forgerock.org/opendj/trunk@6023 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
When the rawEntryDN of a CompareOperationBasis is modified, the field entryDN is reset and not initialized. If the getEntryDN() routine is called and entryDN is null, it should try to decode the rawEntryDN. git-svn-id: https://svn.forgerock.org/opendj/trunk@6022 41b1ffd8-f28e-4786-ab96-9950f0a78031
21 Oct, 2009
2 commits
-
…NumberFormatException) Use the logger of the control panel that disables the logging earlier. Fix lots of error codes in dsreplication (most of the commands used to return SUCCESSFUL_NOP when they should return SUCCESSFUL). Fix some warnings reported by the IDE by using generics. Now the log file generated by dsreplication is shown to the user for some sub-commands even in the case where the operation was successful. git-svn-id: https://svn.forgerock.org/opendj/trunk@6019 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6018 41b1ffd8-f28e-4786-ab96-9950f0a78031
20 Oct, 2009
5 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6016 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ntation obsolete; keep ldapSubEntry OC search matching criteria for backward compatibility. git-svn-id: https://svn.forgerock.org/opendj/trunk@6015 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6014 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6013 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6012 41b1ffd8-f28e-4786-ab96-9950f0a78031
19 Oct, 2009
8 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6010 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… does not throw a NamingInterruptedException but a CommunicationException generated by an InterruptedIOException. The following modifications fix this. git-svn-id: https://svn.forgerock.org/opendj/trunk@6009 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Add a new menu item in both the 'Entries' and popup menu of the 'Manage Entries' dialog. This item is labeled 'Duplicate Entry...'. The user must provide the new name of the entry and the new parent DN for the entry. There is a limitation to duplicate the entries with a password. If the original entry has a password, the resulting duplicated entry will have 'password' as password value. The user is informed of this in the dialog. Some improvements have been made in the layout used in StatusGenericPanel to display messages an errors. A fix has been done in the focus management of GenericDialog. git-svn-id: https://svn.forgerock.org/opendj/trunk@6008 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6007 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Make the hardcoded message localizable by adding it to a message properties file. git-svn-id: https://svn.forgerock.org/opendj/trunk@6006 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
set to 10 ms instead of 10 s and therefore causing random tests failures git-svn-id: https://svn.forgerock.org/opendj/trunk@6004 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…e.ReplicationDomainTest#publishAndReceive It was 1 second up to now which looks like is too small for the build machine. git-svn-id: https://svn.forgerock.org/opendj/trunk@6003 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6001 41b1ffd8-f28e-4786-ab96-9950f0a78031
17 Oct, 2009
1 commit
-
The biggest issue was that the trust manager was reset when connecting to the second server, this caused the establishing of the connections to fail. There was also a problem with the way the code found out whether a NamingException was caused by a certificate problem or not. Finally the code handles the particular case where the user provides global administrator credentials but this is not defined on the second server. If this is the case, the code now prompts only for the credentials (and not for the whole second server connection parameters). git-svn-id: https://svn.forgerock.org/opendj/trunk@5998 41b1ffd8-f28e-4786-ab96-9950f0a78031
16 Oct, 2009
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5996 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…control systematically) Add two menu items in the 'View' menu of the browse entries panel where the user can specify to sort the user data and to follow referrals automatically. The request control are updated depending on what the user chooses and these request controls that are used are not critical. git-svn-id: https://svn.forgerock.org/opendj/trunk@5995 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This issue happens when a new OpenDS server is added to a topology which has been up and running for some time and the new server is both a Replication Server and a Directory Server. In such cases the Replication Server starts empty and is therefore very late with regards to the other servers. The Directory Server is initialized from an up to date DS already in the topology and is therefore not late. The problem is that the new DS incorrectly choose the RS that was just installed to be provided with all the new changes in the topology. The DS therefore as to wait for the RS to grab all the old changes before being provided with the new change. The fix is to change the algorithm that is used by the DS to select the RS and to give priority to the RS that are more up to date. Gary would like to see this in the 2.2 branch and would therefore have to be back-ported there. I have also added unit tests for this case and other similar ones. replica DS after init git-svn-id: https://svn.forgerock.org/opendj/trunk@5993 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…e of the dialog and the component that must be used as a reference to display the dialog. In some cases the frame that is going to display the progress dialog is hidden just after the progress dialog is displayed (this is the case for most of the cases in the control panel). Depending on the OS, hiding the parent frame implies to hide the progress dialog. The result is that the progress dialog is also hidden with the parent frame. However in other cases it is interesting to pass the frame that displays the progress dialog (for instance when we want to have a modal progress dialog this is required). git-svn-id: https://svn.forgerock.org/opendj/trunk@5992 41b1ffd8-f28e-4786-ab96-9950f0a78031
15 Oct, 2009
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5991 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5989 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ble when password expires in the futur. Fixes the encoding of the control response when password is valid and due to expire later git-svn-id: https://svn.forgerock.org/opendj/trunk@5988 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Oct, 2009
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5984 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The problem was that the code had a hardcoded list of editable operational attributes. The code has been modified to calculate this list from the schema contents. The code has also been updated to use some special Strings ("1.1" and "+") to request no attributes and operational attributes. Some generics have been used to avoid some warnings reported by my IDE. git-svn-id: https://svn.forgerock.org/opendj/trunk@5980 41b1ffd8-f28e-4786-ab96-9950f0a78031