About .inf File Parameters
63
Directive
Description
Required
Example
RootDN
Specifies the
distinguished name
used by the Directory
Manager. For
information on the
Directory Manager,
see
Section 1.2.5,
“Directory Manager”
.
No
cn=Directory Manager
RootDNPwd
Specifies the Directory
Manager's password.
Yes
AddOrgEntries
If
yes
, this directive
creates the new
Directory Server
instance with a
suggested directory
structure and access
control. If this
directive is used and
InstallLdifFile
is also used, then this
directive has no effect.
The default is
no
.
No
Yes
InstallLdifFile
Populates the new
directory with the
contents of the
specified LDIF file.
Using
suggest
fills in common
container entries (like
ou=People
). Entering
a path to an LDIF
file imports all of the
entries in that file.
No
InstallLdifFile = /tmp/
entries/myldif.ldif
AddSampleEntries
Sets whether to load
an LDIF file with entries
for the user directory
during configuration.
The default is
no
.
No
AddSampleEntries =
yes
SchemaFile
Lists the full path and
file name of additional
schema files; this is
used if there is custom
schema with the old
Directory Server.
This directive may be
specified more than
once.
No
SchemaFile= /opt/
redhat-ds/slapd-
example/config/
custom.ldif