03 Oct, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7341 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Sep, 2011
1 commit
-
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
4 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 (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
-
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
3 commits
-
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
2 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
23 Sep, 2011
3 commits
-
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
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7293 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…dify/state extended operations or SASL binds No longer register internal connections in the authenticated users table. git-svn-id: https://svn.forgerock.org/opendj/trunk@7290 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Changed GSSAPIMechanismHandler to use lazy initialization for the Kerberos Login context. This allows OpenDJ to be the ID backend for the KDC and still perform GSSAPI authentication. Cleaned the configuration change handling as well git-svn-id: https://svn.forgerock.org/opendj/trunk@7288 41b1ffd8-f28e-4786-ab96-9950f0a78031
20 Sep, 2011
2 commits
-
Add support for administrative account lockout via the ds-pwp-account-disable operational attribute. The mechanism works in exactly the same way as for password policies and is supported by the proxy authorization controls and account usable response control. No support is provided for the password modify extended operation since this operation cannot be used with PTA accounts, nor is there support for the password policy state extended operation since this operation is very much targeted at password policy based accounts. git-svn-id: https://svn.forgerock.org/opendj/trunk@7283 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Add additional methods for configuring the mapped searched bind password (property, env, and file), similar to file based key and trust managers. git-svn-id: https://svn.forgerock.org/opendj/trunk@7282 41b1ffd8-f28e-4786-ab96-9950f0a78031
19 Sep, 2011
2 commits
-
Ensure that all result codes returned in a disconnect notification are mapped to a "connection failure" error code. git-svn-id: https://svn.forgerock.org/opendj/trunk@7280 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ause their entry has been deleted git-svn-id: https://svn.forgerock.org/opendj/trunk@7278 41b1ffd8-f28e-4786-ab96-9950f0a78031
16 Sep, 2011
2 commits
-
* implement automatic retry of searches and binds * implement periodic monitoring of offline servers in order to determine when they come back online. git-svn-id: https://svn.forgerock.org/opendj/trunk@7274 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7270 41b1ffd8-f28e-4786-ab96-9950f0a78031
15 Sep, 2011
2 commits
-
Minor cleanup and refactoring to make inner classes easier to test in isolation. git-svn-id: https://svn.forgerock.org/opendj/trunk@7269 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
All uses of this control are logged using the access log token "obsoleteProxiedAuthzV1Control". git-svn-id: https://svn.forgerock.org/opendj/trunk@7267 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Sep, 2011
3 commits
-
…about the same server being referenced. Added a test to make sure when we find duplicated ID, we're not considering the same server. git-svn-id: https://svn.forgerock.org/opendj/trunk@7265 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Also log usage of this obsolete control. git-svn-id: https://svn.forgerock.org/opendj/trunk@7262 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7260 41b1ffd8-f28e-4786-ab96-9950f0a78031
13 Sep, 2011
1 commit
-
* avoid unnecessary allocation of hashsets * stop PWP VA from logging errors when it encounters LDAP PTA policies (log verbose trace instead). git-svn-id: https://svn.forgerock.org/opendj/trunk@7257 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 Sep, 2011
5 commits
-
…s of single valued attributes. Tidy up some of the unit-tests around that area, adding more controls, making sure tests stop services on failure and reducing time to run. git-svn-id: https://svn.forgerock.org/opendj/trunk@7252 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Test load-balancing across 3 servers. git-svn-id: https://svn.forgerock.org/opendj/trunk@7251 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Add some more tests + minor fix. git-svn-id: https://svn.forgerock.org/opendj/trunk@7250 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Avoid NPE if no trust manager has been configured (i.e. when the default JVM trust manager is to be used). git-svn-id: https://svn.forgerock.org/opendj/trunk@7247 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Validate configured port numbers are in range. git-svn-id: https://svn.forgerock.org/opendj/trunk@7246 41b1ffd8-f28e-4786-ab96-9950f0a78031
09 Sep, 2011
4 commits
-
Use a CLQ instead of LBQ since we don't require a bounded queue. git-svn-id: https://svn.forgerock.org/opendj/trunk@7243 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Add SSL support and fix bug in connection pool. git-svn-id: https://svn.forgerock.org/opendj/trunk@7242 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Fix bug in password policy import plugin where it assumed that all auth policies are password policies. git-svn-id: https://svn.forgerock.org/opendj/trunk@7241 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…id confusion with the Cloneable interface. git-svn-id: https://svn.forgerock.org/opendj/trunk@7240 41b1ffd8-f28e-4786-ab96-9950f0a78031