24 Jul, 2009
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5596 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… move them to the classes they apply to. Fix a potential bug when enabling a replication topology using a replication server with no domains as one of the servers to be replicated. git-svn-id: https://svn.forgerock.org/opendj/trunk@5594 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5593 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Jul, 2009
3 commits
-
…he network. This resolve issue 4008. git-svn-id: https://svn.forgerock.org/opendj/trunk@5587 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5586 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5585 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 Jul, 2009
7 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5582 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5581 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…d the ldapsyntaxes attribute git-svn-id: https://svn.forgerock.org/opendj/trunk@5579 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5578 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5577 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5576 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…bled or not in the summary at the end of the CLI interactive mode. git-svn-id: https://svn.forgerock.org/opendj/trunk@5575 41b1ffd8-f28e-4786-ab96-9950f0a78031
21 Jul, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5572 41b1ffd8-f28e-4786-ab96-9950f0a78031
20 Jul, 2009
1 commit
-
… with no replication server and servers with only a replication server) The fix consists on not assuming that the replication server contains all the references to the other replication servers (there might be domains and no replication server on a given server). git-svn-id: https://svn.forgerock.org/opendj/trunk@5571 41b1ffd8-f28e-4786-ab96-9950f0a78031
17 Jul, 2009
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5565 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Change the name of the return code CANCELLED to CANCELED to be consistent with the rest of the code.. When we start the server, use the administration port to connect to the server instead of the LDAP port, since we know that there is always an administration port but not necessarily an LDAP port. git-svn-id: https://svn.forgerock.org/opendj/trunk@5561 41b1ffd8-f28e-4786-ab96-9950f0a78031
15 Jul, 2009
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5556 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ame and description of the service name in ConfigureWindowsService. Remove references to OpenDS in the messages displayed by the Windows Service command-lines. git-svn-id: https://svn.forgerock.org/opendj/trunk@5555 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5550 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… codes: define one error code at the InstallDS level (instead of using one in the quicksetup package), this way we guarantee that there is no conflict in terms of error code. git-svn-id: https://svn.forgerock.org/opendj/trunk@5549 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Jul, 2009
2 commits
-
…r descriptor level and not at the TopologyCache object level. git-svn-id: https://svn.forgerock.org/opendj/trunk@5548 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… with no replication server and servers with only a replication server) With the fix of 4092, the replication monitoring information for a given replication domain may not be anymore under cn=monitor of the server where the domain is configured. The replication monitoring information is only under cn=monitor of the replication servers. The following changes wait till all the configuration has been loaded and after that tries to find the replication monitoring information by only searching on the replication servers. If the server does not calculate the whole cn=monitoring tree when a request is made to cn=monitor, the new code should be more efficient than the previous one (since only searching in one replication server should be enough). If it is not the case and the whole cn=monitor is recalculated when a search is made on it, then the new code only adds a new search in most of the cases (the worst case is the one when there are disjoint replication topologies under the same ADS with different replication servers, which is pretty rare). git-svn-id: https://svn.forgerock.org/opendj/trunk@5547 41b1ffd8-f28e-4786-ab96-9950f0a78031
13 Jul, 2009
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5546 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…tication in the manage tasks panel. git-svn-id: https://svn.forgerock.org/opendj/trunk@5544 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
dsreplication allows to merge disjoint topologies. The limitations on the topologies that can be merged are described in the issue report. Extras: - Fix a bug in the code of dsreplication that prevented the cn=schema replication domain configurations to have an updated list of replication servers. - Fix a regression introduced that caused the code not to update properly the replication server list of the domains of previously configured servers. - Fix a bug in dsreplication status that prevented displaying a message informing that there was no replication configured. - Update the code of disableAll to cleanup the contents of the truststore. git-svn-id: https://svn.forgerock.org/opendj/trunk@5543 41b1ffd8-f28e-4786-ab96-9950f0a78031
10 Jul, 2009
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5541 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5539 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5537 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
(Control part of that Issue) git-svn-id: https://svn.forgerock.org/opendj/trunk@5534 41b1ffd8-f28e-4786-ab96-9950f0a78031
09 Jul, 2009
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5530 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5529 41b1ffd8-f28e-4786-ab96-9950f0a78031
08 Jul, 2009
5 commits
-
… with no replication server and servers with only a replication server) Fix an issue with port check in non-interactive mode when the user decides not to configure a replication port. Fix an issue when adding a replication domain (with no replication server) to an existing topology. git-svn-id: https://svn.forgerock.org/opendj/trunk@5528 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5524 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5523 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… with no replication server and servers with only a replication server) Handle the case where a server with no replication server must be configuredFollow up to fix for issue 4092 (dsreplication should allow to configure servers with no replication server and servers with only a replication server) Handle the case where a server with no replication server must be configured.. Configure replication servers with no domain. Fix an issue with an explanation in the dsreplication status table. git-svn-id: https://svn.forgerock.org/opendj/trunk@5522 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5520 41b1ffd8-f28e-4786-ab96-9950f0a78031
07 Jul, 2009
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5518 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This fix restore the compatibility by using either format depending on the protocol version. After this fix the trunk is now compatible with 1.0 and 2.0 but not with 1.2 since there is no way to make the difference between the 2 versions of the replication protocol (1.2 and 2.0 both use version 2 of the replication protocol but don't encode MonitorMsg the same way) This fix also add a trick in the schema backend so that the schema from 00-core is not replicated. Gilles git-svn-id: https://svn.forgerock.org/opendj/trunk@5517 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5516 41b1ffd8-f28e-4786-ab96-9950f0a78031