[tpop3d-discuss]tpop and ldap tls problem

cv cv at lecentre.net
Wed, 14 Dec 2005 17:08:40 +0100


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
> tpop3d-discuss@lists.beasts.org
> 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