Syntax; Options - Netscape DIRECTORY SERVER 6.02 Configuration Manual

Configuration, command, and file reference
Hide thumbs Also See for NETSCAPE DIRECTORY SERVER 6.02:
Table of Contents

Advertisement

Syntax

Perl script (UNIX and
Windows):

Options

User DN with root permissions, such as Directory Manager.
-D
Password associated with the user DN.
-w
Instance to be imported.
-n
File name of the input LDIF file(s). When you import multiple files,
-i
they are imported in the order in which you specify them on the
command line.
Suffix(es) to be included or to specify the subtree(s) to be included if -n
-s
has been used.
Suffix(es) to be included.
-x
Request that only the core db is created without attribute indexes.
-O
Merge chunk size.
-c
Generation of a unique ID. Type none for no unique ID to be
-g string
generated and deterministic for the generated unique ID to be
name-based. By default a time based unique ID is generated.
If you use the deterministic generation to have a name-based
unique ID, you can also specify the namespace you want the server to
use as follows:
-g deterministic namespace_id
where namespace_id is a string of characters in the following format
00-xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx
Use this option if you want to import the same LDIF file into two
different directory servers, and you want the contents of both
directories to have the same set of unique IDs. If unique IDs already
exist in the LDIF file you are importing, then the existing IDs are
imported to the server regardless of the options you have specified.
Generates a namespace ID as a name-based unique ID. This is the
-G
same as specifying the -g deterministic option.
namespace_id
ldif2db.pl [-v] -D rootdn -w password -n
backend_instance | {-s includesuffix}* [{-x excludesuffix}*]
[-O] [-c] [-g string] [-G namespace_id] {-i filename}*
Chapter 8
Command-Line Scripts
Perl Scripts
243

Advertisement

Table of Contents
loading

Table of Contents