Table of Contents | Previous | Next | Index

Netscape Directory SDK 3.0 for C Programmer’s Guide
     Chapter 18 Functions

ldap_dn2ufn()

The ldap_dn2ufn() function converts a distinguished name (DN) into a "friendlier" form by stripping off the cryptic type names.

Syntax

#include <ldap.h>
char * ldap_dn2ufn( const char *dn );

Parameters

This function has the following parameters:

dn

Distinguished name (DN) that you want converted to a friendlier form.

Returns

One of the following values:


Table of Contents | Previous | Next | Index

Last Updated: 10/01/98 17:06:23