sasl_server_start (3) Linux Manual Page
sasl_server_start – Begin an authentication negotiation Synopsis #include <sasl/sasl.h> int sasl_server_start(sasl_conn_t *conn, const char *mech, const char *clientin, unsigned *clientinlen, const char **serverout, unsigned *serveroutlen); Description sasl_server_start() begins the authentication with the mechanism specified with mech. This fails if the mechanism is not supported. SASL_OK is returned if the authentication is complete and the user…
