Red Hat DIRECTORY SERVER 8.1 - DEPLOYMENT Deployment Manual page 148

Hide thumbs Also See for DIRECTORY SERVER 8.1 - DEPLOYMENT:
Table of Contents

Advertisement

Chapter 9. Directory Design Examples
The examplePerson object class allows one attribute, the exampleID attribute. This attribute
contains the special employee number assigned to each Example Corp. employee.
In the future, Example Corp. can add new attributes to the examplePerson object class as needed.
9.1.3. Local Enterprise Directory Tree Design
Based on the data and schema design described in the preceding sections, Example Corp. creates
the following directory tree:
• The root of the directory tree is Example Corp.'s Internet domain name: dc=example, dc=com.
• The directory tree has four branch points: ou=people, ou=groups, ou=roles, and
ou=resources.
• All of Example Corp.'s people entries are created under the ou=people branch.
The people entries are all members of the person, organizationalPerson, inetOrgPerson,
and examplePerson object classes. The uid attribute uniquely identifies each entry's DN. For
example, Example Corp. contains entries for Babs Jensen (uid=bjensen) and Emily Stanton
(uid=estanton).
• They create three roles, one for each department in Example Corp.: sales, marketing, and
accounting.
Each person entry contains a role attribute which identifies the department to which the person
belongs. Example Corp. can now create ACIs based on these roles.
For more information about roles, see
• They create two group branches under the ou=groups branch.
The first group, cn=administrators, contains entries for the directory administrators, who
manage the directory contents.
The second group, cn=messaging admin, contains entries for the mail administrators, who
manage mail accounts. This group corresponds to the administrators group used by the messaging
server. Example Corp. ensures that the group it configures for the messaging server is different from
the group it creates for Directory Server.
• They create two branches under the ou=resources branch, one for conference rooms
(ou=conference rooms) and one for offices (ou=offices).
• They create a class of service (CoS) that provides values for the mailquota attribute depending on
whether an entry belongs to the administrative group.
This CoS gives administrators a mail quota of 100GB while ordinary Example Corp. employees
have a mail quota of 5GB.
Section 4.3.3, "About Class of Service"
See
The following diagram illustrates the directory tree resulting from the design steps listed above:
138
Section 4.3.1, "About
Roles".
for more information about class of service.

Advertisement

Table of Contents
loading

Table of Contents