On Wed, Apr 24, 2019 at 5:17 AM Vieri <[email protected]> wrote: > Hi, > > I am trying to configure LDAP authentication with connection details > within the LDAP directory. Actually, I'm using AD instead of standard LDAP, > but I'm pretty sure the obects have been created properly on the AD server > (guacConfigParameter, guacConfigProtocol, guacConfigGroup). > > I created a test "telnet" group called AlcatelPBXtelnet (objectClass: > guacConfigGroup, guacConfigProtocol: telnet, etc.), and added my user as a > member. > > These are my config files: > > # cat guacd.conf > [daemon] > log_level = debug > > [server] > bind_host = 10.215.144.124 > > # cat guacamole.properties > guacd-hostname: 10.215.144.124 > guacd-port: 4822 > > # LDAP > # auth-provider: net.sourceforge.guacamole.net > .auth.ldap.LDAPAuthenticationProvider > ldap-hostname: 10.215.144.35 > ldap-port: 389 > ldap-encryption-method: none > ldap-user-base-dn: cn=Users,dc=mydomain,dc=org > ldap-username-attribute: cn > ldap-user-search-filter: > (&(objectClass=user)(sAMAccountName=*)(memberOf=cn=VPN,cn=Users,dc=mydomain,dc=org)) > ldap-max-search-results: 4000 > > # ls extensions/ > guacamole-auth-ldap-1.0.0.jar > > I can log into the Guacamole web UI, but I cannot see my configured > connection (telnet). >
In order for the LDAP module to load connections from LDAP you need to specify the "ldap-config-base-dn" option in the guacamole.properties.file. -Nick
