Red Hat 8.1 Configuration And Command Reference page 62

Directory server; configuring and managing with command-line utilities
Hide thumbs Also See for 8.1:
Table of Contents

Advertisement

62
Chapter 2. Core Server Configuration Reference
Windows synchronization agreement attributes are stored under cn=syncAgreementName,
cn=replica, cn=suffix,cn=m apping tree,cn=config.
2.3.6. Suffix Configuration Attributes under cn="suffixName"
Suffix configuration attributes are stored under the cn=suffix entry. T he cn=suffix entry is an instance of
the nsMappingT ree 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.
T he suffix DN should be quoted because the suffix DN contains characters such as equals signs (=),
commas (,), and space characters that must be quoted or escaped to appear as a value in another DN.
2.3.6.1. nsslapd-state
Determines how the suffix handles operations.
Parameter
Entry DN
Valid Values
Default Value
Syntax
Example
2.3.6.2. nsslapd-backend
Gives the name of the database or database link used to process requests. T his attribute can be multi-
valued, with one database or database link per value. T his attribute is required when the value of the
nsslapd-state attribute is set to backend or referral on update. T he value should be the name
of the backend database entry instance under cn=ldbm database,cn=plugins,cn=config. For
example:
o=NetscapeRoot,cn=ldbm database,cn=plugins,cn=config
Parameter
Entry DN
Valid Values
Default Value
Syntax
Example
2.3.7. Replication Attributes under cn=replica, cn="suffixDN", cn=mapping tree, cn=config
Replication configuration attributes are stored under cn=replica, cn=suffix, cn=m apping tree,
cn=config. T he cn=replica entry is an instance of the nsDS5Replica object class. For
replication configuration attributes to be taken into account by the server, this object class (in addition to
the top object class) must be present in the entry. For further information about replication, see the
"Managing Replication" chapter in the Directory Server Administrator's Guide.
2.3.7.1. nsDS5Flags
T his attribute sets replica properties that were previously defined in flags. At present only one flag
exists, which sets whether the log changes.
Parameter
Entry DN
Description
cn=suffix, cn=mapping tree, cn=config
backend | disabled | referral | referral on update
backend means the backend (database) is used
to process all operations.
disabled means the database is not available for
processing operations. T he server returns a "No
such search object" error in response to
requests made by client applications.
referral means a referral is returned for requests
made to this suffix.
referral on update means the database is used
for all operations except update requests, which
receive a referral.
backend
DirectoryString
nsslapd-state: backend
Description
cn=suffix, cn=mapping tree, cn=config
Any valid partition name
None
DirectoryString
nsslapd-backend: userRoot
Description
cn=replica, cn=suffixDN, cn=mapping tree,
cn=config

Advertisement

Table of Contents
loading

Table of Contents