Red Hat DIRECTORY SERVER 7.1 - PLUG-IN PROGRAMMERS Manual page 206

Table of Contents

Advertisement

Summary of Data Types and Structures
To ...
Generate an LDIF string
description.
Generate an LDIF string
descriptions with options.
Add components in an entry s
RDN.
Add a string value to an attribute
in an entry.
Add a data value to an attribute
in an entry.
Add an array of data values to an
attribute in an entry.
Add a data value to an attribute
in an entry.
Allocate memory for an entry
structure.
Delete an attribute from an entry.
Check if an entry contains a
specific attribute.
Get the first value as a string.
Get the values of a multi-valued
attribute of an entry.
Get the first value as an integer.
Get the first value as a long.
Get the first value as an unsigned
integer.
Get the first value as an unsigned
long.
Check if an attribute in an entry
contains a value.
Add an array to the attribute
values in an entry.
Replace the values of an attribute
with a string.
204
Red Hat Directory Server Plug-in Programmer's Guide • May 2005
... Call this function
slapi_entry2str()
slapi_entry2str_with_options()
slapi_entry_add_rdn_values()
slapi_entry_add_string()
slapi_entry_add_value()
slapi_entry_add_values_sv()
slapi_entry_add_valueset()
slapi_entry_alloc()
slapi_entry_attr_delete()
slapi_entry_attr_find()
slapi_entry_attr_get_charptr()
slapi_entry_attr_get_charray()
slapi_entry_attr_get_int()
slapi_entry_attr_get_long()
slapi_entry_attr_get_uint()
slapi_entry_attr_get_ulong()
slapi_entry_attr_has_syntax_value()
slapi_entry_attr_merge_sv()
slapi_entry_attr_replace_sv()

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 7.1

Table of Contents