Slapi_Register_Supported_Saslmechanism(); Functions For Thread-Safe Ldap Connections; Slapi_Ldap_Init() - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
Table of Contents

Advertisement

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 );
Parameters
This function takes the following parameter:
mechanism
See Also
"Functions for Managing DNs," on page 461.

Functions for Thread-Safe LDAP Connections

This section contains reference information on functions for thread-safe LDAP
connections.
Table 15-16 Thread-Safe LDAP Connection Routines
Function

slapi_ldap_init()

slapi_ldap_unbind()
slapi_ldap_init()
Initializes an LDAP session with another LDAP server.
Syntax
#include "slapi-plugin.h"
LDAP *slapi_ldap_init( char *ldaphost, int ldapport,
int secure, int shared );
Name of the SASL mechanism.
Description
Initializes an LDAP session with another LDAP server.
Unbinds from another LDAP server and frees the resources contained in
the LDAP structure.
Functions for Thread-Safe LDAP Connections
Chapter 15
Function Reference
379

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NETSCAPE DIRECTORY SERVER 7.0 - PLUG-IN and is the answer not in the manual?

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents