Hi,

I did some research on the forum and on google but i don't have the solution
at my problem so i need your help.
I will explain what I would like to do.
I would like to use LDAP authentication to connect remotely with a graphical
interface on my CentOS server to use software. I can't touch the schema of
the ad so I need to bind MySQL and LDAP authentication

i have install guacamole with http://guacamole.apache.org/doc/gug/index.html

So, i have install database authentication with MySQL and LDAP
authentication for associating LDAP with database.

My LDAP directory is Active Directory.

My SQL authentication works but not the LDAP authentication.

Here is my guacamole.properties

# Hostname and port of guacamole proxy
guacd-hostname: localhost
guacd-port:     4822

# MySQL properties
mysql-hostname: localhost
mysql-port: 3306
mysql-database: guacamole_db
mysql-username: guacamole_user
mysql-password: password

# LDAP Properties
ldap-hostname: pin.isim.intra
ldap-port: 389
ldap-user-base-dn: UO=Comptes,DC=isim,DC=intra
ldap-search-bind-dn: CN=Bind,UO=Comptes,DC=isim,DC=intra
ldap-search-bind-password: xxxxxx
ldap-username-attribute: sAMAccountName

In the tomcat log (catalina.out) my extensions are load but when I try to
connect, I have as my message:

11:50:01.674 [http-nio-8080-exec-8] ERROR
o.a.g.a.l.AuthenticationProviderService - Unable to bind using search DN
"CN=Bind,DC=isim,DC=intra"
11:50:01.674 [http-nio-8080-exec-8] WARN  o.a.g.r.auth.AuthenticationService
- Authentication attempt from 162.38.37.135 for user "lucas.isim.intra"
failed.

I saw that many people encountered this problem but none of the solutions
work with my problem.

Thanks for your help.




--
Sent from: 
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Reply via email to