
Creating Suffixes
43
cn: dc=example,dc=com
Example 3.1. Example Root Suffix Entry
3. Create a sub suffix for groups under this root suffix using
ldapmodify
to add the sub suffix entry:
dn: cn="ou=groups,dc=example,dc=com",cn=mapping tree,cn=config
objectclass: top
objectclass: extensibleObject
objectclass: nsMappingTree
nsslapd-state: backend
nsslapd-backend: GroupData
nsslapd-parent-suffix: "dc=example,dc=com"
cn: "ou=groups,dc=example,dc=com"
NOTE
To maintain suffixes using the Directory Server Console, respect the same spacing used
to name the root and sub suffixes in the command line. For example, if a root suffix is
named
ou=groups ,dc=example,dc=com
, with two spaces after
groups
, any sub
suffixes created under this root will need to specify two spaces after
ou=groups
, as well.
The following table describes the attributes used to configure a suffix entry:
Attribute Name
Value
dn
Defines the DN for the suffix. The DN is
contained in quotes. The value entered takes the
form
cn="dc=domain,dc=com",cn=mapping
tree, cn=config
. This attribute is required.
cn
Defines the relative DN (RDN) of the entry. This
attribute is required.
objectclass
Tells the server that the entry is root or
sub suffix entry. It always takes the value
nsMappingTree
. This attribute is required.
nsslapd-state
Determines how the suffix handles operations.
This attribute takes the following values:
•
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.
Содержание DIRECTORY SERVER 8.0
Страница 18: ...xviii ...
Страница 29: ...Configuring the Directory Manager 11 6 Enter the new password and confirm it 7 Click Save ...
Страница 30: ...12 ...
Страница 112: ...94 ...
Страница 128: ...110 ...
Страница 190: ...Chapter 6 Managing Access Control 172 4 Click New to open the Access Control Editor ...
Страница 224: ...206 ...
Страница 324: ...306 ...
Страница 334: ...316 ...
Страница 358: ...340 ...
Страница 410: ...392 ...
Страница 420: ...402 ...
Страница 444: ...426 ...
Страница 454: ...436 ...
Страница 464: ...446 ...
Страница 484: ...466 ...
Страница 512: ...494 ...
Страница 522: ...504 ...