Home
last modified time | relevance | path

Searched refs:ldapversion (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dsaslbind.c57 int rc, simple, msgid, ldapversion; in ldap_sasl_bind() local
84 ldapversion = NSLDAPI_LDAP_VERSION( ld ); in ldap_sasl_bind()
87 if ( !simple && ldapversion < LDAP_VERSION3 ) { in ldap_sasl_bind()
126 ldapversion, dn, LDAP_AUTH_SIMPLE, cred->bv_val, in ldap_sasl_bind()
132 LDAP_REQ_BIND, ldapversion, dn, LDAP_AUTH_SASL, in ldap_sasl_bind()
136 LDAP_REQ_BIND, ldapversion, dn, LDAP_AUTH_SASL, in ldap_sasl_bind()
H A Dresult.c55 int ldapversion, int *totalcountp, int *chasingcountp );
898 int ldapversion, int *totalcountp, int *chasingcountp )
907 if ( ldapversion < LDAP_VERSION2 || ( lr->lr_parent == NULL
934 } else if ( ldapversion == LDAP_VERSION2
966 lr->lr_res_errno = ( ldapversion == LDAP_VERSION2 )