| SASL_LISTMECH(3) | Cyrus SASL | SASL_LISTMECH(3) |
sasl_listmech - Cyrus SASL documentation
#include <sasl/sasl.h>
int sasl_listmech(sasl_conn_t *conn,
const char *user,
const char *prefix,
const char *sep,
const char *suffix,
const char **result,
unsigned *plen,
int *pcount);
sasl_listmech(conn,NULL,"(",",",")",&mechlist,NULL,NULL);
may give the following string as a result:
SASL functions should return SASL return codes. See sasl.h for a complete list. SASL_OK indicates success.
RFC 4422,:saslman:sasl(3), sasl_server_new(3), sasl_errors(3), sasl_client_new(3)
The Cyrus Team
1993-2016, The Cyrus Team
| 2025-01-16 | 2.1.28 |