Configuring Simple Search
The simple search function in 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.
This procedure requires you to restart the SAP NetWeaver Application Server (AS) Java, so you should plan for the required down time while the AS Java restarts.
...
1. Configure the required ser management engine (UME) properties.
For more information about editing UME properties, see 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.
See also:
Managing Users, Groups, and Roles
Omar Mikovics wants to search by e-mail address in addition to the default attributes. Omar makes the following change:
ume.principal.simple_search.attributes.user=uniquename,firstname,lastname,email
After restarting the AS Java, Omar can enter an e-mail address in the simple search and the UME returns a list of users that match.