28 Jun, 2007
10 commits
-
OpenDS Issue Number: 1838 git-svn-id: https://svn.forgerock.org/opendj/trunk@2211 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Use the ArgumentParser class to generate the usage of the setup, upgrade and uninstall command lines. The description of the command line is kept in Resources.properties and the rest of the messages go to ToolMessages. git-svn-id: https://svn.forgerock.org/opendj/trunk@2210 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Test the class of the Throwable we get in the backgroundTaskCompleted method. Use directly the File objects we get from the Installation class and add some debug lines to help tracking down issues in the future. git-svn-id: https://svn.forgerock.org/opendj/trunk@2209 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…id=1674> to make the webstart and offline installers cancelable. The plumbing for cancelability is already in place since the upgrader makes use of it. This commit for the most part implements the actions that the installers must perform when the operation is canceled. Note that I have not implemented steps necessary to unregister a server from replication but have left this as 'todo' for the time being. For the Web Start installer: - Stop the server if running. - If the install has registered this application as a windows service unregister it. - Delete the files that have been installed. For the offline installer there are more steps since we can't just wipe out all the files: - Stop the server if running. - If the install has registered this application as a windows service unregister it. - Revert the configuration to the base configuration. - If SSL was configured delete the self-signed cert (if necessary), delete keystore, keystore.pin and truststore. - Delete the database files. git-svn-id: https://svn.forgerock.org/opendj/trunk@2208 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2207 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2206 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2205 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2204 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2203 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2202 41b1ffd8-f28e-4786-ab96-9950f0a78031
27 Jun, 2007
11 commits
-
state information for a user, including getting and setting various state variables (even those marked NO-USER-MODIFICATION, although these are typically intended for testing purposes only). Users will be required to have the password-reset privilege in order to be able to use this extended operation, and access control will also come into play. Also, include a manage-account tool that can be used to interact with this extended operation. It supports a subset of the capabilities made available in the extended operation (e.g., it only allows one operation per use, whereas the extended operation allows you to include multiple operations), and some of the features intended for testing purposes are marked hidden so that they aren't readily apparent to end users. Finally, fix a bug in which it was not possible for users to authenticate if their account had the pwdReset flag and last login time tracking was enabled. OpenDS Issue Numbers: 292, 579, 1782, 1845 git-svn-id: https://svn.forgerock.org/opendj/trunk@2201 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2200 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
is running (and failing) on non-Windows platforms. git-svn-id: https://svn.forgerock.org/opendj/trunk@2199 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…nctional tests for Issue 543. git-svn-id: https://svn.forgerock.org/opendj/trunk@2198 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2197 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
this commit is for hidden subcommand git-svn-id: https://svn.forgerock.org/opendj/trunk@2196 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ntly been resolved. All tests pass when performing a complete run of the tests using the 'testall' target along with the BUILD_NUMBER system property. git-svn-id: https://svn.forgerock.org/opendj/trunk@2195 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…hod. In addition it includes a mechanism for running Windows specific tests git-svn-id: https://svn.forgerock.org/opendj/trunk@2194 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
GROUP_ID and MEMBER_ID operand are now respectively replaced by arguments: * -g, --groupName {group-name} * -m, --memberName {member-name} git-svn-id: https://svn.forgerock.org/opendj/trunk@2193 41b1ffd8-f28e-4786-ab96-9950f0a78031 -
git-svn-id: https://svn.forgerock.org/opendj/trunk@2192 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2191 41b1ffd8-f28e-4786-ab96-9950f0a78031
26 Jun, 2007
18 commits
-
…n changes made to the server using an internal connection where not persisted in the config.ldif file. The problem appears to have been an unclosed stream that was preventing the renaming of config.ldif.tmp to config.ldif. git-svn-id: https://svn.forgerock.org/opendj/trunk@2190 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2189 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2188 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…s for some ACI issues are committed. There are also some small data files to go along with the manual tests. git-svn-id: https://svn.forgerock.org/opendj/trunk@2187 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
an LDIF import. The basic practice is as follows: - If the entry specifies a particular password policy, then the default password storage schemes for that policy will be used to encode the password. - If the entry does not specify a particular password policy, then the server will use the password scheme(s) specified in the ds-cfg-default-user-password-storage-scheme or ds-cfg-default-auth-password-storage-scheme attribute in the plugin configuration entry, if they are present. - If the configuration entry does not specify a default set of storage schemes, but it uses a password attribute that has the same syntax as the password attribute used by the server's default password policy, then the default password storage schemes from the server's default password policy will be used. - If all else fails, the server will use SSHA for passwords with the user password syntax, or SHA1 for passwords with the auth password syntax. OpenDS Issue Number: 849 git-svn-id: https://svn.forgerock.org/opendj/trunk@2186 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2185 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2184 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
StartTLS works on the ldap port (not the ldaps port) See also commit rev #2182 git-svn-id: https://svn.forgerock.org/opendj/trunk@2183 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2182 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2181 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2180 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2179 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2178 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2177 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
the behavior of the server when replication has been configured but the replication have not been able to connect to any of the configured replication server. This configuration attribute is named stays in the replication domain configuration entry and is named : ds-cfg-isolation-policy The possible behavior values are : - reject-all-updates : When this value is used and the server cannot connect to any of the replication server, all the updates are rejected with an UNWILLING TO PERFORM error code. This is the default value - accept-all-updates : When this value is used and the server cannot connect to any of the replication server, all the updates are accepted without sending them to a replication server, when a replication server will become available, the server will use the historical information to generate replication messages. This last mode will make the changes at risk because they will only be saved in the historical information of the local server. It may also introduce high replication delay when the connection establish again. Note that currently the replication code is not yet able to generate messages for the MODDN, DELETE and ADD operations. (issue 1752) This change also improve the error messages that are logged when the server cannot connect any replication : before the server was continuously logging messages twice per seconds, now the server only logs the error the first time and log a new message indicating that everything is fine when a replication server is back. git-svn-id: https://svn.forgerock.org/opendj/trunk@2176 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2175 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2174 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2173 41b1ffd8-f28e-4786-ab96-9950f0a78031
25 Jun, 2007
1 commit
-
…etermine if a server is running or not. The previous strategy caused problems if the an application instantiated different Installation objects corresponding to different root directories (like the upgrader). git-svn-id: https://svn.forgerock.org/opendj/trunk@2172 41b1ffd8-f28e-4786-ab96-9950f0a78031