Red Hat Directory Server 8.0 Configuration, Command, and File Reference

nsslapd-saslpath or SASL_PATH are set, the server attempts to load SASL plugins from the
default location, /usr/lib/sasl2.
Changes made to this attribute will not take effect until the server is restarted.
Parameter Description
Entry DN cn=config
Valid Values Path to plugins directory.
Default Value Platform dependent
Syntax DirectoryString
Example nsslapd-saslpath: /usr/lib/sasl2
3.1.85. nsslapd-schema-ignore-trailing-spaces (Ignore Trailing
Spaces in Object Class Names)
Ignores trailing spaces in object class names. By default, the attribute is turned off. If the
directory contains entries with object class values that end in one or more spaces, turn this
attribute on. It is preferable to remove the trailing spaces because the LDAP standards do not
allow them.
For performance reasons, server restart is required for changes to take effect.
An error is returned by default when object classes that include trailing spaces are added to an
entry. Additionally, during operations such as add, modify, and import (when object classes are
expanded and missing superiors are added) trailing spaces are ignored, if appropriate. This
means that even when nsslapd-schema-ignore-trailing-spaces is on, a value such as top
is not added if top is already there. An error message is logged and returned to the client if an
object class is not found and it contains trailing spaces.
Parameter Description
Entry DN cn=config
Valid Values on | off
Default Value off
Syntax DirectoryString
Example nsslapd-schema-ignore-trailing-spaces: on
3.1.86. nsslapd-schemacheck (Schema Checking)
This attribute sets whether the database schema is enforced when entries are added or
modified. When this attribute has a value of on, Directory Server will not check the schema of
existing entries until they are modified. The database schema defines the type of information
allowed in the database. The default schema can be extended using the object classes and
attribute types. For information on how to extend the schema using the Directory Server
cn=config
55