You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/server_admin/topics/users/proc-searching-user.adoc
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ Search for a user to view detailed information about the user, such as the user'
10
10
.Prerequisite
11
11
* You are in the realm where the user exists.
12
12
13
+
== Default search
14
+
13
15
.Procedure
14
16
. Click *Users* in the main menu. This *Users* page is displayed.
15
17
. Type the full name, last name, first name, or email address of the user you want to search for in the search box. The search returns all users that match your criteria.
@@ -19,8 +21,21 @@ The criteria used to match users depends on the syntax used on the search box:
19
21
.. `"somevalue"` -> performs exact search of the string `"somevalue"`;
20
22
.. `\*somevalue*` -> performs infix search, akin to a `LIKE '%somevalue%'` DB query;
21
23
.. `somevalue*` or `somevalue` -> performs prefix search, akin to a `LIKE 'somevalue%'` DB query.
22
-
+
23
-
NOTE: Searches performed in the *Users* page encompasses searching both {project_name}'s database and configured user federated backends, such as LDAP. Users found in federated backends will be imported into {project_name}'s database if they don't already exist there.
24
-
+
25
-
.Additional resources
24
+
25
+
== Attribute search
26
+
27
+
.Procedure
28
+
. Click *Users* in the main menu. This *Users* page is displayed.
29
+
. Click *Default search* button and switch it to *Attribute search*.
30
+
. Click *Select attributes* button and specify the attributes to search by.
31
+
. Check *Exact search* checkbox to perform exact match or keep it unchecked to use an infix search for attribute values.
32
+
. Click *Search* button to perform the search. It returns all users that match the criteria.
33
+
34
+
35
+
[NOTE]
36
+
====
37
+
Searches performed in the *Users* page encompass both {project_name}'s database and configured user federation backends, such as LDAP. Users found in federated backends will be imported into {project_name}'s database if they don't already exist there.
38
+
====
39
+
40
+
.Additional Resources
26
41
* For more information on user federation, see <<_user-storage-federation,User Federation>>.
0 commit comments