21 Mar, 2007
11 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1482 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1481 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1480 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- LDAP compare test. - Global ACI test. - Groupdn/roledn test. - Tests to get more coverage. - Expanded test DIT for later testing of userattr keyword. git-svn-id: https://svn.forgerock.org/opendj/trunk@1479 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1477 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1476 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…sage output for Subcommand is not User friendly. I've made some formatting modification. Note also that other modification will probably come has the CLI implementation will progress. git-svn-id: https://svn.forgerock.org/opendj/trunk@1475 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
client connection if a problem occurs while attempting to assign the connection security provider for that connection. OpenDS Issue Number: 1291 git-svn-id: https://svn.forgerock.org/opendj/trunk@1471 41b1ffd8-f28e-4786-ab96-9950f0a78031
20 Mar, 2007
9 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1470 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
memberURL attribute type to specify one or more LDAP URLs containing criteria for membership. Reviewed By: Andrew Coulbeck OpenDS Issue Number: 424 git-svn-id: https://svn.forgerock.org/opendj/trunk@1469 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1467 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1466 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1464 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1460 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- Fixed a bug where debug logs are not included on unit test failures. - Weaving is only enabled for targets that run unit-tests (all, weekly, nightly, test, testall, testwithcoverage, testallwithcoverage). - Weaving is disabled for test targets that use test.methods, test.classes, or test.packages properties to specify a smaller set of tests to run. - Weaving is now controlled by the WEAVE_ENABLED property on build instead of DEBUG_BUILD. Use this property to override the default weaving behaviour for any target. - Added package-info.java to the server.loggers.debug package. - Fixed a bug where logger is not enabled when configured with an enabled configuration. - Added supress warning annotations to debug advices. No more advice not matched warnings when weaving. Fix for issue 1390 git-svn-id: https://svn.forgerock.org/opendj/trunk@1459 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1458 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1457 41b1ffd8-f28e-4786-ab96-9950f0a78031
19 Mar, 2007
5 commits
-
1. global ACI implementation using the ds-cfg-global-aci attribute type 2. re-adds support for ACIs in the "cn=config" naming context git-svn-id: https://svn.forgerock.org/opendj/trunk@1452 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This is a fix for Issue 1373. git-svn-id: https://svn.forgerock.org/opendj/trunk@1451 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
searchNotIndexed() will execute for when a given search is not indexed. git-svn-id: https://svn.forgerock.org/opendj/trunk@1445 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Add package-info.java file git-svn-id: https://svn.forgerock.org/opendj/trunk@1443 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The problem happens because the historical information saved in the entry is badly read in the Historical.load() method This change add some tests for this case and also fix the Historical.load() method. git-svn-id: https://svn.forgerock.org/opendj/trunk@1442 41b1ffd8-f28e-4786-ab96-9950f0a78031
18 Mar, 2007
1 commit
-
authentication info structure goes through the setAuthenticationInfo() method. This will ensure that all proper cleanup is done. Without doing this, there may be problems if a client connection is used to authenticate multiple times and the entry for one of the previous users is modified or deleted, since that could cause an attempt to update the client connection which is now authenticated as another user. OpenDS Issue Number: 1392 git-svn-id: https://svn.forgerock.org/opendj/trunk@1441 41b1ffd8-f28e-4786-ab96-9950f0a78031
17 Mar, 2007
3 commits
-
detecting and warning administrators about the use of non-canonical hostnames in the "dns" bind rule. The dns bind rule requires that all addresses be provided in canonical form or they will not match the intended target. This change also includes special handling for the "localhost" name. In the event that it does not match its canonical representation, then the corresponding rule will automatically allow the canonical name as well. This may be needed in some environments because the canonical hostname for the loopback address may be something else, like "localhost.localdomain", and the hostname "localhost" is likely to appear more commonly than other kinds of hostnames. With these changes, a number of reported mysterious ACI failures should go away and the AciTests should now pass cleanly. OpenDS Issue Number: 1385 git-svn-id: https://svn.forgerock.org/opendj/trunk@1440 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
and fix a couple of typos in the synchronization.common package-info.java file. git-svn-id: https://svn.forgerock.org/opendj/trunk@1439 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
and object class for the similarity password validator. git-svn-id: https://svn.forgerock.org/opendj/trunk@1435 41b1ffd8-f28e-4786-ab96-9950f0a78031
16 Mar, 2007
8 commits
-
…ste bug. This is now fixed. I've also backed out revision 1432 since we now get the same info plus a little more. git-svn-id: https://svn.forgerock.org/opendj/trunk@1434 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
rather than error logging for the audit-type messages that they produce. This will significantly reduce the cost of these methods (which is important, since hasPrivilege is called at least once per operation), since there is a global debugEnabled() check that can be used to avoid a lot of the expensive work if debugging isn't needed. OpenDS Issue Number: 1386 git-svn-id: https://svn.forgerock.org/opendj/trunk@1433 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
message if it fails (including the diff between the expected and actual results). git-svn-id: https://svn.forgerock.org/opendj/trunk@1432 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1431 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1430 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…act of specifying the user and password parameters will have the task try to use SMTP authentication even though the parameter value is empty. So I had to split the target in three. One global target that check the user variable length, one that sends the email with SMTP auth and one that sends the email without SMTP auth. git-svn-id: https://svn.forgerock.org/opendj/trunk@1427 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Provide a new option in the windowsservice.bat command line to do a cleanup of a service. The option usage is: -c {serviceName} or --cleanupService {serviceName} Allows to disable the OpendS service and to clean up the windows registry information associated with the provided service name.o git-svn-id: https://svn.forgerock.org/opendj/trunk@1426 41b1ffd8-f28e-4786-ab96-9950f0a78031 -
Create a new bat directory where we will place the batch files. Temporarily keep a copy of the batch files under the bin directory and add a README_WINDOWS.txt file under bin directory explaining that the files have been moved. git-svn-id: https://svn.forgerock.org/opendj/trunk@1425 41b1ffd8-f28e-4786-ab96-9950f0a78031
15 Mar, 2007
3 commits
-
…ediate children of the target, rather than the target entry and its immediate children. git-svn-id: https://svn.forgerock.org/opendj/trunk@1424 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1423 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
an import, export, backup, or restore task is about to begin or has ended. Reviewed by: Andrew Coulbeck OpenDS Issue Number: 1316 git-svn-id: https://svn.forgerock.org/opendj/trunk@1422 41b1ffd8-f28e-4786-ab96-9950f0a78031