[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: courier-imap-1.6.1 + openldap-2.1.12
ons, 09.04.2003 kl. 11.11 skrev Warren Guerin:
> send_ldap_result: err=49 matched="" text=""
I know nothing about BSD and nothing about Courier. However,
1: err 49 is "Invalid credentials" - i.e. you aren't authenticating
correctly (e.g. DN and password or SASL);
2: AFAIK BSD doesn't have PAM/NSS_LDAP, but on Linux I authenticate to
almost everything outside of specials (such as my MTA and self-written
stuff) with PAM/NSS_LDAP, including wu-imapd - which I've compiled with
PAM support.
So, find out what kind of BSD authentication your BSD Courier imapd
wants, implement it, and you're there :-)
Best,
Tony