Previous Topic: Map a Sort Name Attribute with Expression and Alias Mapping Types

Next Topic: Map the Account Status with the Mask and Expression Mapping Types


Map Customers with Group and Constant Mapping Types

Use a group and a constant attribute mapping to identify customers in Directory A and Directory B.

Deployment

Solution

  1. Create a group attribute mapping for Directory A.
    Name

    IsCustomer

    Mapping Type

    Group

    Definition
    cn=Customers,ou=Groups,o=acme.com
    
  2. Create a constant attribute mapping for Directory B.
    Name

    IsCustomer

    Mapping Type

    Constant

    Definition

    TRUE

When referencing Directory A, a user is considered a customer if they belong to cn=Customers,ou=Groups,o=acme.com. When referencing Directory B, every user is a customer.