
Appendix A. LDAP Data Interchange Format
472
LDIF Element
Description
list_of_attributes
Specifies the list of optional attributes to maintain
for the entry.
Table A.3. LDIF Elements in Organizational Unit Entries
A.4.3. Specifying Organizational Person Entries
The majority of the entries in the directory represent organizational people.
In LDIF, the definition of an organizational person is as follows:
dn:
distinguished_name
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
cn:
common_name
sn:
surname
list_of_optional_attributes
The following is an example organizational person entry in LDIF format:
dn: uid=bjensen,ou=people,dc=example,dc=com
objectclass: top
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
cn: Babs Jensen
sn: Jensen
givenname: Babs
uid: bjensen
ou: people
description: Fictional example person
telephonenumber: 555-5557
userpassword: {SSHA}dkfljlk34r2kljdsfk9
Table A.4, “LDIF Elements in Person Entries”
defines each aspect of the LDIF person entry.
LDIF Element
Description
dn:
distinguished_name
Required.
Specifies the distinguished
name for the entry. For example,
dn:
uid=bjensen,ou=people,dc=example,dc=com
.
If there is a comma in the DN, the comma must
be escaped with a backslash (\).
objectClass: top
Required.
Specifies the
top
object class.
objectClass: person
Specifies the
person
object class. This object
class specification should be included because
many LDAP clients require it during search
operations for a person or an organizational
person.
objectClass: organizationalPerson
Specifies the
organizationalPerson
object
class. This object class specification should be
included because some LDAP clients require it
Summary of Contents for DIRECTORY SERVER 8.0
Page 18: ...xviii ...
Page 29: ...Configuring the Directory Manager 11 6 Enter the new password and confirm it 7 Click Save ...
Page 30: ...12 ...
Page 112: ...94 ...
Page 128: ...110 ...
Page 190: ...Chapter 6 Managing Access Control 172 4 Click New to open the Access Control Editor ...
Page 224: ...206 ...
Page 324: ...306 ...
Page 334: ...316 ...
Page 358: ...340 ...
Page 410: ...392 ...
Page 420: ...402 ...
Page 444: ...426 ...
Page 454: ...436 ...
Page 464: ...446 ...
Page 484: ...466 ...
Page 512: ...494 ...
Page 522: ...504 ...