r17237: - keep pointer to the different sockets
authorStefan Metzmacher <metze@samba.org>
Tue, 25 Jul 2006 19:20:04 +0000 (19:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:10:22 +0000 (14:10 -0500)
commit4cdcc1789363907f850a05c4b3349746c710ebf0
treebe214797dab346ce18d86ce5b53245eb56aa2526
parentec8d486e267b60ebad3eac937580986155b75914
r17237: - keep pointer to the different sockets
- we need this to later:
  - to disallow a StartTLS when TLS is already in use
  - to place the TLS socket between the raw and sasl socket
    when we had a sasl bind before the StartTLS
  - and rfc4513 says that the server may allow to remove the TLS from
    the tcp connection again and reuse raw tcp
  - and also a 2nd sasl bind should replace the old sasl socket

metze
(This used to be commit 10cb9c07ac60b03472f2b0b09c4581cc715002ba)
source4/ldap_server/ldap_backend.c
source4/ldap_server/ldap_bind.c
source4/ldap_server/ldap_server.c
source4/ldap_server/ldap_server.h