Simple Authentication Security Layer Library Functions
saslauxpropaddplugin(3SASL)
NAME
saslauxpropaddplugin - add a SASL auxiliary property
plug-in
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
#include
int saslauxpropaddplugin(const char *plugname,
saslauxproppluginitt *cplugfunc);
DESCRIPTION
Use the saslauxpropaddplugin() interface to add a auxili-
ary property plug-in to the current list of auxiliary pro-
perty plug-ins in the SASL library.
PARAMETERS
plugname The name of the auxiliary property plug-in.
cplugfunc The value of cplugfunc is filled in by the
saslauxproppluginitt structure.
RETURN VALUES
saslauxpropaddplugin() 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: 16 Sep 2003 1
Simple Authentication Security Layer Library Functions
saslauxpropaddplugin(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: 16 Sep 2003 2
Simple Authentication Security Layer Library Functions
saslauxpropaddplugin(3SASL)
SunOS 5.11 Last change: 16 Sep 2003 3
|