Simple Authentication Security Layer Library Functions
saslcanonuseraddplugin(3SASL)
NAME
saslcanonuseraddplugin - add a SASL user canonicalization
plug-in
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
#include
int saslcanonuseraddplugin(const char *plugname,
saslcanonuserpluginitt *cplugfunc);
DESCRIPTION
Use the saslcanonuseraddplugin() interface to add a user
canonicalization plug-in to the current list of user canoni-
calization plug-ins in the SASL library.
PARAMETERS
plugname The name of the user canonicalization plug-in.
cplugfunc The value of cplugfunc is filled in by the
saslcanonuserpluginitt 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: 16 Sep 2003 1
Simple Authentication Security Layer Library Functions
saslcanonuseraddplugin(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
saslcanonuseraddplugin(3SASL)
SunOS 5.11 Last change: 16 Sep 2003 3
|