Syntax
#include "slapi-plugin.h" char *slapi_entry_get_dn( Slapi_Entry *e ); Parameters
#include "slapi-plugin.h" char *slapi_entry_get_dn( Slapi_Entry *e );
The function has the following parameters:
e
Returns
The DN of the entry. Note that this returns a pointer to the actual DN in the entry, not a copy of the DN. You should not free the DN unless you plan to replace it by calling slapi_entry_set_dn().