Core Server Configuration Attributes Reference
Chapter 2 Core Server Configuration Reference 79
nsslapd-schemareplace
Determines whether modify operations that replace attribute values are allowed on
the
cn=schema
entry.
NOTE Schema checking works by default when database modifications
are made using an LDAP client, such as
ldapmodify
, the Directory
Server Gateway, or when importing a database from LDIF using
ldif2db
. If you turn schema checking off, you will have to verify
manually that your entries conform to the schema. If schema
checking is turned on, the server sends an error message to inform
you of the entries which do not match the schema. Make sure that
the attributes and object classes you create in your LDIF statements
are both spelled correctly and identified in
dse.ldif
. You will need
to create a file in the LDIF format in the schema directory or add the
elements to
99user.ldif
.
Entry DN: cn=config
Valid Values: on | off
Default Value: on
Syntax: DirectoryString
Example: nsslapd-schemacheck: on
Entry DN: cn=config
Valid Values: on | off | replication-only
Default Value: replication-only
Syntax: DirectoryString
Example: nsslapd-schemareplace: replication-only