Home
last modified time | relevance | path

Searched refs:orb_edn (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dbind.c393 } else if ( !BER_BVISNULL( &op->orb_edn ) ) { in fe_op_bind()
394 free( op->orb_edn.bv_val ); in fe_op_bind()
395 BER_BVZERO( &op->orb_edn ); in fe_op_bind()
525 if( !BER_BVISEMPTY( &op->orb_edn ) ) { in fe_op_bind_success()
526 op->o_conn->c_dn = op->orb_edn; in fe_op_bind_success()
H A Dconnection.c1792 ber_dupbv(&op->o_conn->c_dn, &op->orb_edn); in connection_bind_cb()
1793 if( !BER_BVISEMPTY( &op->orb_edn ) ) { in connection_bind_cb()
1797 op->o_tmpfree( op->orb_edn.bv_val, op->o_tmpmemctx ); in connection_bind_cb()
1798 BER_BVZERO( &op->orb_edn ); in connection_bind_cb()
H A Dsasl.c1689 ber_dupbv_x( &op->orb_edn, &op->o_conn->c_sasl_dn, op->o_tmpmemctx ); in slap_sasl_bind()
1764 op->orb_edn = ctx->sc_external_id; in slap_sasl_bind()
H A Dbackend.c887 ber_dupbv( &op->orb_edn, &op->o_bd->be_rootdn ); in be_rootdn_bind()
H A Dslap.h2671 #define orb_edn oq_bind.rb_edn macro
H A Dbconfig.c4770 ber_dupbv( &op->orb_edn, be_root_dn( op->o_bd )); in config_back_bind()
/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/authzid/
H A Dauthzid.c184 if ( !BER_BVISEMPTY( &op->orb_edn ) ) { in authzid_response()
185 edn = op->orb_edn; in authzid_response()
/netbsd/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_overlay.c265 BER_BVZERO( &op->orb_edn ); in slapi_op_bind_callback()
H A Dslapi_pblock.c598 *((char **)value) = pb->pb_op->orb_edn.bv_val; in pblock_get()