[tpop3d-discuss]tpop and ldap tls problem

Adam a.chabin at amg.net.pl
Wed, 14 Dec 2005 15:10:24 +0100


Daniel Tiefnig wrote:

>Hmm, which LDAP server are you running? And which version? I.e., does it
>support LDAPv3? AFAIK
>Do you have OpenLDAP's "ldapsearch" installed on x or y? Does it work if
>you specify "-P 3" to force LDAP protocol version 3?
>
>There might also be another problem, as far as I see, tpop3d uses Start
>TLS to encrypt the connection, (so my hint with port number 636 may have
>been misleading, as this is the standard port for LDAPs, which does SSL
>on connect, I think.) does the server support this extension? (It does,
>if ldapsearch with "-ZZ" succedes...)
>
>lg,
>daniel
>  
>
Hi,

xxxxxx run openldap-servers-2.3.13-1

ldapsearch on yyyyyy:

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

Regards
Adam