14 Aug, 2007
13 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2632 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2631 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2630 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2629 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2628 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2627 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2626 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2625 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2624 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…nsion to avoid STAXMonitor issues in the graphical representation. git-svn-id: https://svn.forgerock.org/opendj/trunk@2623 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
2. make the logs more readable git-svn-id: https://svn.forgerock.org/opendj/trunk@2622 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2621 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
these files are properly created from now on. git-svn-id: https://svn.forgerock.org/opendj/trunk@2620 41b1ffd8-f28e-4786-ab96-9950f0a78031
13 Aug, 2007
10 commits
-
major tag type that was supported by the SLAMD variant of MakeLDIF that was not available with the OpenDS version. Unfortunately, the OpenDS version is not able to use exactly the same syntax as the SLAMD version, but the OpenDS version has all of the same functionality and its syntax is actually more consistent with that used by other tags than the SLAMD version. OpenDS Issue Number: 588 git-svn-id: https://svn.forgerock.org/opendj/trunk@2619 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
those tests are made with dsconfig rather than ldapmodify. Also, update and re-enable a password history test that had previously caused sporadic failures. git-svn-id: https://svn.forgerock.org/opendj/trunk@2618 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ctional tests on windows platforms that do not allow hudson multiple ant calls git-svn-id: https://svn.forgerock.org/opendj/trunk@2617 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2616 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2615 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
authentication whenever a client requests subsequent authentication. The current implementation does not support subsequent authentication (which is an optional part of the spec), but we were previously incorrectly rejecting attempts to use it when instead we should have treated it as a completely new DIGEST-MD5 session. OpenDS Issue Number: 2098 git-svn-id: https://svn.forgerock.org/opendj/trunk@2614 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
packages, classes, and methods to indicate what part (if any) they play in the OpenDS public API. This annotation type can be useful for documentation purposes, for helping to verify whether third-party code is using appropriate interfaces, and ensuring that what we declare as our public API does not change in an inappropriate way between releases. This commit also introduces a new StabilityLevel enumeration that can be used to indicate the likelihood that the associated code will change in an incompatible manner in the future. Comments in the @PublicAPI annotation type and the StabilityLevel enum should adequately describe their purpose and intended use. At the present time, none of the OpenDS code uses them, but we will add the @PublicAPI annotation to OpenDS code where appropriate before the 1.0 release in order to help define what is included in our public API. Note that checkstyle analysis is currently disabled for this annotation type because of an apparent checkstyle limitation that does not support the use of Javadoc comments in methods used to define annotation type properties. git-svn-id: https://svn.forgerock.org/opendj/trunk@2613 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
simplify the process of running the server as an embedded application. There are methods to start, stop, and restart the server, as well as to determine whether the server is running. Also, provide a new org.opends.server.types.DirectoryEnvironmentConfig class that can be used to define a number of "environment" properties that provide information about the way in which the server should run. The TestCaseUtils.startServer method has been updated to make use of the new EmbeddedUtils functionality. git-svn-id: https://svn.forgerock.org/opendj/trunk@2612 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
in a static group. This implementation does not use a different attribute to define a nested group. Issue 423 git-svn-id: https://svn.forgerock.org/opendj/trunk@2611 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…e functional tests and the new XSL sheet for dynamic report drill down git-svn-id: https://svn.forgerock.org/opendj/trunk@2610 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 Aug, 2007
1 commit
-
The previous fix in revision 2434 only catered for managed objects being created, not existing managed objects. Also modify the ManagedObjectPath class to reject empty path names with an IllegalArgumentException. This will cause errors like this to be trapped earlier and fail predictably. git-svn-id: https://svn.forgerock.org/opendj/trunk@2609 41b1ffd8-f28e-4786-ab96-9950f0a78031
10 Aug, 2007
5 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2608 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2607 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2606 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2605 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2604 41b1ffd8-f28e-4786-ab96-9950f0a78031
09 Aug, 2007
7 commits
-
…ve subcommands can use all the logic to parse the arguments associated with certificate management and to generate ApplicationTrustManager objects. git-svn-id: https://svn.forgerock.org/opendj/trunk@2603 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… the admin framework. git-svn-id: https://svn.forgerock.org/opendj/trunk@2602 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
transform the provided ID string before searching for the appropriate matching user in the server. This makes it possible, for example, to strip the realm portion of a Kerberos V principal to obtain just the username before searching for entries containing a uid attribute with that value. OpenDS Issue Number: 2087 git-svn-id: https://svn.forgerock.org/opendj/trunk@2601 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2600 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2599 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2598 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The following modifications add a new option 'interactive' to the uninstall command line. The way interactive and silent work now in the uninstall command line is similar to the way the work for the upgrader. git-svn-id: https://svn.forgerock.org/opendj/trunk@2597 41b1ffd8-f28e-4786-ab96-9950f0a78031
08 Aug, 2007
4 commits
-
…est cases to verify six more features. git-svn-id: https://svn.forgerock.org/opendj/trunk@2596 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…trols allowed in the global ACI s. git-svn-id: https://svn.forgerock.org/opendj/trunk@2595 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
There are now variants of the isMember methods that include an additional Set<DN> argument to which the current group's DN should be added whenever a check is made to determine whether a user is a member. This will help provide a mechanism for avoiding infinite recursion loops if two groups both reference each other as nested groups. git-svn-id: https://svn.forgerock.org/opendj/trunk@2594 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2593 41b1ffd8-f28e-4786-ab96-9950f0a78031