19 Mar, 2013

3 commits

  • This is just a one liner to use the proper error message (looks like a copy/paste mistake).
    The error reported will now show as below:
    
    $ ldapsearch -h localhost -p 1389 -D "uid=user.0,ou=people,dc=example,dc=com" -w password -Y "uid=user.1,ou=people,dc=example,dc=com" -b "dc=example,dc=com" 'uid=user.1'
    SEARCH operation failed
    Result Code:  2 (Protocol Error)
    Additional Information:  The authorization ID "uid=user.1,ou=people,dc=example,dc=com" contained in the proxied authorization V2 control is invalid because it does not start with "dn:" to indicate a user DN or "u:" to indicate a username
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8609 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo
     
  • TLSCapableConnection.java:
    Renamed isStartTLSAvailable() to prepareTLS() after a discussion with Ludo and Matt.
     
    StartTLSExtendedOperation.java, LDAPClientConnection.java:
    Consequence of the change to TLSCapableConnection.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8608 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • TLSCapableConnection.java:
    Renamed isTLSAvailable() to isStartTLSAvailable() to better explicit the purpose of this method.
     
    StartTLSExtendedOperation.java:
    Consequence of the change to TLSCapableConnection.
    
    LDAPClientConnection.java:
    Consequence of the change to TLSCapableConnection.
    Used StaticUtils.close() methods.
    Removed one useless parameter from ConnectionFinalizerJob constructor.
    
    StaticUtils.java:
    Added close(Selector...).
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8607 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

18 Mar, 2013

3 commits


15 Mar, 2013

1 commit


14 Mar, 2013

3 commits


13 Mar, 2013

7 commits


12 Mar, 2013

3 commits


11 Mar, 2013

7 commits


08 Mar, 2013

9 commits


07 Mar, 2013

4 commits