Name | Synopsis | Description | Parameters | Return Values | Errors | Attributes | See Also
cc [ flag ... ] file ... -lsasl [ library ... ]
#include <sasl/saslplug.h>
int sasl_canonuser_add_plugin(const char *plugname,
sasl_canonuser_plug_init_t *cplugfunc);
Use the sasl_canonuser_add_plugin() interface to add a user canonicalization plug-in to the current list of user canonicalization plug-ins in the SASL library.
The name of the user canonicalization plug-in.
The value of cplugfunc is filled in by the sasl_canonuser_plug_init_t structure.
sasl_server_add_plugin() returns an integer that corresponds to a SASL error code.
The call to sasl_client_add_plugin() was successful.
Version mismatch with plug-in.
Memory shortage failure.
See sasl_errors(3SASL) for information on other SASL error codes.
See attributes(5) for descriptions of the following attributes:
|
ATTRIBUTE TYPE |
ATTRIBUTE VALUE |
|---|---|
|
Availability |
SUNWlibsasl |
|
Interface Stability |
Evolving |
|
MT-Level |
MT–Safe |
Name | Synopsis | Description | Parameters | Return Values | Errors | Attributes | See Also