Information About Backend State Change; Parameters For Ldap Functions - Red Hat DIRECTORY SERVER 7.1 - PLUG-IN PROGRAMMERS Manual

Table of Contents

Advertisement

Parameters for LDAP Functions

Parameter ID
SLAPI_OPERATION_TYPE
SLAPI_OPINITIATED_TIME
SLAPI_REQUESTOR_DN
SLAPI_IS_LEGACY_REPLICATED_OPE
RATION
SLAPI_IS_MMR_REPLICATED_OPERAT
ION
SLAPI_IS_REPLICATED_OPERATION

Information about Backend State Change

The following parameters can be used in the
slapi_register_backend_state_change()
slapi_unregister_backend_state_change()
unregister callbacks when a backend state changes.
Parameter ID
MTN_BE_ON
MTN_BE_OFFLINE
MTN_BE_DELETE
Parameters for LDAP Functions
The parameters listed in this section can be used with functions that you can call
to perform LDAP operations from a plug-in. These internal operations do not
return any data to a client.
600
Red Hat Directory Server Plug-in Programmer's Guide • May 2005
Data Type
int
time_t
char *
int
int
int
Data Type
int
int
int
Parameters for LDAP Operations
Description
The operation type; the type is one of
the SLAPI_OPERATION_xxx values.
The time in seconds since 00:00:00 UTC,
January 1, 1970, when the Directory
Server started processing the operation.
The bind DN at the time processing of
the operation began.
Flag that indicates this is a legacy
replicated operation.
Flag that indicates this is an MMR
replicated operation.
Flag that indicates this is a replicated
operation.
and
functions to register and
Description
The backend is on.
The backend is offline (import
process).
The backend has been deleted.

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Directory server 7.1

Table of Contents