Searched refs:ldversion (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/ldap/common/
H A Dcommon.c220 static int ldversion = -1; /* use default */ variable
617 ldversion = atoi (optarg);
618 if ( ldversion != LDAP_VERSION2 && ldversion != LDAP_VERSION3 ) {
621 ldaptool_progname, ldversion, LDAP_VERSION2,
695 ldversion = LDAP_VERSION3;
877 if (ldversion == LDAP_VERSION2 && ldapauth == LDAP_AUTH_SASL) {
878 fprintf( stderr, gettext("Incompatible with version %d\n"), ldversion);
1148 if ( ldversion == -1 ) { /* not set with -V */
1149 ldversion
[all...]
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils.c585 int ldversion, rc; local
613 ldversion = LDAP_VERSION3;
614 (void) ldap_set_option(adh->ld, LDAP_OPT_PROTOCOL_VERSION, &ldversion);
H A Daddisc.c840 int rc, ldversion; local
859 ldversion = LDAP_VERSION3;
861 &ldversion);
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_ads.c356 int ldversion = LDAP_VERSION3, status, timeoutms = 5 * 1000; local
363 ldversion = LDAP_VERSION3;
364 (void) ldap_set_option(ld, LDAP_OPT_PROTOCOL_VERSION, &ldversion);

Completed in 43 milliseconds