Previous Topic: AND Users/Groups Check Box

Next Topic: Enhance Policy Server’s LDAP Authorization Performance

Add Users by Manual Entry

In addition to the using the Available Members list in the Policy Users/Groups Dialog to specify users and groups to be included in a policy, you can specify a user or search string in the Manual Entry group box.

Note: When you create or modify a Policy Server object in the Policy Server User Interface, use ASCII characters. Object creation or modification with non-ASCII characters is not supported.

To add a user by manual entry

  1. In the Policy Users/Groups Dialog, do one of the following:

    For LDAP directories, enter a valid DN in the Manual Entry field.

    When entering a manual entry for an LDAP user directory, you can also select one of the following from the Action drop down list:

    Search Users

    Indicates that the LDAP search specified in the Entry field is limited to matches in user entries.

    Search Groups

    Indicates that the LDAP search specified in the Entry field is limited to matches in group entries.

    Search Organizations

    Indicates that the LDAP search specified in the Entry field is limited to matches in organization entries.

    Search Any Entry

    Indicates that the LDAP search specified in the Entry field is limited to matches in user, group, and organization entries.

    For Microsoft SQL Server, Oracle and WinNT directories, enter a user name in the Manual Entry field.

    For an Microsoft SQL Server or Oracle, you can enter a SQL query, instead. For example:

    SELECT NAME FROM EMPLOYEE WHERE JOB =’MGR’;

    The Policy Server will perform the query as the database user specified in the Username field of the Credentials and Connection tab for the user directory. When constructing the SQL statement for the Manual Entry field, you need to be familiar with the database schema for the user directory. For example, if you are using the SmSampleUsers schema and want to add specific users, you could select from the SmUser table.

    Note: For an LDAP directory, you can enter all in the Manual Entry field to bind the policy to the entire LDAP directory.

  2. Click Add to Current Members.

    The Policy Server User Interface adds the user or query to the Current Members list.

  3. Click Apply to save your changes, or click OK to save your changes and return to the Policy Dialog.

More information:

Users/Groups Dialog