On Tue, 2007-11-20 at 21:08 -0600, Harrison Metzger wrote:
Hello
I'm trying to do an ldap proxy but it is not working, it just continues to access the user's mailbox. I was able to do a proxy with a user in a "passwd-file", but not ldap directory. Here is part my "args" file on the passdb ldap stanza:
auth_bind = yes
I'm not sure if this affects it. It shouldn't, but you could try if it works without.
pass_attrs = uid=user,proxy,BCMailDovecotProxyHost=host
This looks ok.
I've turned on auth_verbose, debug, etc and still can't figure out why it wont proxy. Ive tried adding user_attrs (the same as the pass attrs). I've even just put nologin in the pass_attrs but the user is still able to login, its like that field is not being processed.
What do the logs show with auth_debug=yes?