25 Jul, 2006
3 commits
-
something else than the directory instance root because it uses a relative path to open the changelog db and the changelog db open therefore fails in this case. This commit change the code to use a path relative to the server root instead of being relative to the working directory of the process. This part of the code will need to be further changed to make this path configurable. git-svn-id: https://svn.forgerock.org/opendj/trunk@33 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…xml config file. These files are no longer needed in the repositiory. git-svn-id: https://svn.forgerock.org/opendj/trunk@32 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Jul, 2006
5 commits
-
in the server. Also create a very simple README that will also be included. git-svn-id: https://svn.forgerock.org/opendj/trunk@31 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- put changelog configuration below cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config - use ds-cfg-changelog-server-id and ds-cfg-directory-server-id instead of ds-cfg-server-id - don't require the ds-cfg-changelog-server attribute in changelog configuration (ds-cfg-synchronization-changelog-server-config objectclass) Use dc=example,dc=com instead of dc=com in he synchronization configuration example improve the javadoc git-svn-id: https://svn.forgerock.org/opendj/trunk@30 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@29 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@28 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
cn=MultimasterSynchronization,cn=Synchronization Providers,cn=config to cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config (notice the whitespace between Multimaster and Synchronization) git-svn-id: https://svn.forgerock.org/opendj/trunk@27 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Jul, 2006
1 commit
-
isn't used by OpenDS, it makes it easier to import data from a Sun Java System Directory Server, and could be needed for coexistence between the two in a migration. git-svn-id: https://svn.forgerock.org/opendj/trunk@26 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 Jul, 2006
1 commit
-
resolve the Kerberos principal to the corresponding directory user, rather than a fixed exact-search mechanism. This is more flexible and more consistent with the implementation of the other SASL mechanisms. git-svn-id: https://svn.forgerock.org/opendj/trunk@25 41b1ffd8-f28e-4786-ab96-9950f0a78031
21 Jul, 2006
2 commits
-
…, in these tests OpenDS is echoing back binary data from the jpeg attribute. The binary data makes the output very messy. Engineering may work out an alternative message so that large binary data with non-printable characters are not echoed back to standard out or standard error. git-svn-id: https://svn.forgerock.org/opendj/trunk@24 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Renamed the testng-* targets to test, testinit, and testreport. git-svn-id: https://svn.forgerock.org/opendj/trunk@23 41b1ffd8-f28e-4786-ab96-9950f0a78031
20 Jul, 2006
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@22 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Now, there are two options for running the integration tests. The first option is as before. The user must install and start OpenDS along with setting the parameters in the testng.xml file. The second option is recommended and is meant to be a quick way for users to use the integration tests. Here in one command, the OpenDS is installed and started, the testng.xml is automatically generated, and the integration tests are started. Note that this option is quick and efficient, but is inflexible in regards to the parameter settings in the testng.xml file. git-svn-id: https://svn.forgerock.org/opendj/trunk@21 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… with the testNG framework hanging. git-svn-id: https://svn.forgerock.org/opendj/trunk@20 41b1ffd8-f28e-4786-ab96-9950f0a78031
18 Jul, 2006
3 commits
-
lock timeout attribute to use an integer with unit syntax rather than just an integer. Also, update the FIFO entry cache implementation to get rid of the calls to run the garbage collector. Instead, if we detect that too much memory is being used, we'll not store the new entry and get rid of an old entry. This is much more palatable in terms of performance and response time when the cache gets full. git-svn-id: https://svn.forgerock.org/opendj/trunk@19 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@18 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@17 41b1ffd8-f28e-4786-ab96-9950f0a78031
17 Jul, 2006
3 commits
-
log files. That directory is specified in the testng.xml file and can be modified by the user. git-svn-id: https://svn.forgerock.org/opendj/trunk@16 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…DS bits did not exist, they would be built twice, and the integration test suites not built at all. Now, if the OpenDS bits do not exist, OpenDS is built once and the integration test suites built once. Also, some comments were cleaned up. git-svn-id: https://svn.forgerock.org/opendj/trunk@15 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@14 41b1ffd8-f28e-4786-ab96-9950f0a78031
16 Jul, 2006
5 commits
-
message about a missing key manager configuration entry if SSL was not enabled. git-svn-id: https://svn.forgerock.org/opendj/trunk@13 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
size configuration attribute are consistent with the size units used in various configuration attributes for the JE backend. In particular, the following are now true: - KB refers to kilobytes, or 1000 bytes - KiB refers to kibibytes, or 1024 bytes - MB refers to megabytes, or 1000000 bytes - MiB refers to mebibytes, or 1048576 bytes Previously, only KB and MB were defined and they used the "power of 2" form rather than the "power of 10" form. git-svn-id: https://svn.forgerock.org/opendj/trunk@12 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
configuration attribute from an integer (with the value specified in seconds) to an integer with unit (specified as an integer value followed by a unit of "seconds", "minutes", "hours", "days", or "weeks"). Also change the syntax of the attribute in the schema from integer to directory string. git-svn-id: https://svn.forgerock.org/opendj/trunk@11 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
be called whenever the alert handler is taken out of service to ensure that it releases any resources that it might have had open. git-svn-id: https://svn.forgerock.org/opendj/trunk@10 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
dynamically-generated built directory will be ignored by Subversion. git-svn-id: https://svn.forgerock.org/opendj/trunk@9 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Jul, 2006
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@8 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 Jul, 2006
3 commits
-
…lative to the server root rather than the current working directory. git-svn-id: https://svn.forgerock.org/opendj/trunk@6 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- synchronization msg serialization/un-serialization (classes that inherit from SynchronizationMsg) - modify conflicts resolution (Historical class) git-svn-id: https://svn.forgerock.org/opendj/trunk@5 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
for ADD,DELELTE and MODIFYDN as it was already the case for MODIFY operation This is necessary to make sure that entries use the same unique ID everywhere. - Synchronization now its own serialization mechanism for synchronization messages (before it was using java object serialization) This allows to use the same serialization for data transfer between LDAP servers and changelog servers and for saving the changes into the changelog database. It will also allow to make some evolution the protocol without breaking the compatibility with previous releases. This also brings some performance improvements as this new serialization mechanism only needs to be done once on the master that originally processed the operation while before it was done for each transfer over the wire and for writing the changelog database. git-svn-id: https://svn.forgerock.org/opendj/trunk@4 41b1ffd8-f28e-4786-ab96-9950f0a78031
10 Jul, 2006
1 commit
-
(it had a dependency on "package" when it should have been on "dsml"). git-svn-id: https://svn.forgerock.org/opendj/trunk@3 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 Jun, 2006
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2 41b1ffd8-f28e-4786-ab96-9950f0a78031
04 Apr, 2006
1 commit