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/11 09:44:08 UTC

[guacamole-client] 01/01: GUACOMOLE-300: Merge support posixGroup in LDAP Authentication and Group-based Session Admission

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

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

commit 720c0bd43dc7d4b95e3d8c1142ffc7bdd42005ac
Merge: a0bac66 ac0b8a9
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Sat Jan 11 04:43:58 2020 -0500

    GUACOMOLE-300: Merge support posixGroup in LDAP Authentication and Group-based Session Admission

 .../auth/ldap/conf/ConfigurationService.java       | 19 ++++++++
 .../auth/ldap/conf/LDAPGuacamoleProperties.java    | 12 +++++
 .../auth/ldap/conf/MemberAttributeType.java        | 38 +++++++++++++++
 .../ldap/conf/MemberAttributeTypeProperty.java     | 56 ++++++++++++++++++++++
 .../auth/ldap/group/UserGroupService.java          | 34 ++++++++++++-
 5 files changed, 158 insertions(+), 1 deletion(-)