purepennons / gss

Automatically exported from code.google.com/p/gss
Other
0 stars 0 forks source link

admin: allow for substring match during search #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When doing a user search in the GSS Admin interface is impossible to do a 
substring match for strings that are not prefixes of usernames.

This it makes it impossible to search by realm; so, if for example there is a 
user with a username "username@example.org" (with example.org being the home 
institution in a federated envinronment), it is impossible to search for 
"example.org" to find all of the users of example.org's.

It'd be nice to provide either a generic substring match or an advanced regexp 
search. (this actually was needed in field for a specific use case)

Original issue reported on code.google.com by parav...@gmail.com on 13 Sep 2010 at 5:24