Syntax
typedef struct slapi_entry Slapi_Entry; Description
typedef struct slapi_entry Slapi_Entry;
Slapi_Entry is the data type for an opaque structure that represents an entry in the directory. In certain cases, your server plug-in may need to work with an entry in the directory.
The following table summarizes the front-end API functions that you can call to work with attributes.
slapi_entry_alloc()
slapi_entry_dup()
slapi_entry_free()
slapi_str2entry()
slapi_entry2str()
slapi_entry_get_dn()
slapi_entry_set_dn()
slapi_entry_schema_check()
slapi_entry_first_attr(), slapi_entry_next_attr()
slapi_entry_attr_find()
slapi_entry_add_values()
slapi_entry_attr_merge()
slapi_entry_delete_values()
slapi_entry_rdn_values_present ()
See Also
Slapi_Attr.