On 27/09/2018 08:29, Galyrith wrote:

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

Now i have it as log :
12:40:01.327 [http-nio-8080-exec-8] WARN  o.a.g.auth.ldap.user.UserService -
Given a referral, not following it. Error was: Referral

When you have the ldap-user-base-dn set to the root DN of your AD, LDAP searches lead to referrals being returned by AD:

https://issues.apache.org/jira/browse/GUACAMOLE-243

You probably want the referrals to be followed, which you can do by setting

ldap-follow-referrals: true

as described at

https://guacamole.apache.org/doc/gug/ldap-auth.html

Adam

Reply via email to