HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
56 Parameters that convert strings to entries
The parameters listed below are pblock parameters; they are flags that can be passed to the
slapi_str2entry() function.
DescriptionParameter ID
In the conversion from strings to entries, adds the RDN value as an
attribute if it is not present.
SLAPI_STR2ENTRY_ADDRDNVALS
Provides a hint that the entry is large; this enables some optimizations
related to large entries.
SLAPI_STR2ENTRY_BIGENTRY
Adds any missing ancestor values based on the object class hierarchy.
SLAPI_STR2ENTRY_EXPAND_OBJECT
CLASSES
Ignores entry state information if present.
SLAPI_STR2ENTRY_IGNORE_STATE
Returns entries that have a version: 1 line as part of the LDIF
representation.
SLAPI_STR2ENTRY_INCLUDE_VERSION_STR
Informs slapi_str2entry() that the LDIF input is not well formed.
Well formed LDIF input has no duplicate attribute values, already
has the RDN as an attribute of the entry, and has all values for a given
attribute type listed contiguously.
SLAPI_STR2ENTRY_NOT_WELL_FORMED_LDIF
Removes duplicate values.
SLAPI_STR2ENTRY_REMOVEDUPVALS
Checks to see if the entry is a tombstone; if so, sets the tombstone flag.
SLAPI_STR2ENTRY_TOMBSTONE_CHECK
403