Core Server Configuration Attributes Reference
98 Red Hat Directory Server Configuration, Command, and File Reference • May 2005
Replication configuration attributes are stored under
cn=replica,cn="suffixName",cn=mapping tree,cn=config
and the replication
agreement attributes under
cn=replicationAgreementName,cn=replica,cn="suffixName",cn=mapping
tree,cn=config
.
Windows synchronization agreement attributes are stored under
cn=syncAgreementName,cn=replica,cn="suffixName",cn=mapping
tree,cn=config
Suffix Configuration Attributes under
cn="suffixName"
Suffix configuration attributes are stored under the
cn="suffixName"
entry. The
cn="suffixName"
entry is an instance of the
nsMappingTree
object class which
inherits from the
extensibleObject
object class. For suffix configuration
attributes to be taken into account by the server, these object classes (in addition
to the
top
object class) must be present in the entry. Suffix configuration attributes
are presented in this section.
nsslapd-state
Determines how the suffix handles operations.
Entry DN: cn="suffixName",cn=mapping tree,cn=config
Valid Values: backend | disabled | referral | referral on update
backend = the backend (database) is used to process all operations.
disabled = the database is not available for processing operations.
The server returns a “No such search object” error in response to
requests made by client applications.
referral = a referral is returned for requests made to this suffix.
referral on update = the database is used for all operations
except update requests, which receive a referral.
Default Value: disabled
Syntax: DirectoryString
Example: nsslapd-state: backend