Syntax
typedef struct slapi_attr Slapi_Attr; Description
typedef struct slapi_attr Slapi_Attr;
Slapi_Attr is the data type for an opaque structure that represents an attribute in a directory entry. In certain cases, your server plug-in may need to work with an entry's attributes.
The following table summarizes the front-end API functions that you can call to work with attributes.
slapi_entry_first_attr(), slapi_entry_next_attr()
slapi_entry_attr_find()
slapi_attr_get_type()
slapi_attr_get_oid()
slapi_attr_get_values()
slapi_attr_value_find()
slapi_attr_value_cmp()
slapi_attr_get_flags()
slapi_attr_flag_is_set()
See Also
Slapi_Entry.