Gets an array of the names of the supported Simple Authentication and Security Layer (SASL) mechanisms. You can register new SASL mechanisms by calling the slapi_register_supported_saslmechanism() function.
Syntax #include "slapi-plugin.h"
char ** slapi_get_supported_saslmechanisms( void );
Returns
Pointer to an array of the names of SASL mechanisms supported by the server.
Example
[To be added]
See Also
|