![Netscape NETSCAPE DIRECTORY SERVER 6.02 Скачать руководство пользователя страница 497](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-02/netscape-directory-server-6-02_administrators-manual_1674673497.webp)
Defining Directories Using LDIF
Appendix
A
LDAP Data Interchange Format
497
Defining Directories Using LDIF
You can define the contents of an entire directory using LDIF. Using LDIF is an
efficient method of directory creation when you have many entries to add to the
directory.
Table A-4
LDIF Elements in Person Entries
LDIF Element
Description
dn: distinguished_name
Specifies the distinguished name for the entry. A DN is
required. If there is a comma in the DN, the comma must be
escaped with a backslash (\). For example,
dn:uid=bjensen,ou=people,o=example.com
Bolivia\,S.A.
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 during search operations for an
organizational person.
objectClass: inetOrgPerson
Specifies the
inetOrgPerson
object class. The
inetOrgPerson
object class is recommended for the
creation of an organizational person entry because this
object class includes the widest range of attributes. The
uid
attribute is required by this object class, and entries that
contain this object class are named based on the value of the
uid
attribute. See the Netscape Directory Server Schema
Reference for a list of the attributes you can use with this
object class.
cn: common_name
Specifies the person’s common name which is the full name
commonly used by the person. For example,
cn: Bill
Anderson
. At least one common name is required.
sn: surname
Specifies the person’s surname, or last name. For example,
sn: Anderson
. A surname is required.
list_of_attributes
Specifies the list of optional attributes that you maintain for
the entry. See the Netscape Directory Server Schema Reference
for a list of the attributes you can use with this object class.
Содержание NETSCAPE DIRECTORY SERVER 6.02
Страница 1: ...Administrator s Guide Netscape Directory Server Version6 02 May 2002 ...
Страница 16: ...16 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 20: ...20 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 40: ...Starting the Server in Referral Mode 40 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 74: ...Maintaining Referential Integrity 74 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 138: ...Using Referrals 138 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 258: ...Compatibility with Earlier Releases 258 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 274: ...Setting Resource Limits Based on the Bind DN 274 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 330: ...Solving Common Replication Conflicts 330 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 374: ...Attribute Name Quick Reference Table 374 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 390: ...Configuring LDAP Clients to Use SSL 390 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 412: ...Monitoring Database Link Activity 412 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 432: ...Miscellaneous Tuning Tips 432 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 434: ...434 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 468: ...PTA Plug In Syntax Examples 468 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 488: ...488 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 502: ...Storing Information in Multiple Languages 502 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 522: ...Searching an Internationalized Directory 522 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 528: ...Examples of LDAP URLs 528 Netscape Directory Server Administrator s Guide May 2002 ...