slapi_entry_get_dn()
slapi_entry_get_dn() receives the DN of
the specified entry.
- Syntax
#include "slapi-plugin.h" char *slapi_entry_get_dn( Slapi_Entry *e );- Parameters
-
- e
- Indicates an entry that contains the DN you want.
- Returns
- The DN of the entry is returned. A pointer to the actual DN in the entry is returned, not a copy of the DN.