From 60a7ad5f701b16e9b83ad75cfa086fd8831abc1d Mon Sep 17 00:00:00 2001 From: spolti Date: Tue, 6 Dec 2022 09:16:03 -0300 Subject: [PATCH] update ui Signed-off-by: spolti --- deploy/ui/form.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/ui/form.json b/deploy/ui/form.json index e5a7ced40..0fcead8a1 100644 --- a/deploy/ui/form.json +++ b/deploy/ui/form.json @@ -424,7 +424,7 @@ "type": "text", "default": "(uid={0})", "jsonPath": "$.spec.auth.ldap.baseFilter", - "description": "Search filter used to locate the context of the user to authenticate. The input username or userDN obtained from the login module callback is substituted into the filter anywhere a {0} expression is used. A common example for the search filter is (uid={0})." + "description": "Search filter used to locate the context of the user to authenticate. The input username or userDN obtained from the login module callback is substituted into the filter anywhere a {0} expression is used. A common example for the search filter is (uid={0}). For Elytron based subsystem this property should be configured only with the search filter parameter, without any search expression. Example (uid={0}) became just uid." }, { "label": "User recursive search",