![Netscape NETSCAPE DIRECTORY SERVER 6.02 Administrator'S Manual Download Page 494](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-02/netscape-directory-server-6-02_administrators-manual_1674673494.webp)
Specifying Directory Entries Using LDIF
494
Netscape Directory Server Administrator’s Guide • May 2002
The organization name in the following example uses a comma:
dn: o="example.com Chile\\, S.A."
objectclass: top
objectclass: organization
o: “example.com Chile\\, S.A.”
description: Fictional company for example purposes
telephonenumber: 555-5556
Each element of the LDIF-formatted organization entry is defined in Table A-2.
Table A-2
LDIF Elements in Organization Entries
LDIF Element
Description
dn:
distinguished_name
Specifies the distinguished name for the entry. DNs
are described in the Netscape Directory Server
Deployment Guide. A DN is required.
objectClass: top
Required. Specifies the
top
object class.
objectClass: organization
Specifies the
organization
object class. This line
defines the entry as an organization. See the Netscape
Directory Server Schema Reference for a list of the
attributes you can use with this object class.
o: organization_name
Attribute that specifies the organization’s name. If the
organization name includes a comma, you must
escape the comma by either a single backslash and the
entire organization argument must be enclosed in
quotation marks. However, if you are working with a
UNIX shell, this backslash will also need escaping
which means that you will have to use two
backslashes. For example, to set the suffix to
example.com Bolivia, S.A
. you would enter
“o: example.com Bolivia\\, S.A.”
on UNIX
machines or
“o: example.com Bolivia\,
S.A.”
on Windows.
list_of_attributes
Specifies the list of optional attributes that you want to
maintain for the entry. See the Netscape Directory
Server Schema Reference for a list of the attributes you
can use with this object class.
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.02
Page 1: ...Administrator s Guide Netscape Directory Server Version6 02 May 2002 ...
Page 16: ...16 Netscape Directory Server Administrator s Guide May 2002 ...
Page 20: ...20 Netscape Directory Server Administrator s Guide May 2002 ...
Page 74: ...Maintaining Referential Integrity 74 Netscape Directory Server Administrator s Guide May 2002 ...
Page 138: ...Using Referrals 138 Netscape Directory Server Administrator s Guide May 2002 ...
Page 432: ...Miscellaneous Tuning Tips 432 Netscape Directory Server Administrator s Guide May 2002 ...
Page 434: ...434 Netscape Directory Server Administrator s Guide May 2002 ...
Page 468: ...PTA Plug In Syntax Examples 468 Netscape Directory Server Administrator s Guide May 2002 ...
Page 488: ...488 Netscape Directory Server Administrator s Guide May 2002 ...
Page 528: ...Examples of LDAP URLs 528 Netscape Directory Server Administrator s Guide May 2002 ...