Lines Matching defs:version
36 * When USE_OPENLDAP is defined a recent version of the OpenLDAP library
87 OLDAP_BINDV2, /* Simple bind reply in protocol version 2. */
522 static const int version = LDAP_VERSION3;
576 /* Try version 3 first. */
577 ldap_set_option(li->ld, LDAP_OPT_PROTOCOL_VERSION, &version);
597 /* Force bind even if anonymous bind is not needed in protocol version 3
598 to detect missing version 3 support. */
759 /* If protocol version 3 is not supported, fallback to version 2. */
765 static const int version = LDAP_VERSION2;
767 ldap_set_option(li->ld, LDAP_OPT_PROTOCOL_VERSION, &version);