sasl_auxprop_request



sasl_auxprop_request

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
CONFORMING TO
SEE ALSO

NAME

sasl_auxprop_request − Request Auxiliary Properties from SASL

SYNOPSIS

#include <sasl/sasl.h>

int sasl_auxprop_request(sasl_conn_t *conn,

const char ** propnames)

DESCRIPTION

sasl_auxprop_request will request that the SASL library obtain properties from any auxiliary property plugins that might be installed (such as the user’s home directory from an LDAP server for example). Such lookup occurs just after username canonicalization is complete. Therefore, the request should be made before the call to sasl_server_start(3), but after the call to sasl_server_new(3).

conn the sasl_conn_t for which the request is being made.

propnames a NULL-terminated array of property names to request. Note that this array must persist until a call to sasl_dispose on the sasl_conn_t.

RETURN VALUE

Returns SASL_OK on success. See sasl_errors(3) for meanings of other return codes.

CONFORMING TO

RFC 2222

SEE ALSO

sasl(3), sasl_errors(3), sasl_auxprop(3), sasl_auxprop_getctx(3), sasl_server_new(3), sasl_server_start(3)



More Linux Commands

manpages/llabs.3.html
llabs(3) - compute the absolute value of an integer.........
The abs() function computes the absolute value of the integer argument j. The labs(), llabs() and imaxabs() functions compute the absolute value of the argument

manpages/bc.1.html
bc(1) - An arbitrary precision calculator language (ManPage)
bc is a language that supports arbitrary precision numbers with interactive execution of statements. There are some similarities in the syntax to the C programm

manpages/gnutls_pubkey_get_verify_algorithm.3.html
gnutls_pubkey_get_verify_algorithm(3) - API function........
This function will read the certifcate and the signed data to determine the hash algorithm used to generate the signature. RETURNS On success, GNUTLS_E_SUCCESS

manpages/Module::Build::Platform::RiscOS.3pm.html
Module::Build::Platform::RiscOS(3pm) - Builder class for Ris
Module::Build::Platform::RiscOS.3pm - The sole purpose of this module is to inherit from Module::Build::Base. Please see the Module::Build for the docs. AUTHOR

manpages/User::grent.3pm.html
User::grent(3pm) - by-name interface to Perl's built-in getg
This modules default exports override the core getgrent(), getgruid(), and getgrnam() functions, replacing them with versions that return User::grent objects. T

manpages/gnutls_hash_fast.3.html
gnutls_hash_fast(3) - API function - Linux manual page......
gnutls_hash_fast.3 - This convenience function will hash the given data and return output on a single call. RETURNS Zero or a negative error code on error. SINC

manpages/gnutls_pem_base64_encode.3.html
gnutls_pem_base64_encode(3) - API function - Linux man page
This function will convert the given data to printable data, using the base64 encoding. This is the encoding used in PEM messages. The output string will be nul

manpages/cleanup.8.html
cleanup(8) - canonicalize and enqueue Postfix message.......
The cleanup(8) daemon processes inbound mail, inserts it into the incoming mail queue, and informs the queue manager of its arrival. The cleanup(8) daemon alway

manpages/glSeparableFilter2D.3gl.html
glSeparableFilter2D(3gl) - define a separable two-dimensiona
glSeparableFilter2D builds a two-dimensional separable convolution filter kernel from two arrays of pixels. The pixel arrays specified by (width, format, type,

manpages/oowriter.1.html
oowriter(1) - LibreOffice office suite - Linux manual page
Writer is a full-featured word processing and desktop publishing tool. It is powerful enough to create complete books with content diagrams, indexes, and more.

manpages/verify.8.html
verify(8) - Postfix address verification server (Man Page)
The verify(8) address verification server maintains a record of what recipient addresses are known to be deliverable or undeliverable. Addresses are verified by

manpages/text.n.html
text(n) - Create and manipulate text widgets (Man Page).....
The text command creates a new window (given by the pathName argument) and makes it into a text widget. Additional options, described above, may be specified on





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