12 Mar, 2012

1 commit


08 Mar, 2012

1 commit


19 Sep, 2011

2 commits


17 Sep, 2011

1 commit


18 Aug, 2011

1 commit

  • Refactor PasswordPolicy implementation so that we now have a common parent type, "AuthenticatioPolicy", which will act as a common entry point for all authentication policies. In particular, password policies can be thought of as a specific type of authentication policy: one where authentication and the user's credentials are managed locally. PTA can be thought of as a non-local authentication policy: the password is managed by a third party.
    
    With this change we still only have one type of authentication policy and no attempt has been made to refactor code which uses it. More specifically, code such as the local backend WFE just type-casts the authentication policy to a password policy.
    
    Another implication of this change is that sub-entry based password policies now automatically inherit run-time changes made to the default password policy, whereas before a server restart was required.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@7192 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     

07 Mar, 2011

1 commit


05 Jul, 2010

1 commit


25 Jun, 2010

1 commit


29 Apr, 2010

2 commits

  • This adds support for the IETF based Password Policy for LDAP as SubEntry.
    Also resolves the following issues :
    - 4544 :  initializeBackend() should not set JE env config params directly.
    - 4478 : ECL in draft compat mode / search lastchangenumber can be very long
    - 4538 : Virtual attributes not retrieved when entry cache configured
    - 4547 : Search Filter Matching differ for cn=Directory Manager and plain user.
    - 4514 : Logs shows unexpected message with replication monitoring data missing (Partial fix)
    - 4534 : Replication using security does not work after server restart
    - 4516 : SEVERE_ERROR: servers (...) have the same ServerId
    In addition, they also improve reliability and performance in various areas including CollectiveAttributes, Virtual Attributes and Subentries management, Schema loading, Replication...
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6400 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludovicp
     
  • - Update BDB JE to version 4.0.95
    - Remove BDB logging configuration and definitely fix issue 4367 
    - Resolve issue 4523 - ACI and sub-entry caches not updated on replicas
    - Update the build factory to warn about generated messages on precommit
    - Resolve some issues in the Control Panel
    - Fix an issue with java.properties being ignored by some CLI
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6399 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludovicp
     

27 Apr, 2010

1 commit

  • Also improves unit, functional tests.
    More specifically this commit resolves the following open issues:
    4385 - NPE when using ExtensibleMatch filter without a matching rule
    4521 - dynamic lookup in attribut selection when selecting the sort order attribut while defining VLV index
    4531 - Control Panel creates virtual static groups using groupOfURLs as objectclass
    4533 - NullPointerException when configuring replication between 2 OpenDS
    4539 - DSML Gateway - jaxb.properties Exception
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6396 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludovicp
     

25 Jan, 2010

1 commit


21 Dec, 2009

1 commit


26 Oct, 2009

1 commit


30 Sep, 2009

1 commit


11 Sep, 2009

1 commit


27 Aug, 2009

1 commit


25 Aug, 2009

1 commit


12 Aug, 2009

1 commit


11 Aug, 2009

1 commit


07 Aug, 2009

1 commit


04 Aug, 2009

1 commit


05 Jun, 2009

1 commit


15 Dec, 2008

1 commit


03 Dec, 2008

2 commits


17 Sep, 2008

1 commit