HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
DescriptionData typeParameter ID
This control applies to none of the LDAP operations.
LDAPControl *SLAPI_OPERATION_NONE
This controlapplies to the LDAP search operation.
LDAPControl *SLAPI_OPERATION_SEARCH
This control applies to the LDAP unbind operation.
LDAPControl *SLAPI_OPERATION_UNBIND
The complete set of LDAPv3 controls that will be sent
with the LDAP result.
LDAPControl *SLAPI_RESCONTROLS
Add one LDAPv3 controls to the set that will be sent
with the LDAP result.
LDAPControl *SLAPI_ADD_RESCONTROL
66.3 Parameters for generating LDIF strings
The parameters listed below are used to generate a description of an entry as an LDIF string.
These are not pblock parameters but flags that are passed to the
slapi_entry2str_with_options() function.
DescriptionParameter ID
Use the base-64 encoding as little as possible, only when it is required
to produce an LDIF fragment that can be parsed. This option is useful
for some international data to avoid excessive base-64 encoding.
Using this option may produce LDIF that does not conform to the
standard.
SLAPI_DUMP_MINIMAL_ENCODING
A flag used to suppress the operational attributes. Refer to
“Parameters for generating LDIF strings”.
SLAPI_DUMP_NOOPATTRS
By default, lines will be wrapped as defined in the LDIF specification.
This flag disables line wrapping.
SLAPI_DUMP_NOWRAP
This flag is only used internally by replication. This flag allows access
to the internal data used by multi-master replication.
SLAPI_DUMP_STATEINFO
This flag is used when creating an LDIF file that will be used to
initialize a replica. Each entry will contain the nsUniqueID
operational attribute.
SLAPI_DUMP_UNIQUEID
424 Parameters for LDAP functions