LDAP authentication

Bob Miller bob at computerisms.ca
Wed Sep 10 20:09:11 UTC 2014


Hi,

> [joliver at 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 = %Ln at computerisms.com
base = dn=computerisms,dn=com
scope = subtree
user_filter = (&(sAMAccountName=%Ln))
pass_filter = (&(sAMAccountName=%Ln))




More information about the dovecot mailing list