ldap_dn2ufn() function converts a distinguished name (DN) into a "friendlier" form by stripping off the cryptic type names.
#include <ldap.h>
char * ldap_dn2ufn( const char *dn );
dn | Distinguished name (DN) that you want converted to a friendlier form. |
Last Updated: 10/01/98 17:06:23