Displaying 1 result from an estimated 1 matches for "tb5vo".
Did you mean:
bavo
2014 May 18
2
Configuration of dovecot 2.0.19 to authenticate users via LDAP
...(uid=%u))
This is what I see in Wireshark: http://i.stack.imgur.com/ICzDe.png
Dovecot cannot authenticate itself for some reason...
If i change the configuration as follows:
auth_bind = no
#auth_bind_userdn = uid=%u,ou=people,dc=ht
Then I get following picture: http://i.stack.imgur.com/tb5vo.png
It doesn't pick up the setting base = ou=people,dc=ht. But what is more
crucial is that even looking at the whole tree "<ROOT>" wholeSubTree it
can't find the required entry.
I am really desperate and don't know how to make it work. Can somebody
please give me a cl...