Initial Release 6

Function : LDAP
ldap_dn2ufn - Convert the distinguished name into a more "user friendly" format.
----------------------------------------------------------------------------------------------------------

#include <ldap.h>

char *LNPUBLIC ldap_dn2ufn(
const char *dn);

Description :

This function is used to convert the distinguished name into a more "user friendly" format.
Parameters :

See Also :

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