login/register

Snip!t from collection of Alan Dix

see all channels for Alan Dix

Snip
summary

Defining Information Using LDAP
A directory database consists of data entries that conta ...

Appendix A An Introduction to LDAP
http://docs.sun.com/source/817-6707/a_ldap.html

Categories

/Channels/techie/LDAP

[ go to category ]

For Snip

loading snip actions ...

For Page

loading url actions ...

Defining Information Using LDAP

A directory database consists of data entries that contain descriptive information. These entries might describe people or network resources (such as printers or fax machines). The LDAP defines the types of data and units of information that can be stored in a directory. The directory is organized based on entries and attributes. An entry, the base unit of the LDAP, is a collection of attributes which contain information that describes it. Each attribute is comprised of a type and one or more values that describe a particular trait of the object’s entry. The type describes what the information is; the value is the information itself. For example, attributes describing a person’s entry might include one for the person’s name (usually, common name, or cn), a telephone number, and an email address.

HTML

<h2 class="pHeading1"> Defining Information Using LDAP </h2> <a name="wp18090"> </a><p class="pParagraph"> A directory database consists of data entries that contain descriptive information. These entries might describe people or network resources (such as printers or fax machines). The LDAP defines the types of data and units of information that can be stored in a directory. The directory is organized based on entries and attributes. An <em class="cEmphasis">entry</em>, the base unit of the LDAP, is a collection of attributes which contain information that describes it. Each <em class="cEmphasis">attribute</em> is comprised of a type and one or more values that describe a particular trait of the object&#x2019;s entry. The <em class="cEmphasis">type</em> describes what the information is; the <em class="cEmphasis">value</em> is the information itself. For example, attributes describing a person&#x2019;s entry might include one for the person&#x2019;s name (usually, common name, or <span class="cCode">cn</span>), a telephone number, and an email address.</p>