Query: sasl_auxprop_getctx
OS: opensolaris
Section: 3sasl
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
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)NAMEsasl_auxprop_getctx - acquire an auxiliary property contextSYNOPSIScc [ flag ... ] file ... -lsasl [ library ... ] #include <sasl/sasl.h> struct propctx *sasl_auxprop_getctx(sasl_conn_t *conn);DESCRIPTIONThe 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).PARAMETERSconn The sasl_conn_t for which the request is being madeRETURN VALUESsasl_auxprop_getctx() returns a pointer to the context, upon success. sasl_auxprop_getctx() returns NULL upon failure.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWlibsasl | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+SEE ALSOattributes(5) SunOS 5.11 22 Aug 2003 sasl_auxprop_getctx(3SASL)
Similar Topics in the Unix Linux Community |
---|
Trying to block signal |
Change directory for core file |
%memused is high |
Solaris 10 - password complexity not working |
Shopt -s histappend |