Version 1 LDIF support
The ldapmodify and ldapadd client
utilities are enhanced to recognize the latest version of LDIF, which
is identified by the presence of the version: 1 tag
at the head of the file.
Unlike the original version of LDIF, the newer version of LDIF supports attribute values that are represented in UTF-8, instead of the limited ASCII.
However, manual creation of an LDIF file that contains UTF-8 values
can be difficult. To simplify this process, a charset extension
to the LDIF format is supported. This extension allows an IANA character
set name to be specified in the header of the LDIF file, along with
the version number. A limited set of the IANA character sets is supported.
See IANA character sets supported by platform for
the specific charset values that are supported for each operating
system platform.
attribute: file:///path
(where path syntax depends on platform)For example,
the following addresses are valid file web addresses: jpegphoto: file:///d:\temp\photos\myphoto.jpg
(DOS/Windows style paths)
jpegphoto: file:///etc/temp/photos/myphoto.jpg
(UNIX style paths)