FTAM/9000 Programmer's Guide
Chapter 3 77
HP FTAM/9000 Data Structures
Directory Services Data Structures
Dir_rdn
typedef struct Dir_rdn /* Relative distinguished names */
{
Sint8 n; /*Number of avas */
struct Dir_ava *avas;
} Dir_rdn;
Dir_rdn identifies the relative distinguished name (Figure 3-4).
• Each rdn is part of the directory distinguished name. Refer to the
following example.
• The first field (n) is the number of attribute value assertions (avas).
• Each avas points to a Dir_ava structure containing attr_id,
attr_value, and syntax_id.
EXAMPLE
This example depicts five rdns: three rdns contain one avas each, and
one rdn (OU) contains two avas.
/C=us/O=hp/L=ca/OU=falc/OU=hawk/AP=nodal/AE=ftam_resp