sasl_client_initSection: Misc. Reference Manual Pages (21 June 2001)Updated: SASL |
sasl_client_initSection: Misc. Reference Manual Pages (21 June 2001)Updated: SASL |
#include <sasl/sasl.h> int sasl_client_init(const sasl_callback_t *callbacks);
sasl_client_init() initializes SASL. It must be called before any calls to sasl_client_start. This call initializes all SASL client drivers (e.g. authentication mechanisms). These are usually found in the /usr/lib/sasl directory but the directory may be overriden with the SASL_PATH enviornment variable.
callbacks specifies the base callbacks for all client connections. See the sasl_callbacks man page for more information