[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
SSL/TLS
Hi,
I've recompiled ldapsearch with the HAVE_TLS defined.
Executing it gives me the following output:
E:\openldap-2.0.11\Debug>ldapsearch -Z -b "c=be" -h "192.168.0.49" -p 636
"objec
tclass=*"
entry is =
[E:\cyrus-sasl-1.5.24\win32\saslANONYMOUS\Debug\saslANONYMOUS.dll]
entry is =
[E:\cyrus-sasl-1.5.24\win32\saslANONYMOUS\Debug\saslKERBEROSV4.dll]
Unable to dlopen
E:\cyrus-sasl-1.5.24\win32\saslANONYMOUS\Debug\saslKERBEROSV4.d
ll: 126
entry is = [E:\cyrus-sasl-1.5.24\win32\saslANONYMOUS\Debug\saslPLAIN.dll]
Unable to dlopen
E:\cyrus-sasl-1.5.24\win32\saslANONYMOUS\Debug\saslPLAIN.dll: 1
26
entry is = [E:\cyrus-sasl-1.5.24\win32\saslANONYMOUS\Debug\saslCRAM.dll]
Unable to dlopen
E:\cyrus-sasl-1.5.24\win32\saslANONYMOUS\Debug\saslCRAM.dll: 12
6
entry is = [E:\cyrus-sasl-1.5.24\win32\saslANONYMOUS\Debug\saslSCRAM.dll]
Unable to dlopen
E:\cyrus-sasl-1.5.24\win32\saslANONYMOUS\Debug\saslSCRAM.dll: 1
26
ldap_start_tls: Success
ldap_sasl_interactive_bind_s: Can't contact LDAP server
E:\openldap-2.0.11\Debug>
Using the ldapsearch delivered with the Netscape SDK gives me back all the
entries, so I presume that my Server is correctly configured...
Can someone help me please?
Can someone tell me how this SSL stuf is working? or where can I find some
documentation?
Geert
- Follow-Ups:
- Re: SSL/TLS
- From: Norbert Klasen <norbert.klasen@daasi.de>