Uploaded image for project: 'Guacamole'
  1. Guacamole
  2. GUACAMOLE-524

Allow LDAP attributes to be used as token

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              vnick Nick Couchman
              jaredfrees Jared Frees
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: