sasl_getrealm_t



sasl_getrealm_t

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO

NAME

sasl_getrealm_t − Realm Acquisition Callback

SYNOPSIS

#include <sasl/sasl.h>

int sasl_getrealm_t(void *context, int id,

const char **availrealms,

const char **result)

DESCRIPTION

sasl_getrealm_t is used when there is an interaction with SASL_CB_GETREALM as the type.

If a mechanism would use this callback, but it is not present, then the first realm listed is automatically selected. (Note that a mechanism may still force the existence of a getrealm callback by SASL_CB_GETREALM to its required_prompts list).

context context from the callback record

id callback ID (SASL_CB_GETREALM)

availrealms A string list of the available realms. NULL terminated, may be empty.

result The chosen realm. (a NUL terminated string)

RETURN VALUE

SASL callback functions should return SASL return codes. See sasl.h for a complete list. SASL_OK indicates success.

SEE ALSO

sasl(3), sasl_callbacks(3)



More Linux Commands

manpages/glMultMatrixd.3gl.html
glMultMatrixd(3gl) - multiply the current matrix with the sp
glMultMatrix multiplies the current matrix with the one specified using m, and replaces the current matrix with the product. The current matrix is determined by

manpages/menu_opts.3menu.html
menu_opts(3menu) - set and get menu item options (Man Page)
The function set_item_opts sets all the given items option bits (menu option bits may be logically-ORed together). The function item_opts_on turns on the given

manpages/snprint_description.3.html
snprint_description(3) - netsnmp_mib_api functions (ManPage)
The functions dealing with MIB modules fall into four groups - those dealing with initialisation and shutdown, with reading in and parsing MIB files, with searc

manpages/git-credential.1.html
git-credential(1) Retrieve and store user credentials.......
Git has an internal interface for storing and retrieving credentials from system-specific helpers, as well as prompting the user for usernames and passwords. Th

manpages/glutEnterGameMode.3.html
glutEnterGameMode(3) - enters and leaves GLUT's game mode.
glutEnterGameMode is designed to enable high-performance fullscreen GLUT rendering, possibly at a different screen display format. Calling glutEnterGameMode cre

manpages/rsyncd.conf.5.html
rsyncd.conf(5) - configuration file for rsync in daemon mode
The rsyncd.conf file is the runtime configuration file for rsync when run as an rsync daemon. The rsyncd.conf file controls authentication, access, logging and

manpages/glFlush.3gl.html
glFlush(3gl) - force execution of GL commands in finite time
Different GL implementations buffer commands in several different locations, including network buffers and the graphics accelerator itself. glFlush empties all

manpages/ioprio_set.2.html
ioprio_set(2) - get/set I/O scheduling class and priority...
The ioprio_get() and ioprio_set() system calls respectively get and set the I/O scheduling class and priority of one or more threads. The which and who argument

manpages/linkat.2.html
linkat(2) - create a file link relative to directory file de
link() creates a new link (also known as a hard link) to an existing file. If newpath exists, it will not be overwritten. This new name may be used exactly as t

manpages/XAutoRepeatOn.3.html
XAutoRepeatOn(3) - manipulate keyboard settings and keyboard
The XChangeKeyboardControl function controls the keyboard characteristics defined by the XKeyboardControl structure. The value_mask argument specifies which val

manpages/sin.3.html
sin(3) - sine function (Library - Linux man page)...........
The sin() function returns the sine of x, where x is given in radians. RETURN VALUE On success, these functions return the sine of x. If x is a NaN, a NaN is re

manpages/pcre_config.3.html
pcre_config(3) - Perl-compatible regular expressions........
This function makes it possible for a client program to find out which optional features are available in the version of the PCRE library it is using. The argum





We can't live, work or learn in freedom unless the software we use is free.