This is an automated email from the ASF dual-hosted git repository.
mjumper pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from ff44f03c1 GUACAMOLE-1723: Merge automatic enforcement of access time
restrictions for logged in users.
add c2c3428cf GUACAMOLE-1488: Add support for configuring LDAP SSL
protocol.
new 1ea696888 GUACAMOLE-1488: Merge support for configuring LDAP SSL
protocol.
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/ConnectedLDAPConfiguration.java | 6 ++
.../guacamole/auth/ldap/LDAPConnectionService.java | 55 +++++++++++++-
.../auth/ldap/conf/DefaultLDAPConfiguration.java | 5 ++
.../ldap/conf/EnvironmentLDAPConfiguration.java | 8 ++
.../auth/ldap/conf/JacksonLDAPConfiguration.java | 14 ++++
.../auth/ldap/conf/LDAPConfiguration.java | 14 ++++
.../auth/ldap/conf/LDAPGuacamoleProperties.java | 8 ++
.../guacamole/auth/ldap/conf/LDAPSSLProtocol.java | 87 ++++++++++++++++++++++
8 files changed, 194 insertions(+), 3 deletions(-)
create mode 100644
extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/conf/LDAPSSLProtocol.java