Simple Authentication Security Layer Library Functions
saslclientpluginitt(3SASL)
NAME
saslclientpluginitt - client plug-in entry point
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
#include
int saslclientpluginitt(const saslutilst *utils, int maxversion,
int *outversion, saslclientplugt **pluglist, int *plugcount);
DESCRIPTION
The saslclientpluginitt() callback function is the
client plug-in entry point.
PARAMETERS
utils The utility callback functions.
maxversion The highest client plug-in version supported.
outversion The client plug-in version of the result..
pluglist The list of client mechanism plug-ins.
plugcount The number of client mechanism plug-ins.
RETURN VALUES
Like other SASL callback functions,
saslclientpluginitt() returns an integer that
corresponds to a SASL error code. See for a com-
plete list of SASL error codes.
ERORS
SASLOK The call to saslclientpluginitt() was suc-
cessful.
See saslerrors(3SASL) for information on SASL error codes.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 27 Oct 2003 1
Simple Authentication Security Layer Library Functions
saslclientpluginitt(3SASL)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWlibsasl
Interface Stability Evolving
MT-Level MT-Safe
SEE ALSO
saslerrors(3SASL), attributes(5)
SunOS 5.11 Last change: 27 Oct 2003 2
Simple Authentication Security Layer Library Functions
saslclientpluginitt(3SASL)
SunOS 5.11 Last change: 27 Oct 2003 3
|