Hi, > [joliver@localhost ~]$ cat /etc/dovecot/dovecot-ldap.conf.ext > hosts = localhost > base = ou=Users,dc=my,dc=domain > ldap_version = 3 > auth_bind = yes > auth_bind_userdn = uid=%u,ou=Users,dc=my,dc=domain >
this looks different than mine. here is my example config file, maybe it helps: hosts = 192.168.26.10:389 debug_level = 0 auth_bind = yes auth_bind_userdn = %[email protected] base = dn=computerisms,dn=com scope = subtree user_filter = (&(sAMAccountName=%Ln)) pass_filter = (&(sAMAccountName=%Ln))
