19 Sep, 2006
7 commits
-
authorization ID is provided using the "dn:" form and an alternate root bind DN (e.g., "cn=Directory Manager" instead of "cn=Directory Manager,cn=Root DNs,cn=config") the server will properly map it to the actual DN for the user. OpenDS Issue Number: 677 git-svn-id: https://svn.forgerock.org/opendj/trunk@382 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@381 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@380 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@379 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This test is currently disabled because it fails. This test uses a keystore containing a self-signed certificate : tests/unit-tests-testng/resource/jmxkeystore that is copied in the package at the TestCaseUtils.startServer time This change also fix the warning in the JMX test git-svn-id: https://svn.forgerock.org/opendj/trunk@378 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
to work because JmxConnectionHandler.configAddIsAcceptable(ConfigEntry, StringBuilder) performs a wrong check on the DN of the added object. - This fix also ease the coding of the unit test of JMX by allowing to configure the key manager by creating a configEntry and calling directly the applyConfigurationAdd() method. This was not possible because the code looks for the config entry in the configuration git-svn-id: https://svn.forgerock.org/opendj/trunk@377 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The Jmx connector handler is starting a local RMI registry on port 1689 (actually the port specified in the config.ldif file). Even if you stop the DS server, but if the process is keeping alive, the RMI registry will remain active and will still listen on this port. Fix: Instead of using the default factory to get the RMI registry, we use our own socketFactory and keep a reference to the created socket. At server shutdown time, this socket is closed and the RMI registry Remote Object is 'unexported' Modified Class org.opends.server.protocols.jmx.RmiConnector New Class org.opends.server.protocols.jmx.OpendsRmiServerSocketFactory git-svn-id: https://svn.forgerock.org/opendj/trunk@376 41b1ffd8-f28e-4786-ab96-9950f0a78031
18 Sep, 2006
9 commits
-
choosing the ports the test server uses. The startServer() method picks 3 unused ports and writes them out to config-changes.ldif. It replaces the tokens "#ldapport#", "#jmxport#", and "#ldapsport#" with the port numbers. The getServerLdapPort etc. methods will return the ports assigned to those listeners. Fix for issue 657 git-svn-id: https://svn.forgerock.org/opendj/trunk@375 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
such handlers during the Directory Server shutdown process. OpenDS Issue Number: 672 git-svn-id: https://svn.forgerock.org/opendj/trunk@374 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- The entryUUID plugin - The password policy import plugin - The LDAP attribute description list plugin - The LastMod plugin - The length-based password validator - The default entry cache - The null connection security provider - The internal connection security provider - The ANONYMOUS SASL mechanism handler - The CRAM-MD5 SASL mechanism handler git-svn-id: https://svn.forgerock.org/opendj/trunk@373 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
ensure that the mechanism gets deregistered from the server when it is finalized. OpenDS Issue Number: 671 git-svn-id: https://svn.forgerock.org/opendj/trunk@372 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
It does not support operations that would cause the entry to be moved to another backend, nor does it support the subtree rename (i.e., changing the DN of a non-leaf entry). OpenDS Issue Number: 669 git-svn-id: https://svn.forgerock.org/opendj/trunk@371 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@370 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@369 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@368 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@367 41b1ffd8-f28e-4786-ab96-9950f0a78031
17 Sep, 2006
5 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@366 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
that it would not detect the end of the LDIF, resulting in a null pointer exception. OpenDS Issue Number: 668 git-svn-id: https://svn.forgerock.org/opendj/trunk@365 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
exception in the writability mode configuration. OpenDS Issue Number: 667 git-svn-id: https://svn.forgerock.org/opendj/trunk@364 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
listed as its own superior (this was previously possible for the "top" class). OpenDS Issue Number: 666 git-svn-id: https://svn.forgerock.org/opendj/trunk@363 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
"Name" to "NAME" to make it more consistent with specification in RFCs 2252 and 4512. git-svn-id: https://svn.forgerock.org/opendj/trunk@362 41b1ffd8-f28e-4786-ab96-9950f0a78031
16 Sep, 2006
5 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@361 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
use of {@inheritDoc}) to satisfy checkstyle and javadoc. git-svn-id: https://svn.forgerock.org/opendj/trunk@360 41b1ffd8-f28e-4786-ab96-9950f0a78031 -
connection security provider except that it is considered secure because it is only to be used for internal connection. OpenDS Issue Number: 664 git-svn-id: https://svn.forgerock.org/opendj/trunk@359 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
constructor rather than the initializeConnectionHandler method, since it is not initialized in the same way as other connection handlers. OpenDS Issue Number: 663 git-svn-id: https://svn.forgerock.org/opendj/trunk@358 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@357 41b1ffd8-f28e-4786-ab96-9950f0a78031
15 Sep, 2006
13 commits
-
org.opends.server.api.IdentityMapper class to be "finalizeIdentityMapper". OpenDS Issue Number: 662 git-svn-id: https://svn.forgerock.org/opendj/trunk@356 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
programatically. This includes adding an option to bypass the Directory Server initialization (which is necessary if the server is already running in the same JVM as the tool), as well as making it possible to redefine standard output and standard error (e.g., so that the output can be parsed or discarded). This also includes a SASL PLAIN test case that makes use of the LDAPSearch tool to verify that PLAIN authentication works over LDAP as well as through the internal interfaces. OpenDS Issue Numbers: 652, 653 git-svn-id: https://svn.forgerock.org/opendj/trunk@355 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
intermittent build failures. See OpenDS Issue #659. git-svn-id: https://svn.forgerock.org/opendj/trunk@354 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
directory holding the database files. The new config attribute ds-cfg-backend-mode is optional and by default has a value of 700. The permissions are set on backend initialization as well as on the fly via LDAP. The server will make sure the file permissions will allow owner access before setting. Any exceptions encountered while setting the attribute will result in non fatal errors which are logged. However, any configuration exceptions will keep the backend from starting. Fix for issue 50 git-svn-id: https://svn.forgerock.org/opendj/trunk@353 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…he server after tests have been run. This eleiminates a problem running tests from within IDEA where the test process had to be stopped manually after the tests had completed. git-svn-id: https://svn.forgerock.org/opendj/trunk@352 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Fix for issue 645 git-svn-id: https://svn.forgerock.org/opendj/trunk@351 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@350 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@349 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
to the server root rather than relative to the current working directory. OpenDS Issue Number: 651 git-svn-id: https://svn.forgerock.org/opendj/trunk@348 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@347 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
TestCaseUtils.makeEntries method. git-svn-id: https://svn.forgerock.org/opendj/trunk@346 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
SASL binds. This will allow internal operations to be used to verify credentials and also may be helpful in test case processing. Note that regardless of whether the internal bind fails or is successful, the authentication state of the associated internal client connection will not be altered in any way. OpenDS Issue Number: 643 git-svn-id: https://svn.forgerock.org/opendj/trunk@345 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
volatile data. It has also been integrated with the testing framework so that it is available for use in test cases. OpenDS Issue Number: 642 git-svn-id: https://svn.forgerock.org/opendj/trunk@344 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Sep, 2006
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@343 41b1ffd8-f28e-4786-ab96-9950f0a78031