29 Oct, 2009
1 commit
-
… provide explicitly the global administrator UID. git-svn-id: https://svn.forgerock.org/opendj/trunk@6066 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 Oct, 2009
4 commits
-
Use InetAddress.getHostAddress() instead of InetAddress.getCanonicalHostName(). git-svn-id: https://svn.forgerock.org/opendj/trunk@6064 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…or the domain. This is helpful when using dsreplication. git-svn-id: https://svn.forgerock.org/opendj/trunk@6063 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6062 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6061 41b1ffd8-f28e-4786-ab96-9950f0a78031
27 Oct, 2009
7 commits
-
Fix for issue 4322 (Indexes: rebuild-all not available in the control-panel) Identify the indexes and check whether rebuildAll should be called or not. git-svn-id: https://svn.forgerock.org/opendj/trunk@6059 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…' buttons not to appear. git-svn-id: https://svn.forgerock.org/opendj/trunk@6058 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
repetitively broker sessions to the Replication Server which can cause some normal failure. The problem that is fixed here was was that the tests didn't attempt to connect again. git-svn-id: https://svn.forgerock.org/opendj/trunk@6056 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6055 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Several changes are included in this diff that allows replicaiton shutdown to happen more quickly - The Replication Server dbHandler thread was synchronized on the wrong variable - During shutdown Topo messages were sent to all the other RS by the RS that is shutdown. - There was a left sleep in the ReplicationServer creation that is not necessary anymore. git-svn-id: https://svn.forgerock.org/opendj/trunk@6054 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…d whether it is 24h based or not) Add some inline help labels. git-svn-id: https://svn.forgerock.org/opendj/trunk@6053 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…alidity of entry up check both if OK and NOT OK) Display a label if the user checks for the syntax. This approach is used instead of a popup dialog, since it is less intrusive (in the case of an error being intrusive is required, but not if the provided data is correct). git-svn-id: https://svn.forgerock.org/opendj/trunk@6052 41b1ffd8-f28e-4786-ab96-9950f0a78031
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
6 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