 |
Index for Section 3 |
|
 |
Alphabetical listing for S |
|
 |
Bottom of page |
|
sasl_getopt_t(3)
NAME
sasl_getopt_t - The SASL get option callback
SYNOPSIS
#include <sasl.h>
int sasl_getopt_t(
void *context,
const char *plugin_name,
const char *option,
const char **result,
unsigned *len);
DESCRIPTION
sasl_getopt_t is used to retrieve an option, often mechanism specific, from
the application. An example of this is requesting what KERBEROS_V4 srvtab
file to use. plugin_name is the plugin this value is for. option is a
string representing the option. A common option that all server
applications should handle is pwcheck_method which represents the method
for checking plaintext passwords. See the administrators guide for a full
description of this option.
RETURN VALUE
SASL callback functions should return SASL return codes. See sasl_errors(3)
for a complete list. SASL_OK indicates success.
CONFORMING TO
RFC 2222
SEE ALSO
sasl(3), sasl_callbacks(3), sasl_errors(3)
 |
Index for Section 3 |
|
 |
Alphabetical listing for S |
|
 |
Top of page |
|