You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2020/01/26 16:50:20 UTC

[guacamole-client] branch staging/1.1.0 updated (9c72a87 -> ae4361a)

This is an automated email from the ASF dual-hosted git repository.

vnick pushed a change to branch staging/1.1.0
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.


    from 9c72a87  GUACAMOLE-936: Merge ensure LDAP connections for followed referrals are always closed
     add 15b6315  GUACAMOLE-938: Remove disconnect() utility function. Closing an LdapNetworkConnection cannot throw an IOException.
     add cb53b17  GUACAMOLE-938: Refactor LDAP connect/bind process such that the same code is used for all LDAP connection attempts, including referrals.
     add fe74922  GUACAMOLE-938: Use STARTTLS for "ldap://..." URLs if main LDAP connection uses STARTTLS.
     add a8b0189  GUACAMOLE-938: Correct typos in createLDAPConnection() documentation and copypasta repeating those typos.
     new ae4361a  GUACAMOLE-938: Merge unify bind/connect process for all LDAP connections.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../auth/ldap/AuthenticationProviderService.java   |   6 +-
 .../guacamole/auth/ldap/LDAPConnectionService.java | 361 ++++++++++++++-------
 .../guacamole/auth/ldap/ObjectQueryService.java    |   9 +-
 3 files changed, 250 insertions(+), 126 deletions(-)


[guacamole-client] 01/01: GUACAMOLE-938: Merge unify bind/connect process for all LDAP connections.

Posted by vn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch staging/1.1.0
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit ae4361ab70dae4829b08f34a80b08fac885703ba
Merge: 9c72a87 a8b0189
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Sun Jan 26 11:50:11 2020 -0500

    GUACAMOLE-938: Merge unify bind/connect process for all LDAP connections.

 .../auth/ldap/AuthenticationProviderService.java   |   6 +-
 .../guacamole/auth/ldap/LDAPConnectionService.java | 361 ++++++++++++++-------
 .../guacamole/auth/ldap/ObjectQueryService.java    |   9 +-
 3 files changed, 250 insertions(+), 126 deletions(-)