[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: TLS resource unavailable



At 12:54 PM 4/23/2004, Mark wrote:
>On Apr23, 14:45, Patrick Shinpaugh wrote:
>> Have you set your server slapd.conf TLS options (i.e.
>> TLSCertificateFile, TLSCertificateKeyFile, etc) and does your ldap.conf
>> file for your client contain
>> 
>> ssl start_tls

This is not an OpenLDAP ldap.conf(5) directive.

>/opt/openldap/current/bin/ldapsearch -x -v -W -D"uid=Manager,dc=foo,dc=com" -s base -b "dc=foo.com,dc=com" "(objectClass=*)" +
>ldap_initialize( <DEFAULT> )
>Enter LDAP Password: 
>ldap_bind: Confidentiality required (13)
>        additional info: TLS confidentiality required

You haven't told ldapsearch to use TLS confidentiality.

Kurt