Red Hat Directory Server 8.0 Configuration, Command, and File Reference
Parameter Description
Valid Range -1, 0 (turns import cache autosizing off) to 100
Default Value -1 (turns import cache autosizing on for
ldif2db only and allocates 50% of the free
physical memory to importCache)
Syntax Integer
Example nsslapd-import-cache-autosize: -1
4.1.24. nsslapd-mode
This attribute specifies the permissions used for newly created index files.
Parameter Description
Entry DN cn=config, cn=ldbm database, cn=plugins,
cn=config
Valid Values Any four-digit octal number. However, mode
0600 is recommended. This allows read and
write access for the owner of the index files
(which is the user as whom the ns-slapd
runs) and no access for other users.
Default Value 600
Syntax Integer
Example nsslapd-mode: 0600
4.2. Database Attributes under cn=monitor, cn=ldbm database,
cn=plugins, cn=config
Global read-only attributes containing database statistics for monitoring activity on the
databases are stored in the cn=monitor, cn=ldbm database, cn=plugins, cn=config tree
node. For more information on these entries, refer to the "Monitoring Server and Database
Activity" chapter in the Directory Server Administrator's Guide.
dbcachehits.
This attribute shows the requested pages found in the database.
dbcachetries.
This attribute shows the total cache lookups.
dbcachehitratio.
This attribute shows the percentage of requested pages found in the database cache (hits/tries).
Chapter 3. Plug-in Implemented Server Functionality Reference
146