-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to set LDAP substring filter type (#3087)
Introduce new settings for the user- and groupproviders to allow configuring the LDAP filter type for substring search. Possible values are: "initial", "final" and "any" to do either prefix, suffix or full substring searches.
- Loading branch information
Showing
2 changed files
with
70 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Enhancement: Allow to set LDAP substring filter type | ||
|
||
We introduced new settings for the user- and groupproviders to allow | ||
configuring the LDAP filter type for substring search. Possible values are: | ||
"initial", "final" and "any" to do either prefix, suffix or full substring | ||
searches. | ||
|
||
https://github.com/cs3org/reva/pull/3087 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters