Configuring Global Search - Requirements
- 04 Jan 2022
- 1 Minute to read
- Print
- DarkLight
Configuring Global Search - Requirements
- Updated on 04 Jan 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
The attributes used for Global Search must fulfill both of the following criteria:
- The attribute must be in the set of GAL items configured for the following properties in the LDAP Users configuration:
username
,firstName
,lastName
,email
,distinguisher
,image
, ormobilenumber
.- For RapidIdentity configured against Active Directory, the following values constitute a valid example configuration:
username: sAMAccountName
firstName: givenName
lastName: sn
email: mail
distinguisher: mail
image: idautoPersonPhotoURL
mobileNumberAttribute: null
- For RapidIdentity configured against Active Directory, the following values constitute a valid example configuration:
- The GAL item must be searchable.
- For RapidIdentity configured against Active Directory, the following constitutes a valid example set of GAL configuration for the above attributes:
username: searchable
firstName: searchable
lastName: searchable
email: searchable
- With the remaining attributes either not configured or not searchable
- In this example, the users portion of the global search will only be able to search using this set of attributes:
username
,firstName
,lastName
,email
.
- For RapidIdentity configured against Active Directory, the following constitutes a valid example set of GAL configuration for the above attributes:
Was this article helpful?