03 Nov, 2008
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4566 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Fix a problem with the ControlPanelLog class: now when it is extended only one log file is created. git-svn-id: https://svn.forgerock.org/opendj/trunk@4565 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4564 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Remove the useSSL and startTLS arguments. git-svn-id: https://svn.forgerock.org/opendj/trunk@4563 41b1ffd8-f28e-4786-ab96-9950f0a78031
31 Oct, 2008
5 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4562 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Warning: ModifyDNMsg PDU is updated and modifications are exchanged through the replication network. However at replay time, the moddn operation is re-created with the modifications, but they cannot be replayed at this time: The comment of the addModification() method for ModifyDNOperation states that "This should only be called by pre-operation plugins" So either some modifs are to be done on core side, or we may put the modifications in the operaton context and intercept the replay at the pre-op stage and effectively replay the modifications at this time. ...to be discussed. git-svn-id: https://svn.forgerock.org/opendj/trunk@4560 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4559 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4558 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…arch time. These limits also exist at the directory server level. The following fix ensures that: - if such limits exist at the network group level, they are applied - if they are not defined at the network group level, the directory server limits apply. git-svn-id: https://svn.forgerock.org/opendj/trunk@4557 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Oct, 2008
5 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4556 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…grade a running replicated topology from v1 to v2 git-svn-id: https://svn.forgerock.org/opendj/trunk@4555 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4554 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4553 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…g on calling dsconfig setting config properties Fix Issue 3541: NetGroup reqFilteringPolicy - shouldn't be able to allow and disallow at same time a attr, subtree git-svn-id: https://svn.forgerock.org/opendj/trunk@4549 41b1ffd8-f28e-4786-ab96-9950f0a78031
29 Oct, 2008
6 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4547 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- this network group is not configurable, and unbreakable - all connections handled by the admin connector are managed by this network group - all JMX connections are managed by this network group - this network group provides access to all private and public suffixes Modify the behavior of the default network group in MANUAL mode: - in manual mode, the default network group is empty - in auto mode (=standard OpenDS mode), the default network group still provides access to all private and public suffixes git-svn-id: https://svn.forgerock.org/opendj/trunk@4544 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… server adding entry ds-cfg-key-id) git-svn-id: https://svn.forgerock.org/opendj/trunk@4543 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…nstance directory and to allow to not cleanup the test instance dir. Fix a test case (add --noPropertiesFile) git-svn-id: https://svn.forgerock.org/opendj/trunk@4542 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…of the descriptor objects. Extends the ConfigReaders and ControlPanelInfo so that they can be inherited by other classes. git-svn-id: https://svn.forgerock.org/opendj/trunk@4541 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Use the LDAP port instead of the admin connector port to calculate the default SSL port. git-svn-id: https://svn.forgerock.org/opendj/trunk@4540 41b1ffd8-f28e-4786-ab96-9950f0a78031
27 Oct, 2008
4 commits
-
… breaking checkstyle) git-svn-id: https://svn.forgerock.org/opendj/trunk@4535 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4534 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Also added the license for both Jars to the legal-notices directory. Files were missing previously. mail.jar (javamail) is now revision 1.4.1 activation.jar (jaf) is now revision 1.1.1 git-svn-id: https://svn.forgerock.org/opendj/trunk@4533 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4532 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Oct, 2008
1 commit
-
- An updated version of the underlying database. BDB JE 3.3 is now used. - Attribute API refactoring providing a better abstraction and offering improved performances. - A new GUI called the Control-Panel to replace the Status-Panel: the specifications for this GUI are available on OpenDS Wiki and contains a link to a mockup. See <https://www.opends.org/wiki/page/ControlPanelUISpecification>. - Some changes in the replication protocol to implement "Assured Replication Mode". The specifications are on OpenDS Wiki at <https://www.opends.org/wiki/page/AssuredMode> and section 7 described some of the replication changes required to support this. Assured Replication is not finished, but the main replication protocol changes to support it are done. As explained by Gilles on an email on the Dev mailing list (http://markmail.org/message/46rgo3meq3vriy4a), with these changes the newer versions of OpenDS may not be able to replicate with OpenDS 1.0 instances. - Support for Service Tags on the platforms where the functionality is available and enabled. Specifications are published at <https://www.opends.org/wiki/page/OpenDSServiceTagEnabled>. For more information on Service Tags see <http://wikis.sun.com/display/ServiceTag/Sun+Service+Tag+FAQ>. - The Admin Connector service. In order to provide agentry of the OpenDS server at any time, a new service has been added, dedicated to the administration, configuration and monitoring of the server. An overview of the Admin Connector service and it's use is available on the OpenDS wiki <https://www.opends.org/wiki/page/ManagingAdministrationTrafficToTheServer> - Updates to the various command line tools to support the Admin Connector service. - Some internal re-architecting of the server to put the foundation of future developments such as virtual directory services. The new NetworkGroups and WorkFlow internal services which have been specified in <https://www.opends.org/wiki/page/BasicOperationRoutingThroughNetworkGroup> are now implemented. - Many bug fixes... This set of changes may have an impact on current clients and deployments, however it should be possible to upgrade existing 1.0 instances. Some of the changes impacting the clients include : - Scripts using the command line tools including dsconfig will need to be updated (usually to remove some no longer required options). git-svn-id: https://svn.forgerock.org/opendj/trunk@4531 41b1ffd8-f28e-4786-ab96-9950f0a78031
21 Oct, 2008
2 commits
-
The solution involves upgrading svnkit to version 1.2.0 and updating code calling svnkit. git-svn-id: https://svn.forgerock.org/opendj/trunk@4530 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4529 41b1ffd8-f28e-4786-ab96-9950f0a78031
20 Oct, 2008
2 commits
-
Add the option to use JCEKS store type in setup. The code is analogous to the one used for JKS. git-svn-id: https://svn.forgerock.org/opendj/trunk@4528 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4527 41b1ffd8-f28e-4786-ab96-9950f0a78031
17 Oct, 2008
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4526 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4525 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Use file canonical form git-svn-id: https://svn.forgerock.org/opendj/trunk@4524 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4523 41b1ffd8-f28e-4786-ab96-9950f0a78031
16 Oct, 2008
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4522 41b1ffd8-f28e-4786-ab96-9950f0a78031
15 Oct, 2008
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4521 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Only add the trustStorePassword parameter if the user actually provides it. Do not display the --advanced option in the equivalent command since it makes no sense in not-interactive mode. git-svn-id: https://svn.forgerock.org/opendj/trunk@4520 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Oct, 2008
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4519 41b1ffd8-f28e-4786-ab96-9950f0a78031
07 Oct, 2008
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4518 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Sep, 2008
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4514 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@4513 41b1ffd8-f28e-4786-ab96-9950f0a78031