[ 
https://issues.apache.org/jira/browse/GUACAMOLE-524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Jumper resolved GUACAMOLE-524.
--------------------------------------
    Resolution: Done

Current git should now be compatible with both the latest API and that released 
with 1.0.0. I'll update the version number in JIRA accordingly.

> Allow LDAP attributes to be used as token
> -----------------------------------------
>
>                 Key: GUACAMOLE-524
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-524
>             Project: Guacamole
>          Issue Type: Improvement
>          Components: guacamole-auth-ldap
>            Reporter: Jared Frees
>            Assignee: Michael Jumper
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> 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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to