![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 311](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642311.webp)
Functions for Managing Entries
Chapter
15
Function Reference
311
Syntax
#include “slapi-plugin.h”
char *slapi_entry2str_with_options( Slapi_Entry *e,
int *len, int options );
Parameters
This function takes the following parameters:
The Options Parameter
You can
OR
together any of the following options when you call this function:
Returns
This function returns one of the following values:
•
The LDIF string representation of the entry you specify.
•
NULL
if an error occurs.
e
Entry that you want to convert into an LDIF string.
len
Length of the LDIF string returned by this function.
options
An option set that specifies how you want the string converted.
Flag Value
Description
SLAPI_DUMP_STATEINFO
This is only used internally by replication. This
allows access to the internal data used by
multi-master replication.
SLAPI_DUMP_UNIQUEID
This option is used when creating an LDIF file to
be used to initialize a replica. Each entry will
contain the
nsuniqueID
operational attribute.
SLAPI_DUMP_NOOPATTRS
By default, certain operational attributes (such as
creatorName
,
modifiersName
,
createTimestamp
,
modifyTimestamp
) may be
included in the output. With this option, no
operational attributes will be included.
SLAPI_DUMP_NOWRAP
By default, lines will be wrapped as defined in the
LDIF specification. With this option, line
wrapping is disabled.
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...