NWDPDistinguishedNameString

Allows distinguished names to be passed


Structure

typedef struct  
{
NWDPText name;
pNWDPNameOrOid syntaxOptionPtr;
} NWDPDistinguishedNameString, N_FAR *pNWDPDistinguishedNameString;


Header File

nwdp_att.h


Fields

name

Specifies a name formatted in any of the possible forms of NWDPText.


syntaxOptionPtr

Points to NWDPNameOrOid containing an optional syntax identifier (or NULL for NDS default). For example, ID_VAL_DN_SYNTAX_X_500 meaning X.500 name syntax.


Remarks

NWDPDistinguishedNameString corresponds to ISO 10175-1: section 9.1.5.7. However, with the advent of support for multiple trees, NWDPDistinguishedNameString is not sufficient; use NWDPQualifiedName instead.