mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
reset/rebase/squash a chaos of commits: - implement user/group membership search using Apache Directory Ldap module instead of JLDAP - Retrieve user's group membership if specified by username rather than DN - New enum 'MemberAttributeType' - New GuacamoleProperty 'MemberAttributeTypeProperty' - New configuration property 'ldap-member-attribute-type' Specifies what the field specified by 'ldap-member-attribute' actually contains -- "dn" (default) or "uid" or ...