On Wed, 20 Nov 2002 18:50:44 +0100 (CET) "yam" <[EMAIL PROTECTED]> wrote:
> > I finally got to compile courier-imap with authldap !! > > After configuring authldaprc file, with my ldap settings, I get the > following error on each login attempt: > > authdaemond.ldap: ldap_simple_bind_s failed: Invalid credentials > > My ldap server has users inside ou=People, and there there's > userPassword attribute, that should be authenticated against. > > Tnx > The problem is that authdaemon is not able to read ldap. Check your LDAP_BINDDN cn=administrator, o=example, c=com LDAP_BINDPW toto directives on /usr/lib/courier-imap/etc/authldaprc. If your ldap allows anonymous bind, just comment out those lines (recommended if your ldap has no open door to internet, i.e. behind a firewall). -- Marcio Merlone ------------------------------------------------------- This sf.net email is sponsored by: Battle your brains against the best in the Thawte Crypto Challenge. Be the first to crack the code - register now: http://www.gothawte.com/rd521.html _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
