3.2 Attribute

An attribute consists of the name of the attribute and a value. In LDAP LDIF (LDAP Data Interchange Format), an attribute is followed immediately by a colon, then the value. For example, the following defines an attribute:

cn: Jane Smith  
    

In this case, cn is the name of the attribute, and Jane Smith is the value of the attribute.

Attributes, along with other restrictions, are defined by a schema.