Previous Topic: How to Use the %ADMIN_ROLE_CONSTRAINT% AttributeNext Topic: How to Configure Self-Subscribing Groups


Configure Well-Known Attributes

Perform the following procedure to configure well-known attributes.

Follow these steps:

  1. In the directory configuration file, search for the following sign:

    ##

    Required values are identified by two pound signs (##).

  2. Replace the value that begins with ## with the physical name of the attribute you want as it exists in the database. Supply the attribute name using the following format:
    tablename.columnname
    

    For example, if the password attribute is stored in the password column in the tblUsers table, specify it in the following way:

    tblUsers.password
    
  3. Repeat Steps 1 and 2 until you have replaced all required values and included optional values that you want.
  4. Map optional well-known attributes to physical attributes, as necessary.
  5. Save the directory configuration file.