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

Re: openldap SSL/TLS problem



Le Jeudi 30 Août 2001 11:43, Jehan PROCACCIA a écrit :
> /etc/openldap/slapd.conf:
...
>
> TLSCipherSuite HIGH:MEDIUM
> TLSCertificateFile /usr/share/ssl/certs/ldapserver.pem
> TLSCertificateKeyFile /usr/share/ssl/certs/ldapserver.pem
>
> /etc/openldap/ldap.conf
>
> HOST mci21056.int-evry.fr
> BASE dc=int-evry,dc=fr
> URI ldaps://mci21056.int-evry.fr
> ssl yes
> #ssl start_tls
>
...
> Here's my problem:
>
> $ ldapsearch -Z -H "ldaps://mci21056.int-evry.fr" -b "dc=int-evry,dc=fr"

First, it seem that starttls work on regular ldap port and not ldaps, try to 
correct the uri of the command line and check port variable in /etc/ldap.conf 
file or remove the -Z flag to use ssl.

Vincent saugey