Displaying 1 result from an estimated 1 matches for "elf0mhqylwlqu2sc".
2020 Oct 20
0
Problem with LDAP-query (Active Directory) on filter by memberOf
...emberOf=CN=Funktion
- E-Mail-Konto,OU=Funktionen,OU=People,DC=ad,DC=company,DC=org))
The baseDN is DC=ad,DC=company,DC=org
With ldapsearch I can get all users and their attributes, but Dovecot
fail with this error:
Oct 20 15:57:10 mailgw02 dovecot: auth: Error:
ldap(testuser,80.187.107.28,<eLf0mhqyLwlQu2sc>):
ldap_search(base=dc=ad,dc=company,dc=org
filter=(&(samAccountName=testuser)(objectClass=user)(homeMDB=*)(memberOf=CN=Funktion
- E-Mail-Konto,OU=Funktionen,OU=People,DC=ad,DC=company,DC=org)))
failed: Operations error
I didn't found any explanation for this error...
Can someone he...