Initial Release 6

Function : LDAP
ldap_explode_rdn - Break up a relative distinguished name into its component parts.
----------------------------------------------------------------------------------------------------------

#include <ldap.h>

char **LNPUBLIC ldap_explode_rdn(
const char *rdn,
int notypes);

Description :

This function is used to break up a relative distinguished name into its component parts.
Parameters :

See Also :

ldap_explode_dn
----------------------------------------------------------------------------------------------------------