Hi Nick,

 

Would it be something like the below? in the guacamole.properties file?

 

ldap-hostname: 192.168.1.1

ldap-port: 389

ldap-encryption-method: none

ldap-search-bind-dn: CN=ldapuser,OU=Users,OU=Example Inc,DC=EXAMPLE,DC=COM

ldap-search-bind-password: examplepassword!

ldap-user-base-dn: DC=EXAMPLE,DC=COM

ldap-user-search-filter: 
(&(objectClass=*)(memberOf=CN=EXA_GUACAMOLE,OU=Groups,OU=Example 
Inc,DC=EXAMPLE,DC=COM))

ldap-username-attribute: samAccountName

ldap-follow-referrals: false

ldap-operation-timeout: 30

guacConfigParameter: username=${GUAC_USERNAME}

guacConfigParameter: password=${GUAC_PASSWORD}

 

 

From: Nick Couchman <[email protected]> 
Sent: Wednesday, April 1, 2020 8:57 AM
To: [email protected]
Subject: Re: Password-Prompt for RDP-Connections

 

On Tue, Mar 31, 2020 at 11:30 PM <[email protected] 
<mailto:[email protected]> > wrote:

Can someone share screen shot or sample of the configuration where it has LDAP 
configuration with tokens? 

 

Thank you in advance.

 

I don't have an example of this, but, basically, you'd put a 
guacConfigParameter entry on the LDAP object that has 
"username=${GUAC_USERNAME}" and then another one for that has 
"password=${GUAC_PASSWORD}" - assuming you want to pass through both username 
and password.

 

-Nick

Reply via email to