Step 3: Add Data Members to the AD User Object

You create a profile data member to map a profile property attribute to a column in a table in the database you mapped the data source to. In this example, we will add nine data members to the AD User Object data object created in the previous procedure. These members are for the user name, user password, and common name.

To add data members

  1. Expand Commerce Server Manager, expand Global Resources, expand Profiles, expand Profile Catalog, expand Data Sources, expand ProfileService_ADSource, right-click AD User Object, and then click New Data Member.

  2. In the New Data Member dialog box, do the following:

    Use this To do this
    Member Name Select cn.
    Display Name Type Common Name.

    The following figure shows the New Data Member dialog box.

    Ee810553.cs_mmc_dm_newdatamember2(en-US,CS.10).gif

  3. Click Add.

    By default, the cn data member is marked as Required, Indexed, and Primary key.

  4. Repeat this procedure to add the following data members:

    Member name Display name Type
    GivenName First Name String
    Initials Initial String
    sn Last Name String
    StreetAddress Street Address String
    l City String
    St State/Province String
    PostalCode Postal Code String
    co Country/Region String
  5. Click Finished.

When you add these data members, your screen should look like the following figure.

Ee810553.cs_mmc_dm_aduserobject(en-US,CS.10).gif


All rights reserved.