Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
Signed-off-by: spolti <[email protected]>
  • Loading branch information
spolti committed Dec 6, 2022
1 parent 402299c commit 60a7ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/ui/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 60a7ad5

Please sign in to comment.