Re: TLS confidentiality required error

2006-03-02 Thread Mike Jackson
Hans Holt wrote: Hi, I'm new to Net::LDAP and want to use it to acess an OpenLDAP server that accepts simple authentication over TLS. TLSVerifyClient is set to 'never' on the server. Using the openldap package ldapsearch establishes a tls connection and searches the ldap directory as expected.

TLS confidentiality required error

2006-03-02 Thread Hans Holt
Hi, I'm new to Net::LDAP and want to use it to acess an OpenLDAP server that accepts simple authentication over TLS. TLSVerifyClient is set to 'never' on the server. Using the openldap package ldapsearch establishes a tls connection and searches the ldap directory as expected. My simple perl sc