Home
last modified time | relevance | path

Searched refs:ldapVersion (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c808 int ldapVersion = LDAP_VERSION3; in connect_to_ldap_config_server() local
840 &ldapVersion); in connect_to_ldap_config_server()
H A Dldap_op.c515 int ldapVersion = LDAP_VERSION3; in ldapInit() local
531 &ldapVersion); in ldapInit()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c1350 int ldapVersion = LDAP_VERSION3; in openConnection() local
1409 (void) ldap_set_option(ld, LDAP_OPT_PROTOCOL_VERSION, &ldapVersion); in openConnection()