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

/illumos-gate/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...]
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c193 int ldversion, ldap_rc; local
206 ldversion = LDAP_VERSION3;
207 (void) ldap_set_option(adh->ad, LDAP_OPT_PROTOCOL_VERSION, &ldversion);
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c584 int ldversion, rc; local
612 ldversion = LDAP_VERSION3;
613 (void) ldap_set_option(adh->ld, LDAP_OPT_PROTOCOL_VERSION, &ldversion);
H A Daddisc.c645 int rc, ldversion; local
669 ldversion = LDAP_VERSION3;
671 &ldversion);

Completed in 84 milliseconds