I'm trying to use the multiple LDAP servers settings discussed in the Apache Guacamole Manual v1.5.5. I'm not sure if there's a flag that needs to be in /etc/guacamole/guacamole.properties to use the ldap-servers.yml file, or if it uses it automatically when present. My ldap-servers.yml has the following data:
* hostname: DC1.domain1.com port:389 encryption-method: none user-base-dn: OU=[Users],DC=domain1,DC=com username-attribute: sAMAccountName match-usernames: * domain1\\(.*) * (.*)@domain1\.com search-bind-dn: CN=guac-ldap,OU="[Managed Service Accounts]",DC=domain1,DC=com search-bind-password: secret * hostname: dc1.domain2.com port: 389 encryption-method: none user-base-dn: OU="Domain Controllers",DC=domain2,DC=com username-attribute: sAMAccountName match-usernames: * domain2\\(.*) * (.*)@domain2\.com search-bind-dn: CN=guac-ldap,OU=="[Managed Service Accounts]",DC=domain1,DC=com search-bind-password: secret These work fine when listed one at a time in guacamole.properties, but I just can't get it to want to read from ldap-servers.yml. Any help would be appreciated.