SASL_VERIFYFILE_T(3) | Cyrus SASL | SASL_VERIFYFILE_T(3) |
sasl_verifyfile_t - Cyrus SASL documentation
#include <sasl/sasl.h> typedef enum {
SASL_VRFY_PLUGIN, /* a DLL/shared library plugin */
SASL_VRFY_CONF, /* a configuration file */
SASL_VRFY_PASSWD, /* a password storage file */
SASL_VRFY_OTHER /* some other file type */ } sasl_verify_type_t int sasl_verifyfile_t(void *context,
const char *file,
sasl_verify_type_t type)
SASL callback functions should return SASL return codes. See sasl.h for a complete list. SASL_OK indicates success.
Other return codes indicate errors and should be handled.
RFC 4422,:saslman:sasl(3), sasl_callbacks(3) sasl_errors(3)
The Cyrus Team
1993-2022, The Cyrus Team
2022-11-22 | 2.1.28 |