14 Feb, 2007

3 commits


13 Feb, 2007

7 commits


12 Feb, 2007

4 commits

  • This enhancement adds a convenience method to ConditionResult to return the inverse of a value of the CondtionResult type: e.g., inverseOf(TRUE) is FALSE.
    
    New unit test is included.
    
    Reviewed by neil_a_wilson.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@1138 41b1ffd8-f28e-4786-ab96-9950f0a78031
    david_page
     
  • differences between entries to be split into multiple modifications each of
    which has only a single value (as opposed to one modification containing all
    changes to the entry).  This can be useful when attempting to apply
    configuration changes during an upgrade.
    
    OpenDS Issue Number:  1228
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@1137 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • contained in both the source and target LDIF files will be included in the
    output as an "add" record (potentially even if it also appears earlier in the
    output as a "modify" record).
    
    OpenDS Issue Number:  1227
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@1136 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • order to use the proxied authorization control.  This privilege is also used
    to determine whether a user can specify an alternate authorization identity for
    the SASL DIGEST-MD5 and PLAIN mechanisms.
    
    OpenDS Issue Number:  476
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@1135 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     

09 Feb, 2007

3 commits

  • currently defined and implemented:
    * config-read (allow reading the configuration)
    * config-write (allow updating the configuration)
    * ldif-import (allow invoking LDIF import tasks)
    * ldif-export (allow invoking LDIF export tasks)
    * backend-backup (allow invoking backup tasks)
    * backend-restore (allow invoking restore tasks)
    * server-shutdown (allow invoking server shutdown tasks)
    * server-restart (allow invoking server restart tasks)
    * server-restart (allow invoking server restart tasks)
    * password-reset (allow resetting user passwords)
    * update-schema (allow updating the server schema)
    * privilege-change (allow changing the set of privileges for a user)
    
    The following privileges are also defined but not yet implemented:
    * bypass-acl (allow bypassing access control evaluation)
    * modify-acl (allow updating access control definitions)
    * jmx-read (allow reading information over JMX)
    * jmx-write (allow updating information over JMX)
    * jmx-notify (allow subscribing to JMX notifications)
    * proxied-auth (allow the use of proxied authorization and SASL authzid)
    * disconnect-request (allow terminating arbitrary client connections)
    * cancel-request (allow canceling arbitrary client connections)
    * search-unindexed (allow requesting unindexed searches)
    * data-sync (allow participating in a data synchronization environment)
    
    Root users automatically inherit a subset of these privileges by default, and
    users can also be explicitly granted or forbidden the use of specified
    privileges.
    
    OpenDS Issue Numbers:  468, 472, 474, 475, 477, 1213
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@1134 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • - Add a test case for two conflicting adds of a single-valued attribute (no fix yet, hence disabled).
    - Revised fix for attribute options (using an empty set of options rather than null).
    - Fix potential bugs in AttrInfo, make sure the given change number is newer whenever setting the last update or last delete time.
    
    Thanks to Gilles for advice on these changes.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@1133 41b1ffd8-f28e-4786-ab96-9950f0a78031
    coulbeck
     
  • that have already been used in the namingConflict test and those entries have not been cleaned.
    
    The fix is to clean the database at the beginning of the lostHeartbeatFailover test
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@1131 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gbellato
     

08 Feb, 2007

2 commits


07 Feb, 2007

3 commits


06 Feb, 2007

5 commits


05 Feb, 2007

4 commits


04 Feb, 2007

1 commit

  • bind operation.  Previously, they were setting it directly in the client
    connection, which introduced the possibility that a failure in bind processing
    which occurred after the SASL credentials were validated could result in a
    case in which a failure was returned to the client but the associated connection
    could still be authenticated in the server.  SASL mechanism handlers will now
    set the authentication info in the bind operation and it will only be updated in
    the client connection if all processing associated with the bind operation is
    successful.
    
    OpenDS Issue Number: 1203 
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@1095 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     

03 Feb, 2007

1 commit


02 Feb, 2007

7 commits