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