ldap_dn2ufn

Description

The ldap_dn2ufn() function converts the supplied DN into a more user-friendly form by stripping off the type names. The resulting character string is returned in result.

Not supported in Endpoint Privilege Management for Linux (EPM-L).

Syntax

result = ldap_dn2ufn (dn);

Arguments

dn Required. A string that contains a DN (Distinguished Name).

Return Values

string A character string that contains a DN name with type names removed.
Empty string Error.
result = ldap_dn2ufn (dn);

In this example, result contains the specified DN name without type names.

For more information, see ldap_explodedn.