]> git.sur5r.net Git - openldap/commit
Add c_protocol to slap_conn to track protocol version used by client.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 21 Jan 1999 02:21:39 +0000 (02:21 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 21 Jan 1999 02:21:39 +0000 (02:21 +0000)
commit09421a74db344a7a5f985c5514a40b0d4e483c6a
tree78fa698d677bd3e14634eccf67d6f2f1de0cf53b
parent7662b7ea7e2710903a4b91ddbc2e1eb0719d5769
Add c_protocol to slap_conn to track protocol version used by client.
Is initialized to 0 (unknown) and then set to 2 or 3 on bind.  Should
also be 0->3 if a special (or any) operation occurs before the bind.
servers/slapd/bind.c
servers/slapd/result.c
servers/slapd/slap.h