[][src]Function qpid_proton_sys::pn_session_remote_condition

pub unsafe extern "C" fn pn_session_remote_condition(
    session: *mut pn_session_t
) -> *mut pn_condition_t

Boolean to allow use of clear text authentication mechanisms. By default the SASL layer is configured not to allow mechanisms that disclose the clear text of the password over an unencrypted AMQP connection. This specifically will disallow the use of the PLAIN mechanism without using SSL encryption. This default is to avoid disclosing password information accidentally over an insecure network. If you actually wish to use a clear text password unencrypted then you can use this API to set allow_insecure_mechs to true.