Simple Authentication Security Layer Library Functions
saslserverpluginitt(3SASL)
NAME
saslserverpluginitt - server plug-in entry point
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
#include
int saslserverpluginitt(const saslutilst *utils, int maxversion,
int *outversion, saslclientplugt **pluglist, int *plugcount);
DESCRIPTION
The saslserverpluginitt() callback function is the
server plug-in entry point.
PARAMETERS
utils The utility callback functions.
maxversion The highest server plug-in version supported.
outversion The server plug-in version of the result.
pluglist The list of server mechanism plug-ins.
plugcount The number of server mechanism plug-ins.
RETURN VALUES
Like other SASL callback functions,
saslserverpluginitt() 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 saslserverpluginitt() 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
saslserverpluginitt(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
saslserverpluginitt(3SASL)
SunOS 5.11 Last change: 27 Oct 2003 3
|