sasl_server_init
NAMESYNOPSIS
DESCRIPTION
RETURN VALUE
CONFORMING TO
SEE ALSO
NAME
sasl_server_init − SASL server authentication initialization
SYNOPSIS
#include <sasl/sasl.h>
int
sasl_server_init(const sasl_callback_t
*callbacks,
const char *appname);
DESCRIPTION
sasl_server_init() initializes SASL. It must be called before any calls to sasl_server_start, and only once per process. This call initializes all SASL mechanism drivers (e.g. authentication mechanisms). These are usually found in the /usr/lib/sasl2 directory but the directory may be overridden with the SASL_PATH environment variable (or at compile time).
callbacks specifies the base callbacks for all client connections. See the sasl_callbacks man page for more information.
appname is the name of the application. It is used for where to find the default configuration file.
RETURN VALUE
sasl_server_init returns an integer which corresponds to one of the SASL error codes. SASL_OK is the only one that indicates success. All others indicate errors and should either be handled or the authentication session should be quit.
CONFORMING TO
RFC 2222
SEE ALSO
sasl(3), sasl_callbacks(3), sasl_errors(3), sasl_server_new(3), sasl_server_start(3), sasl_server_step(3)
More Linux Commands
manpages/grub.8.html
grub(8) - the grub shell (Administration - Linux man page)
Enter the GRand Unified Bootloader command shell. --batch turn on batch mode for non-interactive use --boot-drive=DRIVE specify stage2 boot_drive [default=0x0]
manpages/pthread_attr_setstacksize.3.html
pthread_attr_setstacksize(3) - set/get stack size attribute
The pthread_attr_setstacksize() function sets the stack size attribute of the thread attributes object referred to by attr to the value specified in stacksize.
manpages/XNoOp.3.html
XNoOp(3) - No Operation (Library - Linux man page)..........
The XNoOp function sends a NoOperation protocol request to the X server, thereby exercising the connection. SEE ALSO Xlib C Language X Interface XNoOp.3 (Librar
manpages/xwininfo.1.html
xwininfo(1) - window information utility for X (Man Page)...
Xwininfo is a utility for displaying information about windows. Various information is displayed depending on which options are selected. If no options are chos
manpages/full.4.html
full(4) - always full device (Special - Linux man page).....
File /dev/full has major device number 1 and minor device number 7. Writes to the /dev/full device will fail with an ENOSPC error. This can be used to test how
manpages/strtransform.3.html
strtransform(3) convert a string into its mapped-to value...
Each character in the input string is mapped and the mapped-to character is put into the output. This function name is mapped to option_strtransform so as to no
manpages/mc.1.html
mc(1) - Visual shell for Unix-like systems. - Linux man page
GNU Midnight Commander is a directory browser/file manager for Unix-like operating systems. OPTIONS -a, --stickchars Disable usage of graphic characters for lin
manpages/XStoreNamedColor.3.html
XStoreNamedColor(3) - set colors (Library - Linux man page)
The XStoreColors function changes the colormap entries of the pixel values specified in the pixel members of the XColor structures. You specify which color comp
manpages/post.3menu.html
post(3menu) - write or erase menus from associated subwindow
The function post_menu displays a menu to its associated subwindow. To trigger physical display of the subwindow, use refresh or some equivalent curses routine
manpages/read_config_print_usage.3.html
read_config_print_usage(3) - netsnmp_config_api functions...
The functions are a fairly extensible system of parsing various configuration files at the run time of an application. The configuration file flow is broken int
manpages/grephistory.1.html
grephistory(1) - Query the INN history database (Man Page)
grephistory queries the INN history database for information about the specified message-ID. If no flags are given, the program prints the storage API token of
manpages/swapoff.8.html
swapoff(8) - enable/disable devices and files for paging and
swapon is used to specify devices on which paging and swapping are to take place. The device or file used is given by the specialfile parameter. It may be of th
