04 May, 2012

1 commit


28 Mar, 2012

1 commit


19 Mar, 2012

1 commit


13 Mar, 2012

2 commits


06 Mar, 2012

1 commit

  • * only log fatal errors, severe errors, severe warnings, and notices.
    * convert a couple of extension related messages into notice messages since they are pretty important and should be displayed during startup.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@7790 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     

23 Feb, 2012

1 commit


07 Feb, 2012

1 commit


26 Jan, 2012

1 commit


23 Jan, 2012

2 commits


05 Jan, 2012

1 commit


25 Nov, 2011

2 commits

  • …hostname is critical for all secured connections
    
    * improved heuristic for determining a default fully qualified host name. Reverse DNS lookups timeout after 1 second in order to avoid long delays if DNS is broken
    * changed usage for host name which makes it clearer that the host name is required regardless of LDAPS/StartTLS configuration
    * changed interactive CLI so that it always prompts for the fully qualified hostname
    * changed the setup tool to make it clearer that it is prompting for the fully qualified hostname.
    
    Tested on laptop with DNS and VM without DNS.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@7514 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@7511 41b1ffd8-f28e-4786-ab96-9950f0a78031
    n4al
     

24 Nov, 2011

1 commit


09 Nov, 2011

1 commit


03 Nov, 2011

1 commit


02 Nov, 2011

1 commit


20 Oct, 2011

1 commit


19 Oct, 2011

1 commit


14 Oct, 2011

2 commits


11 Oct, 2011

1 commit


06 Oct, 2011

1 commit


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
    matthew
     

28 Sep, 2011

1 commit


27 Sep, 2011

2 commits


20 Sep, 2011

1 commit


19 Sep, 2011

2 commits


12 Sep, 2011

1 commit


09 Sep, 2011

1 commit


08 Sep, 2011

1 commit


07 Sep, 2011

1 commit


02 Sep, 2011

1 commit


25 Aug, 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
     

06 Aug, 2011

1 commit


29 Jul, 2011

1 commit