Kopano LDAP error (staging environment)
-
Hello everyone!
I’ve setup Kopano with LDAP auth according to that tutorial.
Postfix can see users and aliases usingpostmap -q jdoe@domain.tld ldap:/etc/postfix/ldap-users.cf; postmap -q jdoe@domain.tld ldap:/etc/postfix/ldap-aliases.cf
commands now.
BUT Kopano server can’t to do so.
I get stucked on errorLDAP query in "" failed: (&(&(objectClass=kopano-user)(|(objectClass=kopano-user)))(|(uid=jdoe\40domain\2Etld))) (result=0x20, No such object)
K-1502: Unable to retrieve list from external user source: ldap_search_ext_s: No such object
So, what’s the matter and what’s the reason of error? -
@Finji said in Kopano LDAP error (staging environment):
LDAP query in “” failed: (&(&(objectClass=kopano-user)(|(objectClass=kopano-user)))
I’ve found solution myself
ldap_search_base = dc=domain,dc=tld
From here