25 Sep, 2006
8 commits
-
implementation. It should only be possible to alter the password policy configuration over protocol. git-svn-id: https://svn.forgerock.org/opendj/trunk@459 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@454 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
an "isOperational" getter in the AttributeUsage enumeration. git-svn-id: https://svn.forgerock.org/opendj/trunk@452 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
make it immutable (it's still not 100% immutable - the constructors do not perform deep copies of the extra properties). git-svn-id: https://svn.forgerock.org/opendj/trunk@451 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
updated if the password generator is changed while the server is online. OpenDS Issue Number: 717 git-svn-id: https://svn.forgerock.org/opendj/trunk@448 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@447 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
occur if it was created with a single DN value and that value is null. OpenDS Issue Number: 716 git-svn-id: https://svn.forgerock.org/opendj/trunk@446 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
SASL EXTERNAL authentication even though they claim to. OpenDS Issue Number: 715 git-svn-id: https://svn.forgerock.org/opendj/trunk@445 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Sep, 2006
3 commits
-
immediately after acquiring a lock on the target entry but before entering the try/finally block to ensure that the lock would be released. This could lead to a case in which the lock will never be released, interfering with the ability to interact with that entry in the future. OpenDS Issue Number: 714 git-svn-id: https://svn.forgerock.org/opendj/trunk@441 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
a cancel between the pre-operation plugin processing and sending the request to the backend. OpenDS Issue Number: 713 git-svn-id: https://svn.forgerock.org/opendj/trunk@440 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Removed unused method. git-svn-id: https://svn.forgerock.org/opendj/trunk@438 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 Sep, 2006
7 commits
-
Fix for issue 711. git-svn-id: https://svn.forgerock.org/opendj/trunk@435 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
An extensible LDAP filter with dn attribute but without attribute name and matching rule causes IndexOutOfBounds exception in LDAPFilter.decode method. To reproduce the error, decode filter string "(:dn:=John Doe)" Fix for issue 708. Constructing a LDAPFilter object from a SearchFilter objects with NOT components results in an incomplete LDAPFilter object. The LDAPFilter will be complete except for the NOT components. This results in a NullPointerException exception when calling methods that assume a LDAPFilter component will not be NULL (ie. toString). Fix for issue 709. When encoding LDAPFilter objects to ASN1Element objects, extensible components are encoded as or components. The matching rule ID is also included twice in the encoding with the wrong ASN1 type of matching rule attribute. Fix for issue 710. git-svn-id: https://svn.forgerock.org/opendj/trunk@434 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@429 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@426 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
2. Fix issue 702: Import of non-existent LDIF file leaves environment handle open. 3. In the test runner method TasksTestCase#testTask reduce the sleep from 1s to 10ms when polling for completed task. 4. Remove two unnecessary catch blocks in ImportTask. git-svn-id: https://svn.forgerock.org/opendj/trunk@425 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@424 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@422 41b1ffd8-f28e-4786-ab96-9950f0a78031
21 Sep, 2006
10 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@419 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ted code for error handling. Add unit tests for the restore task. git-svn-id: https://svn.forgerock.org/opendj/trunk@418 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@417 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
password policy during the process of verifying the credentials rather than just assuming that the password is held in the userPassword attribute. Also, fix a bug in the DIGEST-MD5 implementation that prevented authentication from completing successfully when the "u:" form of the authentication ID was provided. OpenDS Issue Numbers: 698, 699 git-svn-id: https://svn.forgerock.org/opendj/trunk@413 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- Update the password policy state code to provide a mechanism for obtaining clear-text passwords from the user's entry (provided that user has any passwords encoded with a reversible scheme). - Update the password storage scheme API so that it is possible to get the clear-text version of a password encoded using the authPassword syntax (provided that the scheme is reversible) - Update the existing password storage scheme implementations to use the "{@inheritDoc}" javadoc tag and "@Override" annotation where appropriate. OpenDS Issue Number: 697 git-svn-id: https://svn.forgerock.org/opendj/trunk@412 41b1ffd8-f28e-4786-ab96-9950f0a78031 -
git-svn-id: https://svn.forgerock.org/opendj/trunk@409 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…e behavior between Java 5 and Java 6 Adapt the code to work both on Java 5 and Java 6 git-svn-id: https://svn.forgerock.org/opendj/trunk@407 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
(Issue #674: JMX over SSL does not work) git-svn-id: https://svn.forgerock.org/opendj/trunk@406 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@405 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@403 41b1ffd8-f28e-4786-ab96-9950f0a78031
20 Sep, 2006
9 commits
-
authentication. If it is not quoted, then it will cause authentication failures if the server sends a realm that is a DN with multiple components (e.g., "dc=example,dc=com"). OpenDS Issue Number: 692 git-svn-id: https://svn.forgerock.org/opendj/trunk@402 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
OpenDS Issue Number: 691 git-svn-id: https://svn.forgerock.org/opendj/trunk@400 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
operation) to provide a number of improvements, including: - It is now better suited for being invoked programmatically - It now supports SSL/StartTLS - It uses the argument parser for reading command-line arguments - It uses message IDs for all messages so it can be internationalizeable OpenDS Issue Number: 684 git-svn-id: https://svn.forgerock.org/opendj/trunk@398 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
default policy and to make it more obvious that root users are subject to password policy enforcement. The new password policy is the same as the default policy with the following exceptions: - The default password storage scheme has been changed from SSHA to SSHA512 - There is no default password generator - Password changes require that the current password be provided OpenDS Issue Number: 676 git-svn-id: https://svn.forgerock.org/opendj/trunk@397 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…method since it was NYI. git-svn-id: https://svn.forgerock.org/opendj/trunk@396 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@394 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ng changes to the class: * fix issue #685 (StaticUtils.charsToBytes incorrectly encodes non-ascii characters) * rename charsToBytes to getBytes for consistency with getBytes(String) * fix potential NPE in bytesToHex * modified listsAreEqual so that it handles all types of List and falls back to default List.equals() implementation if the provided lists are not random access * removed setsDiffer and replaced references to it with calls to Set.equals() git-svn-id: https://svn.forgerock.org/opendj/trunk@393 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
error message. OpenDS Issue Number: 683 git-svn-id: https://svn.forgerock.org/opendj/trunk@387 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
made over an unauthenticated connection with an authorization ID and password were not properly detected as a self change. OpenDS Issue Number: 682 git-svn-id: https://svn.forgerock.org/opendj/trunk@386 41b1ffd8-f28e-4786-ab96-9950f0a78031
19 Sep, 2006
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@385 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
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@380 41b1ffd8-f28e-4786-ab96-9950f0a78031