[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldapsearch and TLS
> Have you properly configured slapd.conf, ldap.conf, ldaprc?
Well, that's really the question isn't it...
> Have you created a valid certificate chain?
I believe so, since at least once client (Mozilla's address book) is
able to negotiate an ssl connection with my server.
> Did you read this site
> http://www.openldap.org/pub/ksoper/OpenLDAP_TLS_howto.html
Yes. Well, I have now. So here's the thing. This:
ldapsearch -x -b 'ou=People,o=cs.ubc.ca' -D "uid=majewski,ou=People,o=cs.ubc.ca" '(objectclass=*)' -H ldap://okocim -W
works!
But this:
ldapsearch -x -b 'ou=People,o=cs.ubc.ca' -D "uid=majewski,ou=People,o=cs.ubc.ca" '(objectclass=*)' -H ldaps://okocim -W
doesn't! What's up with that?
-chris