Displaying 1 result from an estimated 1 matches for "homemdb".
Did you mean:
homed
2020 Oct 20
0
Problem with LDAP-query (Active Directory) on filter by memberOf
...ave a Dovecot 2.3.4 (from Debian 10 repository) that should connect
to our AD to authenticate the users.
It works, but now we would like to restrict using IMAP to all users in
the Group "Funktion - E-Mail-Konto".
So I changed the query from:
(&(sAMAccountName=%n)(objectClass=user)(homeMDB=*))
to
(&(sAMAccountName=%n)(objectClass=user)(homeMDB=*)(memberOf=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:1...