User and Group Containers

This section describes about placing, matching, and synchronizing user and group containers in eDirectory.


Placing New Users and Groups

You can specify the DN of the container for new users and groups.

To place new users and groups:

  1. In iManager, click DirXML Management > Overview.

  2. Locate the driver in its driver set.

  3. Click the driver to open the Driver Overview Page.

  4. Click the Publisher channel to edit the Placement Policies.

  5. Replace USERS_O.ORG_O with the required DN of the container in slash format where new users are to be placed in the following line:

    <token-text xml:space="preserve">USERS_O.ORG_O</token-text>
  6. Replace GROUPS_O.ORG_O with the required DN of the container in slash format where new groups are to be placed in the following line:

    <token-text xml:space="preserve">GROUPS_O.ORG_O</token-text>

:  Ensure that the DN of containers for users and groups in Placement and Matching policies is the same as the FDN of containers for users and groups in the Event Restrictions policy.


Matching User and Group Containers

You can specify the DN of the container whose users and groups are to be matched.

To match user and group containers:

  1. In iManager, click DirXML Management > Overview.

  2. Locate the driver in its driver set.

  3. Click the driver to open the Driver Overview Page.

  4. Click the Publisher channel to edit Event Restrictions from the Matching Policies.

  5. Replace USERS_O.ORG_0 with the required DN of the container in slash format whose users are to be matched in the following line:

    <if-src-dn op="not-in-container">USERS_O.ORG_O</if-src-dn>
  6. Replace GROUPS_O.ORG_O with the required DN of the container in slash format whose groups are to be matched in the following line:

    <if-src-dn op="not-in-container">GROUPS_O.ORG_O</if-src-dn>

    :  Ensure that the DN of containers for users and groups in Placement and Matching policies is the same as the FDN of containers for users and groups in the Event Restrictions policy.