Searched refs:ldapversion (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | saslbind.c | 55 int rc, simple, msgid, ldapversion; in ldap_sasl_bind() local 82 ldapversion = NSLDAPI_LDAP_VERSION( ld ); in ldap_sasl_bind() 85 if ( !simple && ldapversion < LDAP_VERSION3 ) { in ldap_sasl_bind() 124 ldapversion, dn, LDAP_AUTH_SIMPLE, cred->bv_val, in ldap_sasl_bind() 130 LDAP_REQ_BIND, ldapversion, dn, LDAP_AUTH_SASL, in ldap_sasl_bind() 134 LDAP_REQ_BIND, ldapversion, dn, LDAP_AUTH_SASL, in ldap_sasl_bind()
|
H A D | result.c | 53 int ldapversion, int *totalcountp, int *chasingcountp ); 896 int ldapversion, int *totalcountp, int *chasingcountp ) 905 if ( ldapversion < LDAP_VERSION2 || ( lr->lr_parent == NULL 932 } else if ( ldapversion == LDAP_VERSION2 964 lr->lr_res_errno = ( ldapversion == LDAP_VERSION2 )
|