-
-
Notifications
You must be signed in to change notification settings - Fork 190
Description
Is your feature request related to a problem? Please describe.
We are using the memberof overlay and have several membership lists. When I want to add a member to a certain membership list, it loads this nice dialog from which I can select the user to add. This would be no issue except for that I have more than 800 users to choose from and there is no filter option so this makes it tedious.
Describe the solution you'd like
Right now I just pick a random user and then in the HTML I remove the read-only attribute to the input field and change it manually. This works for pasting the DN that I looked up previously. But absolute easiest would be if that dialog list had a filter.
Describe alternatives you've considered
As you can read above, I removed the read-only attribute.
Additional context
Perhaps I'm just missing something as I'd expect others to run into this issue too.