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

Re: TLS resource unavailable



At 03:26 PM 4/23/2004, Mark wrote:
>On Apr23, 13:21, Kurt D. Zeilenga wrote:
>> 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.
>>
>
>i tried with -Z and -ZZ tags.......gave me ldap_sasl_interactive_bind_s: No such attribute (16) 

So, now you're past TLS and on to the bind (authenticate) process.
See <http://www.openldap.org/faq/index.cgi?file=577> (in particular,
the last part of the answer).

Kurt