Searched refs:orb_mech (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | bind.c | 208 op->orb_mech = mech; in do_bind() 256 if( BER_BVISNULL( &op->orb_mech ) || BER_BVISEMPTY( &op->orb_mech ) ) { in fe_op_bind() 265 if( backend_check_restrictions( op, rs, &op->orb_mech ) != LDAP_SUCCESS ) { in fe_op_bind() 272 if( !bvmatch( &op->o_conn->c_sasl_bind_mech, &op->orb_mech ) ) { in fe_op_bind() 277 ber_dupbv(&op->o_conn->c_sasl_bind_mech, &op->orb_mech); in fe_op_bind() 304 BER_BVSTR( &op->orb_mech, "SIMPLE" ); in fe_op_bind() 329 backend_check_restrictions( op, rs, &op->orb_mech ); in fe_op_bind() 544 op->o_conn->c_dn.bv_val, op->orb_mech.bv_val, op->o_conn->c_ssf ); in fe_op_bind_success()
|
| D | slap.h | 2673 #define orb_mech oq_bind.rb_mech macro
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| D | slapi_overlay.c | 290 BER_BVISNULL( &op->orb_mech ) in slapi_op_bind_callback() 291 ? "<empty>" : op->orb_mech.bv_val ); in slapi_op_bind_callback()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| D | accesslog.c | 1864 bv.bv_len = STRLENOF("SASL()") + op->orb_mech.bv_len; in accesslog_response() 1867 ptr = lutil_strcopy( ptr, op->orb_mech.bv_val ); in accesslog_response()
|