Jump to content

I have a Ubuntu server 18.04 with Apache Guacamole v1.0.0. installed. I want to use LDAP-authentication to authenticate users. I have downloaded the guacamole-auth-ldap-1.0.0.jar and jldap-4.3.jar extensions. My guacamole.properties file looks like this:

ldap-hostname: 10.10.10.21, 10.10.10.22

ldap-port: 389

ldap-user-base-dn: OU=Users,DC=zoz,DC=lan

ldap-username-attribute: CN

ldap-config-base-dn: OU=Users,DC=zoz,DC=lan

ldap-encryption-method: none

After I configured this, it doesn't connect to the Active Directory. I can't login with a account of the Active Directory.

Does someone know why this isn't working?

If I add a ldap-search-bind-dn statement I get the following error in catalina.out: Cannot bind with LDAP server: Unable to query list of objects from LDAP directory.

Link to comment
https://linustechtips.com/topic/1062407-ldap-authentication-to-active-directory/
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×