Gets the value of the specified attribute.
Syntax
#include "slapi-plugin.h"
int slapi_attr_get_values( Slapi_Attr *attr, struct berval
***vals );
Parameters
The function has the following parameters:
Returns
0 if successful.
Description
Call slapi_attr_get_values() to get the values of a specified attribute. Because an attribute can have multiple values, this function gets the value as an array of berval structures.
Example
[To be added]
See Also