sunos man page for sasl_auxprop_getctx

Query: sasl_auxprop_getctx

OS: sunos

Section: 3sasl

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

sasl_auxprop_getctx(3SASL)		      Simple Authentication Security Layer Library Functions			sasl_auxprop_getctx(3SASL)

NAME
sasl_auxprop_getctx - acquire an auxiliary property context
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ] #include <sasl/sasl.h> struct propctx *sasl_auxprop_getctx(sasl_conn_t *conn);
DESCRIPTION
The sasl_auxprop_getctx() interface returns an auxiliary property context for the given sasl_conn_t on which the sasl auxiliary property functions can operate. See sasl_auxprop(3SASL).
PARAMETERS
conn The sasl_conn_t for which the request is being made
RETURN VALUES
sasl_auxprop_getctx() returns a pointer to the context, upon success. sasl_auxprop_getctx() returns NULL upon failure.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWlibsasl | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+
SEE ALSO
attributes(5) SunOS 5.10 22 Aug 2003 sasl_auxprop_getctx(3SASL)
Related Man Pages
sasl_auxprop_getctx(3sasl) - sunos
sasl_auxprop_request(3sasl) - sunos
sasl_server_userdb_setpass_t(3sasl) - sunos
sasl_auxprop_request(3sasl) - opensolaris
sasl_server_userdb_setpass_t(3sasl) - opensolaris
Similar Topics in the Unix Linux Community
The 500 Mile Email
Merge and Sort tabular data from different text files
Once upon an uptime.
Using awk to remove lines from file that match text
UNIX Environment Setup - (Just starting!)