]> git.sur5r.net Git - openldap/commit
More CLDAP tweaks, to differentiate between real LDAPv2 CLDAP and "other"
authorHoward Chu <hyc@openldap.org>
Tue, 2 Oct 2001 01:02:23 +0000 (01:02 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 2 Oct 2001 01:02:23 +0000 (01:02 +0000)
commit693a81e1db572ee6480fa9b29d5fc095b8e49483
tree5725e8c9ef49aefe0d2d050c726ea4e529f61bdd
parent47cb9aff9a22b4e83ceb72e4de164ba0a9a53b5b
More CLDAP tweaks, to differentiate between real LDAPv2 CLDAP and "other"
LDAP/UDP messages. Slapd marks received CLDAP messages as LDAP_VERSION2.
The client library can generate CLDAP queries if -Protocol 2 is chosen,
otherwise not. LDAPv2 CLDAP cannot query the slapd rootDSE, gets no reply.
libraries/libldap/abandon.c
libraries/libldap/result.c
libraries/libldap/sasl.c
libraries/libldap/search.c
libraries/libldap/url.c
servers/slapd/connection.c
servers/slapd/daemon.c
servers/slapd/result.c
servers/slapd/search.c