11 Oct, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7362 41b1ffd8-f28e-4786-ab96-9950f0a78031
07 Oct, 2011
4 commits
-
Refactor implementation to use filter predicates. git-svn-id: https://svn.forgerock.org/opendj/trunk@7361 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Remove support for logging intermediate messages. This functionality is unused at the moment, had questionable requirements, and is incompatible with log filtering. git-svn-id: https://svn.forgerock.org/opendj/trunk@7360 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7359 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Added connection-timeout property to replication synchronization provider configuration entry which is used for connection and SSL negotiation. Previously the timeout was hard-coded. git-svn-id: https://svn.forgerock.org/opendj/trunk@7358 41b1ffd8-f28e-4786-ab96-9950f0a78031
06 Oct, 2011
2 commits
-
If an IO error occurs and no request is in the process of being read then treat the error as a connection reset, otherwise treat the error as an IO error as opposed to a protocol error. git-svn-id: https://svn.forgerock.org/opendj/trunk@7354 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…new replica using disreplication enable Fix unit test regression. git-svn-id: https://svn.forgerock.org/opendj/trunk@7353 41b1ffd8-f28e-4786-ab96-9950f0a78031
05 Oct, 2011
2 commits
-
…new replica using disreplication enable git-svn-id: https://svn.forgerock.org/opendj/trunk@7348 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7344 41b1ffd8-f28e-4786-ab96-9950f0a78031
03 Oct, 2011
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7342 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7341 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7339 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7337 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Sep, 2011
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7336 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7335 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Many thanks to Nemanja Lukic and his colleagues at Profiq S.R.O for this kind contribution. The contribution has been modified as follows: *) use the admin framework for validating the attribute renaming mapping *) relax the constraint that attribute names must conform to RFC 4512 since non-compliant attribute names are good candidates for removing and renaming *) modify the rename target attribute validation to support attribute descriptions *) added schema element definitions for configuration attributes git-svn-id: https://svn.forgerock.org/opendj/trunk@7332 41b1ffd8-f28e-4786-ab96-9950f0a78031
29 Sep, 2011
2 commits
-
Implement LDAP PTA password caching and enable tests. git-svn-id: https://svn.forgerock.org/opendj/trunk@7325 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Change default cache-password-ttl from 1 day to 8 hours. git-svn-id: https://svn.forgerock.org/opendj/trunk@7324 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 Sep, 2011
6 commits
-
* drop support for cached-password-min-age * rename cached-password-max-age to cached-password-ttl * add unit tests (disabled until feature implemented). git-svn-id: https://svn.forgerock.org/opendj/trunk@7323 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Add new properties for configuring password caching (fix mock cfg in unit tests). git-svn-id: https://svn.forgerock.org/opendj/trunk@7320 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Add new properties for configuring password caching (forgot updated i18n files in previous commit). git-svn-id: https://svn.forgerock.org/opendj/trunk@7319 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Add new properties for configuring password caching. git-svn-id: https://svn.forgerock.org/opendj/trunk@7318 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7315 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The global.xxxx tokens must not be translated. git-svn-id: https://svn.forgerock.org/opendj/trunk@7313 41b1ffd8-f28e-4786-ab96-9950f0a78031
27 Sep, 2011
5 commits
-
Use shorter URL, longer do break the checkstyle constraints. git-svn-id: https://svn.forgerock.org/opendj/trunk@7312 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7311 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7310 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7309 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
If a search/bind request fails on a pooled connection due to a service error (connection closed, etc), then close the connection and retry on a new connection. If that fails then give up. git-svn-id: https://svn.forgerock.org/opendj/trunk@7308 41b1ffd8-f28e-4786-ab96-9950f0a78031
26 Sep, 2011
5 commits
-
…} when no subtree specification is specified git-svn-id: https://svn.forgerock.org/opendj/trunk@7306 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Third time lucky: lastException was not being set when a failure was detected on a previously usable connection. git-svn-id: https://svn.forgerock.org/opendj/trunk@7305 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7304 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7303 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7302 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Sep, 2011
4 commits
-
…bind to remote server Add a unit test which attempts to reproduce the bug. git-svn-id: https://svn.forgerock.org/opendj/trunk@7301 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This time really fix it! The NPE occurred when all available servers have known to have failed and attempt is made to obtain a connection to one of them. git-svn-id: https://svn.forgerock.org/opendj/trunk@7300 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The menus should have been disabled when no authenticated. git-svn-id: https://svn.forgerock.org/opendj/trunk@7299 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The issue was due to an exception being thrown while building the review screen. The exception was due to the computation of the path of Binaries, incorrect as the Java WebStart Install had not created the install location yet. The fix is to use an alternate way to compute the command path, similar to what was done for setup. git-svn-id: https://svn.forgerock.org/opendj/trunk@7298 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 Sep, 2011
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7293 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7292 41b1ffd8-f28e-4786-ab96-9950f0a78031