Simple Authentication Security Layer Library Functions
saslclientaddplugin(3SASL)
NAME
saslclientaddplugin - add a SASL client plug-in
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
#include
int saslclientaddplugin(const char *plugname,
saslclientpluginitt *cplugfunc);
DESCRIPTION
Use the saslclientaddplugin() interface to add a client
plug-in to the current list of client plug-ins in the SASL
library.
PARAMETERS
plugname The name of the client plug-in.
cplugfunc The value of cplugfunc is filled in by the
saslclientpluginitt structure.
RETURN VALUES
saslclientaddplugin() returns an integer that corresponds
to a SASL error code.
ERORS
SASLOK The call to saslclientaddplugin() was
successful.
SASLBADVERS Version mismatch with plug-in.
SASLNOMEM Memory shortage failure.
See saslerrors(3SASL) for information on other SASL error
codes.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 12 Sep 2003 1
Simple Authentication Security Layer Library Functions
saslclientaddplugin(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: 12 Sep 2003 2
Simple Authentication Security Layer Library Functions
saslclientaddplugin(3SASL)
SunOS 5.11 Last change: 12 Sep 2003 3
|