Syntax
#include "slapi-plugin.h" int slapi_entry_add_rdn_values( Slapi_Entry *e );
Parameters
The function has the following parameters:
Returns
One of the following values:
LDAP_SUCCESS, if the values were successfully added to the entry. The function also returns LDAP_SUCCESS if the entry is NULL, if the entry's DN is NULL, or if the entry's RDN is NULL.
LDAP_INVALID_DN_SYNTAX, if the entry's DN cannot be parsed.
[To be added]
See Also