tpop3d-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tpop3d-discuss]tpop and ldap tls problem


From: cv
Subject: Re: [tpop3d-discuss]tpop and ldap tls problem
Date: Wed, 14 Dec 2005 17:08:40 +0100
User-agent: Thunderbird 1.5 (Macintosh/20051025)

Daniel Tiefnig wrote:
Adam wrote:
ldapsearch -x -W -D 'cn=administrator,o=something,c=pl' -b 'o=something,c=pl' '(givenName=*)' -LLL -h xxxxxxx -P 3 -ZZ

works ok

ldapsearch -x -W -D 'cn=administrator,o=something,c=pl' -b 'o=something,c=pl' '(givenName=*)' -LLL -H ldaps://xxxxxxx -P 3

works ok

Hmmm, so tpop3d should also work with TLS. auth-ldap-url is
"ldap://xxxxxxxxx/ou=People,o=company,c=pl";, (not "ldaps:") even if
auth-ldap-use-tls is enabled? This is important, tpop3d will use port
636 if not.

If this is not the problem, you may have to enable debugging on you LDAP
server, and see why it fails, and if tpop3d connects at all.


lg,
daniel

_______________________________________________
tpop3d-discuss mailing list
address@hidden
http://lists.beasts.org/mailman/listinfo/tpop3d-discuss

Hi,

You effectively need to use either ldap://hostname/xxxxx  and enable TLS

OR

use ldaps://hostname/xxxxx   for using ssl (on port 636)

but you can't use both...

--
Prune


reply via email to

[Prev in Thread] Current Thread [Next in Thread]