Functions for Managing Entries
Table 15-11 Entry Routines
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()
slapi_entry_attr_set_charptr()
slapi_entry_attr_set_int()
slapi_entry_attr_set_long()
slapi_entry_attr_set_uint()
slapi_entry_attr_set_ulong()
slapi_entry_delete_string()
slapi_entry_delete_values_sv()
slapi_entry_dup()
slapi_entry_first_attr()
308
Netscape Directory Server Plug-In Programmer's Guide • August 2002
Description
Generates an LDIF string description.
Generates an LDIF string descriptions with options.
Add components in an entry's RDN.
Adds a string value to an attribute in an entry.
Adds a data value to an attribute in an entry.
Adds an array of data values to an attribute in an entry.
Adds a data value to an attribute in an entry.
Allocates memory for a new entry.
Deletes an attribute from an entry.
Checks if an entry contains a specific attribute.
Gets the first value as a string.
Gets the values of a multi-valued attribute of an entry.
Gets the first value as an integer.
Gets the first value as a long.
Gets the first value as an unsigned integer.
Gets the first value as an unsigned long.
Checks if an attribute in an entry contains a value.
Adds an array to the attribute values in an entry.
Replaces the values of an attribute.
Replaces the values of an attribute with a string.
Replaces the value of an attribute with an integer.
Replaces the value of an attribute with a long.
Replaces the value of an attribute with an unsigned integer.
Replaces the value of an attribute with an unsigned long.
Deletes a string from an attribute.
Removes a Slapi_Value array from an attribute.
Copies an entry, its DN, and its attributes.
Finds the first attribute in an entry.
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 6.1 - PLUG-IN and is the answer not in the manual?
Questions and answers