05 Jan, 2007
1 commit
03 Jan, 2007
1 commit
-
task entries when evaluating them during search operations, and to acquire write locks for the entries when they are being updated. This should eliminate the possibility of concurrent modification exceptions being thrown in cases where a client issues a search for a task entry at the same time the task entry is being updated within the server. OpenDS Issue Number: 858 git-svn-id: https://svn.forgerock.org/opendj/trunk@918 41b1ffd8-f28e-4786-ab96-9950f0a78031
01 Jan, 2007
1 commit
-
- org.opends.server.LockDirectory -- Specifies the path to the directory that should hold the server lock files - org.opends.server.SchemaDirectory -- Specifies the path to the directory that should hold the server schema files These properties can help make it easier for applications to embed OpenDS and use a filesystem layout that is different from the default layout used by the server. If either of these properties is not provided, then the default location will be used (locks for the lock directory, and config/schema for the schema directory). OpenDS Issue Number: 649 git-svn-id: https://svn.forgerock.org/opendj/trunk@914 41b1ffd8-f28e-4786-ab96-9950f0a78031
21 Dec, 2006
1 commit
-
server. This is a very bare-bones API at the moment and is primarily intended to allow development of code that depends on the ability to make membership determinations (e.g., the access control subsystem). A more thorough API and specific implementations will be added later. git-svn-id: https://svn.forgerock.org/opendj/trunk@911 41b1ffd8-f28e-4786-ab96-9950f0a78031
18 Dec, 2006
4 commits
-
now uses both a server socket and a client socket, and will reject the port number if the server socket can't bind to the requested port, or if the client socket can bind to that port. OpenDS Issue Number: 1112 git-svn-id: https://svn.forgerock.org/opendj/trunk@902 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
update the abandon operation count when appropriate. Also, update a number of test cases to verify that the LDAPStatistics information is properly updated. OpenDS Issue Number: 1116 git-svn-id: https://svn.forgerock.org/opendj/trunk@900 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Fix some minor bugs related to focus. Fix some minor layout bugs related to the background color. Modify the code to check whether the server is running or not. Fix issue 1112 by adding an additional check to detect if we can use a port or not: use a Socket to bind to the port. git-svn-id: https://svn.forgerock.org/opendj/trunk@897 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
archive is maintained. Rather than keeping the archive as a single zip file, it is now maintained as a directory of gzip-compressed files. This is much faster and more scalable. On my desktop machine, it reduces the time to run unit tests by about 75% (from about 7.5 minutes to less than 2 minutes). OpenDS Issue Number: 1115 git-svn-id: https://svn.forgerock.org/opendj/trunk@894 41b1ffd8-f28e-4786-ab96-9950f0a78031
17 Dec, 2006
2 commits
-
information much more useful and readable. OpenDS Issue Number: 1114 git-svn-id: https://svn.forgerock.org/opendj/trunk@892 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
version. OpenDS Issue Number: 1113 git-svn-id: https://svn.forgerock.org/opendj/trunk@891 41b1ffd8-f28e-4786-ab96-9950f0a78031
15 Dec, 2006
5 commits
-
particular, this commit makes it possible to add new attribute types and objectclasses and have them written to the 99-user.ldif file. This implementation does not yet support interacting with any other schema element types, removing or replacing existing schema elements, or interacting with any files other than 99-user.ldif. Additional functionality will be added in the future to enable these capabilities. OpenDS Issue Number: 366 git-svn-id: https://svn.forgerock.org/opendj/trunk@887 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
superior class while parsing an objectclass definition. It will now create an empty objectclass with the specified name to use as the superior class rather than silently replacing it with "top". This will make it possible to detect and reject the undefined superior class downstream if necessary. OpenDS Issue Number: 1109 git-svn-id: https://svn.forgerock.org/opendj/trunk@886 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
ldapSubEntry objectclass if the filter explicitly contains an "(objectClass=ldapSubEntry)" component. OpenDS Issue Number: 1107 git-svn-id: https://svn.forgerock.org/opendj/trunk@884 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
modifyTimestamp applied to modify and modify DN operations are marked as internal modifications. OpenDS Issue Number: 1106 git-svn-id: https://svn.forgerock.org/opendj/trunk@883 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
OpenDS Issue Number: 1105 git-svn-id: https://svn.forgerock.org/opendj/trunk@882 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Dec, 2006
1 commit
-
about defined name forms, DIT content rules, DIT structure rules, and matching rule uses. OpenDS Issue Number: 1102 git-svn-id: https://svn.forgerock.org/opendj/trunk@873 41b1ffd8-f28e-4786-ab96-9950f0a78031
13 Dec, 2006
1 commit
-
attribute which indicates whether the associated backend is registered as a private backend. OpenDS Issue Number: 1095 git-svn-id: https://svn.forgerock.org/opendj/trunk@868 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 Dec, 2006
1 commit
-
the protocol, listen address/port, number of established connections, and information about each connection. Also, update the monitor API to make it possible to include a custom objectclass in each monitor entry. Connection handler monitor entries now include the ds-connectionhandler-monitor-entry objectclass. Backend monitor entries now include the ds-backend-monitor-entry objectclass. OpenDS Issue Numbers: 1066 and 1091 git-svn-id: https://svn.forgerock.org/opendj/trunk@866 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 Dec, 2006
3 commits
-
…g file permissions on the directory containing the database files. No errors are produced if there are no way to set the file permissions (ie. Windows and Java < 6.0). Fix for issue 1005 git-svn-id: https://svn.forgerock.org/opendj/trunk@861 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
1. Fix a bug with the setup script. Know this script is executable after the Web Start based installation. 2. Provide a different welcome message in the setup depending on whether we are launching the setup from the command line or Web Start. If we are launching the command line setup we make reference in the message to the Web Start installation and provide a link to the downloads page. 3. When the setup is successful, include in the message the path of the installation as was requested by William Hathaway. 4. Try to find a valid default port (of type []389) and not limit the search to 389. This implies not having any explanatory message to be displayed if we cannot connect to 389. 5. Update the code to better handle bug scenarii. Previously the code assumed that only RuntimeException could occur in case of a bug. This is not true in the general case, so know the code handles Throwable objects to detect bugs. 6. Provide the first implementation for the Uninstaller. Some code has been rearranged to maximize code re-use. The first implementation of the uninstaller basically does the following: - Display a confirmation message informing of what will happen with the installation files and the consequences of uninstalling the server. Ask the user which parts of the server must be uninstalled. Check if we have configuration references outside the installation path (for the moment this check is limited to database files and log files). If these references exist show them to the user and ask the user whether these 'external' files must be deteled or not. If the server is running we ask for confirmation to stop the server and if we are in windows we ask the user to provide a DN and a password to authenticate. If the user continues and the server is running the code calls stop-ds script, if the script succeeds the code tries to delete the files in the installation that the user wanted to uninstall and in the case there are external files to the installation path and the user wants to delete them delete also these external files. If everything works properly the uninstaller will delete all the files except the <install-root>/lib/quicksetup.jar and <install-root>/lib/OpenDS.jar file. OpenDS.jar file is required by the command line uninstaller to share some code. I preferred not to try to delete these files from the scripts as we cannot provide proper feedback (for instance localization) if we encounter a problem deleting these files. In both cases we inform the user that there are some files that must be deleted manually. 7. Provide the code to launch uninstall through command line that is analogous in terms of interaction to the graphical one. I have included two scripts to launch the uninstallation. The uninstall script for Unix is very similar to the setup script. However the uninstall.bat script has a difference with setup.bat. The difference is that I limit the class path to include only quicksetup.jar. This is done because I have not found a way to delete the jar files that are in the class path of the java application using pure java code, so as the uninstaller does only require OpenDS.jar and quicksetup.jar files I have chosen to minimize the jar files in the class path. This way the only files that are not deleted during installation is quicksetup.jar and OpenDS.jar. 8. Improve the wording of the install wizard as proposed by Brian and Neil. 9 . One minor tweak to the QuickSetup Welcome screen: make the reference to the "setup" command a monospace font to highlight it a bit more. 10. Fix for issue 1057 (stop-ds.bat and start-ds.bat do not work when called using Runtime.exec). The quicksetup code used to overwrite the environment variables when calling Runtime.exec which made the server not be able to start/stop correctly. 11. Fix some minor bugs with the default focus on some panels. 12. Update the setup scripts to use the java home file if the setup was previously called. git-svn-id: https://svn.forgerock.org/opendj/trunk@860 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
batch file that can be used to set JAVA_HOME. Update all of the tools and administrative scripts provided with OpenDS so that they will use this to set JAVA_HOME unless it's already set in the user's environment. OpenDS Issue Number: 1082 git-svn-id: https://svn.forgerock.org/opendj/trunk@856 41b1ffd8-f28e-4786-ab96-9950f0a78031
09 Dec, 2006
1 commit
-
entry instead of just one. OpenDS Issue Number: 1069 git-svn-id: https://svn.forgerock.org/opendj/trunk@854 41b1ffd8-f28e-4786-ab96-9950f0a78031
08 Dec, 2006
3 commits
-
contained in that backend. Also, create a new monitor entry for each registered backend that will report the backend ID, base DNs, writability mode, and entry count for that backend. OpenDS Issue Numbers: 1062, 1063 git-svn-id: https://svn.forgerock.org/opendj/trunk@853 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
593: attribute indexes need to support subtypes and options 1045: possible index corruption (subtree search fails to return matching entry) 1060: entry disappears when modifying with ldapbrowser There were bugs in the way an equality index was updated for a modify operation. Trying to determine the index changes from the sequence of modifications did not work in the general case. Now, it ought to be correct in all cases. I've changed many of the modify operation unit tests to run against the JE backend instead of the memory backend. Also I changed the tests to modify the mail attribute instead of description, because description is not indexed. git-svn-id: https://svn.forgerock.org/opendj/trunk@852 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
include a structural objectclass. OpenDS Issue Number: 1067 git-svn-id: https://svn.forgerock.org/opendj/trunk@850 41b1ffd8-f28e-4786-ab96-9950f0a78031
07 Dec, 2006
1 commit
-
internal configuration attributes like the backend ID, base DNs, and writability mode. OpenDS Issue Number: 1068 git-svn-id: https://svn.forgerock.org/opendj/trunk@848 41b1ffd8-f28e-4786-ab96-9950f0a78031
05 Dec, 2006
3 commits
-
- It fixes problems with base DN registration when attempting to use nested backends. - It changes the terminology that is in use. Previously, the term "suffix" was used everywhere, even when it wasn't really correct. Now "naming context" is used when it's talking about a top-level base DN, and "base DN" is used for any base DN regardless of whether it's a naming context. - It adds a new ds-private-naming-contexts operational attribute to the root DSE to list the private naming contexts defined in the server. - It updates the backend API to get rid of the abstract supportsControl and supportsFeature methods and replace them with a default concrete implementation. OpenDS Issue Numbers: 546, 750 git-svn-id: https://svn.forgerock.org/opendj/trunk@844 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
as specified by RFC4512 : SyntaxDescription = LPAREN WSP numericoid ; object identifier [ SP "DESC" SP qdstring ] ; description extensions WSP RPAREN ; extensions see SYNTAX_LDAP_SYNTAX_OID from org.opends.server.schema.LDAPSyntaxTest.java Issue 640. git-svn-id: https://svn.forgerock.org/opendj/trunk@840 41b1ffd8-f28e-4786-ab96-9950f0a78031 -
-1 when attempting to get the last login time for a user when it isn't possible to do so for some reason. Even though the documentation said it would return -1 in this case, it was actually returning the creation timestamp for the entry. OpenDS Issue Number: 1055 git-svn-id: https://svn.forgerock.org/opendj/trunk@839 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Nov, 2006
9 commits
-
extended operations to handle their own controls. The password modify extended operation has been updated to support the LDAP no-op control and the password policy control. OpenDS Issue Number: 597 git-svn-id: https://svn.forgerock.org/opendj/trunk@835 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
enforced for operational attributes. OpenDS Issue Number: 1048 git-svn-id: https://svn.forgerock.org/opendj/trunk@834 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
all of the attribute types were run together and there were no values. It now formats them in LDIF change format. Also, a number of hard-coded "\n" characters have been replaced with the correct EOL sequence for the underlying OS. OpenDS Issue Number: 1047 git-svn-id: https://svn.forgerock.org/opendj/trunk@833 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
attributes from the export. OpenDS Issue Number: 1046 git-svn-id: https://svn.forgerock.org/opendj/trunk@832 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
information are treated correctly according to their definitions. In particular, attributeTypes, objectClasses, matchingRules, and ldapSyntaxes are now properly treated as operational attributes and not returned unless explicitly requested. It is possible to override this behavior for backward compatibility with clients that expect them to always be returned, but this may be deprecated in the future. OpenDS Issue Number: 1039 git-svn-id: https://svn.forgerock.org/opendj/trunk@831 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
user's account is in the "must change" state. OpenDS Issue Number: 1044 git-svn-id: https://svn.forgerock.org/opendj/trunk@827 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
controls in the extended request. OpenDS Issue Number: 1043 git-svn-id: https://svn.forgerock.org/opendj/trunk@825 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@817 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
control. The first line defining the MORE_INFO element was missing the "::= SEQUENCE {" portion, which is a critical piece of information that a reader would need in order to understand how to properly encode and/or decode the control. git-svn-id: https://svn.forgerock.org/opendj/trunk@816 41b1ffd8-f28e-4786-ab96-9950f0a78031
29 Nov, 2006
1 commit
-
modifiers for member variables. git-svn-id: https://svn.forgerock.org/opendj/trunk@815 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 Nov, 2006
1 commit
-
…formatting of the messages that appear in the progress panel. This is done mainly for two reasons: 1. The code in the Installer class should not control the format used (HTML, plain text, etc.) which is more related to the pure UI. 2. Be able to share this formatting code for the graphical installation and also the uninstallation so that we have the same look and feel in both without code duplication." /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/installer/Installer.java /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/installer/offline/OfflineInstaller.java /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/QuickSetup.java /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/ui/CurrentStepPanel.java /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/ui/ProgressPanel.java /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/ui/QuickSetupDialog.java git-svn-id: https://svn.forgerock.org/opendj/trunk@771 41b1ffd8-f28e-4786-ab96-9950f0a78031