24.37. slapi_entry_get_uniqueid()

Gets the unique ID value of the entry.
Syntax

#include "slapi-plugin.h"
const char *slapi_entry_get_uniqueid( const Slapi_Entry *e );

Parameters

This function takes the following parameter:

e
Entry from which you want obtain the unique ID.
Returns

This function returns the unique ID value of the entry specified.

Memory Concerns

Never free this value. If you need a copy, use slapi_ch_strdup().