Gets the first value of an attribute in an entry as a string.
Syntax
#include "slapi-plugin.h"
char *slapi_entry_attr_get_charptr(const Slapi_Entry* e, char
*type);
Parameters
The function has the following parameters:
Returns
A copy of the first value in the attribute, or NULL if the entry does not contain the attribute. When you are done working with this value, you should free it from memory by calling the slapi_ch_free() function.
Example
[To be added]
See Also