Searched refs:LDAP_VERSION2 (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dldaprot.h38 #define LDAP_VERSION2 2 macro
40 #define LDAP_VERSION LDAP_VERSION2
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c124 LDAP_VERSION2, LDAP_VERSION3, LDAP_VERSION3 );
618 if ( ldversion != LDAP_VERSION2 && ldversion != LDAP_VERSION3 ) {
621 ldaptool_progname, ldversion, LDAP_VERSION2,
877 if (ldversion == LDAP_VERSION2 && ldapauth == LDAP_AUTH_SASL) {
1149 ldversion = LDAP_VERSION2; /* local db only supports v2 */
1206 if ( ldversion > LDAP_VERSION2 && binddn == NULL && passwd == NULL
1258 if ( ldversion > LDAP_VERSION2 && binddn == NULL && passwd == NULL
1278 if ( rc == LDAP_PROTOCOL_ERROR && ldversion > LDAP_VERSION2 ) {
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c907 if ( ldapversion < LDAP_VERSION2 || ( lr->lr_parent == NULL
934 } else if ( ldapversion == LDAP_VERSION2
966 lr->lr_res_errno = ( ldapversion == LDAP_VERSION2 )
H A Dopen.c324 nsldapi_ld_defaults.ld_version = LDAP_VERSION2;
H A Derror.c609 if ( NSLDAPI_LDAP_VERSION( ld ) < LDAP_VERSION2 ) {
H A Drequest.c502 if ( lc->lconn_version <= LDAP_VERSION2
/illumos-gate/usr/src/head/
H A Dldap.h54 #define LDAP_VERSION2 2 macro
56 #define LDAP_VERSION LDAP_VERSION2 /* API extension */

Completed in 81 milliseconds