![Netscape NETSCAPE DIRECTORY SERVER 6.1 - ADMINISTRATOR Administrator'S Manual Download Page 501](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-1-administrator/netscape-directory-server-6-1-administrator_administrators-manual_1674675501.webp)
LDIF File Format
Appendix
A
LDAP Data Interchange Format
501
The LDIF syntax for representing a change to an entry in the directory is different
from the syntax described above. For information on using LDIF to modify
directory entries, see Chapter 2, “Creating Directory Entries.”
Continuing Lines in LDIF
When you specify LDIF, you can break and continue, or fold, a line by indenting
the continued portion of the line by exactly one space. For example, the following
two statements are identical:
dn: cn=Jake Lupinski,dc=example,dc=com
dn: cn=Jake Lup
inski, dc=exa
mple,dc=com
You are not required to break and continue LDIF lines. However, doing so may
improve the readability of your LDIF file.
Representing Binary Data
You can represent binary data, such as a JPEG image, in LDIF using one of the
following methods:
•
The standard LDIF notation, the lesser than (<) symbol. For example:
jpegphoto: < file:/path/to/photo
[subtype]
Optional. Specifies a subtype, language, binary, or
pronunciation. Use this tag to identify the language in
which the corresponding attribute value is expressed, or
whether the attribute value is binary or a pronunciation
of an attribute value. For information on attribute
subtypes, see “Adding an Attribute Subtype,” on
page 52. For a complete list of the supported subtypes
tags, see Table D-2 on page 543.
attribute_value
Specifies the attribute value to be used with the attribute
type.
Table A-1
LDIF Fields (Continued)
Field
Definition
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...