Functions Specific To Bind Methods - Netscape DIRECTORY SERVER 6.01 - PLUG-IN Manual

Table of Contents

Advertisement

Functions Specific to Bind Methods

slapi_ch_array_free()
Functions Specific to Bind Methods
This section contains reference information on bind routines, including SASL.
Table 14-15 Bind Routines
Function
slapi_get_supported_saslmechanisms_copy()
slapi_register_supported_saslmechanism()
slapi_get_supported_saslmechanisms_copy()
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_vattr_values_free()
Syntax
#include "slapi-plugin.h"
char ** slapi_get_supported_saslmechanisms_copy( void );
Returns
This function returns a pointer to an array of the names of SASL mechanisms
supported by the server.
slapi_register_supported_saslmechanism()
Registers the specified Simple Authentication and Security Layer (SASL)
mechanism with the server.
Syntax
#include "slapi-plugin.h"
void slapi_register_supported_saslmechanism( char *mechanism );
324
Netscape Directory Server Plug-In Programmer's Guide • January 2002
Description
Gets an array of the names of the supported Simple
Authentication and Security Layer (SASL) methods.
Registers the specified Simple Authentication and Security
Layer (SASL) method with the server.
function.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.01

Table of Contents