Foss LdapSearch problem

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
girays
Posts: 1
Joined: Thu Nov 11, 2021 10:50 am

Foss LdapSearch problem

Post by girays »

Hello everyone,

I am using zimbra with external ldap authentication and everyting is OK. This is the working config:

Code: Select all

zimbraAuthLdapSearchBase: OU=Users,DC=company,DC=local
zimbraAuthLdapSearchBindDn: CN=zimbra_ldap_user,OU=Users,DC=company,DC=local
zimbraAuthLdapSearchBindPassword: *****
zimbraAuthLdapSearchFilter: mail=%n
zimbraAuthLdapURL: ldaps://1.1.1.1:636
zimbraAuthMech: ldap
When I changed searchbase to upper level (zimbraAuthLdapSearchBase: DC=company,DC=local) users cannot login to system. And this is the error message:
SoapEngine - handler exception: authentication failed for [user@domain], external LDAP auth failed, LDAP error: - unable to search ldap: ldap host=1.1.1.1:636: referral
My zimbra version
Release 8.8.15_GA_3869.RHEL7_64_20190917004220 RHEL7_64 FOSS edition, Patch 8.8.15_P8.
Post Reply