Home
last modified time | relevance | path

Searched refs:c_authmech (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dconnection.c355 BER_BVZERO( &c->c_authmech ); in connection_init()
394 assert( BER_BVISNULL( &c->c_authmech ) ); in connection_init()
564 if ( !BER_BVISNULL( &c->c_authmech ) ) { in connection2anonymous()
565 ch_free(c->c_authmech.bv_val); in connection2anonymous()
567 BER_BVZERO( &c->c_authmech ); in connection2anonymous()
1799 op->o_conn->c_authmech = op->o_conn->c_sasl_bind_mech; in connection_bind_cb()
1818 op->o_conn->c_authmech.bv_val, in connection_bind_cb()
1823 op->o_conn->c_authmech.bv_val, in connection_bind_cb()
1867 ber_dupbv( &op->o_authmech, &op->o_conn->c_authmech ); in connection_op_queue()
H A Dbind.c216 ber_dupbv( &op->o_conn->c_authmech, &mech ); in do_bind()
H A Dsasl.c1916 mech = &conn->c_authmech; in slap_sasl_getdn()
H A Dslap.h2400 #define c_authmech c_authz.sai_mech macro
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_ops.c209 BER_BVZERO( &conn->c_authmech ); in slapi_int_connection_init_pb()
367 slapi_ch_free_string( &conn->c_authmech.bv_val ); in slapi_int_connection_done_pb()