![Netscape NETSCAPE DIRECTORY SERVER 6.1 - ADMINISTRATOR Administrator'S Manual Download Page 503](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-1-administrator/netscape-directory-server-6-1-administrator_administrators-manual_1674675503.webp)
Specifying Directory Entries Using LDIF
Appendix
A
LDAP Data Interchange Format
503
Specifying Directory Entries Using LDIF
You can store many types of entries in your directory. This section concentrates on
three of the most common types of entries used in a directory: organization,
organizational unit, and organizational person entries.
The object classes defined for an entry are what indicate whether the entry
represents an organization, an organizational unit, an organizational person, or
some other type of entry. For a general discussion of the types of entries you canc
reate in your directory, see the Netscape Directory Server Deployment Guide. For a
complete list of the object classes you can use by default in your directory and a list
of the most commonly used attributes, see the Netscape Directory Server Schema
Reference.
Specifying Organization Entries
Directories often have at least one organization entry. Typically this is the first, or
topmost entry in your directory. The organization entry often corresponds to the
suffix set for your directory. For example, if your directory is defined to use a suffix
of
dc=example,dc=com
, then you will probably have an organization entry in your
directory named
dc=example,dc=com
.
The LDIF that you specify to define an organization entry should appear as
follows:
dn:
distinguished_name
objectClass: top
objectClass: organization
o:
organization_name
list_of_optional_attributes
...
The following is a sample organization entry in LDIF format:
dn: dc=example,dc=com
objectclass: top
objectclass: organization
o: example.com Corporation
description: Fictional company for example purposes
telephonenumber: 555-5555
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.1 - ADMINISTRATOR
Page 1: ...Administrator s Guide Netscape Directory Server Version6 1 August 2002...
Page 20: ...20 Netscape Directory Server Administrator s Guide August 2002...
Page 24: ...24 Netscape Directory Server Administrator s Guide August 2002...
Page 142: ...Using Referrals 142 Netscape Directory Server Administrator s Guide August 2002...
Page 440: ...Miscellaneous Tuning Tips 440 Netscape Directory Server Administrator s Guide August 2002...
Page 442: ...442 Netscape Directory Server Administrator s Guide August 2002...
Page 478: ...PTA Plug In Syntax Examples 478 Netscape Directory Server Administrator s Guide August 2002...
Page 498: ...498 Netscape Directory Server Administrator s Guide August 2002...
Page 538: ...Examples of LDAP URLs 538 Netscape Directory Server Administrator s Guide August 2002...