Initial Release 6

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

#include <ldap.h>

char **LNPUBLIC ldap_explode_dn(
const char *dn,
int notypes);

Description :

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

Parameters :

See Also :

ldap_get_dn
----------------------------------------------------------------------------------------------------------