Sun Java System Directory Server Enterprise Edition 6.3 Developer's Guide

slapi_entry_get_ndn()

Returns the normalized DN from the entry that you specify.

Syntax

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

Parameters

This function takes the following parameter:

e

Entry from which you want to obtain the normalized DN.

Returns

This function returns the normalized DN from the entry that you specify. If the entry you specify does not contain a normalized DN, one is created through the processing of this function.

Memory Concerns

Never free this value.