Show TOC Start of Content Area

Procedure documentation Configuring Simple Search  Locate the document in its SAP Library structure

Use

The simple search function of identity management enables you to quickly search for users, groups, or roles. It only provides a single field for searching. Configuring simple search enables you to define what attributes are searched.

More information: Identity Management.

Prerequisites

This procedure requires you to restart SAP NetWeaver Application Server (AS) Java. Plan for the required down time while the AS Java restarts.

Procedure

...

       1.      Configure the required user management engine (UME) properties.

More information: Editing UME Properties.

Edit the following properties as needed:

¡        ume.principal.simple_search.attributes.account

Simple search of the account name is not supported in the current user interface. Default value is j_user.

¡        ume.principal.simple_search.attributes.action

Default value is uniquename.

¡        ume.principal.simple_search.attributes.group

Default value is uniquename.

¡        ume.principal.simple_search.attributes.role

Default value is uniquename.

¡        ume.principal.simple_search.attributes.user

Default value is uniquename, firstname, lastname.

Separate attributes with a comma (,).

       2.      Restart the AS Java.

More Information:

Managing Users, Groups, and Roles

Example

Yoko Ishida wants to search by e-mail address in addition to the default attributes. Yoko makes the following change:

ume.principal.simple_search.attributes.user=uniquename, firstname, lastname, email

After restarting the AS Java, Yoko can enter an e-mail address in the simple search and the UME returns a list of users that match.

End of Content Area