]> git.sur5r.net Git - openldap/commit
Move calls to ldap_pvt_tls_accept to connection_read instead of
authorJulio Sánchez Fernández <jsanchez@openldap.org>
Fri, 16 Jul 1999 15:52:17 +0000 (15:52 +0000)
committerJulio Sánchez Fernández <jsanchez@openldap.org>
Fri, 16 Jul 1999 15:52:17 +0000 (15:52 +0000)
commit68b508d2f09587467d6b94d679786a1e65c219ae
tree828487e0d2a8e1811d9d6517a4d42dc55a1c09bd
parent85acec922f05338ad3f1a5b1d025f5eafe72ba3a
Move calls to ldap_pvt_tls_accept to connection_read instead of
connection_init so that we get into the select() logic.
Make use of new flags in the connection.
BTW, and before I forget, it sort of works.  I have connected with
a Netscape client using a secure connection and did a failed
search (my test database is empty), but the trace looked correct.
Make sure you have your CA certificate in your Netscape preinstalled.
Otherwise, the connection fails with error 0xFFFFFFFF that is rather
uninformative.
servers/slapd/connection.c