Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Implemented
-
None
-
None
Description
Add support for using LDAP attributes as tokens for connection configuration. For example, map the attribute 'workstationName' of the current logged on user to a token USER_WORKSTATION that could then be used in a connection profile. This would allow using a single connection and for the destination to be determined by the LDAP attribute. This mapping should be configurable and could be used in a connection definition such as the following:
dn: cn=Example Connection,ou=groups,dc=example,dc=net
objectClass: guacConfigGroup
objectClass: groupOfNames
cn: Example Connection
guacConfigProtocol: rdp
guacConfigParameter: hostname=${USER_WORKSTATION}
guacConfigParameter: username=${GUAC_USERNAME}
guacConfigParameter: password=${GUAC_PASSWORD}
member: cn=user1,ou=people,dc=example,dc=net
member: cn=user2,ou=people,dc=example,dc=net
Attachments
Issue Links
- causes
-
GUACAMOLE-807 Parameter tokens are not applied by LDAP
- Resolved
-
GUACAMOLE-580 Missing null check in LDAP AuthenticationProviderService
- Resolved
- is related to
-
GUACAMOLE-641 Support storage of sensitive data within key vaults
- Closed