37.12. slapi_rdn_get_rdn()

Gets the RDN from a Slapi_RDN structure.
Syntax

#include "slapi-plugin.h"
const char *slapi_rdn_get_rdn(const Slapi_RDN *rdn);

Parameters

This function takes the following parameter:

rdn
The Slapi_RDN structure holding the RDN value.
Returns

This function returns the RDN value.