Hi, Radoslav.
We are running Sitefinity 3.7.2057.2:1.
We are using a custom roleProvider, based on Gabe's webinar and notes on his web site. I've followed the execution when I log into Sitefinity and click on Administration > Users, but it only enters GetRolesForUser (for my username) and then GetUsersInRole for each role we've defined. This doesn't seem to be part of pulling up the full user list, as far as I can tell.
As I mentioned before, we are using the Telerik Active Directory membership provider, defined in web.config as:
I suspect that it is code in the membership provider that pulls the list of users from AD, but am having trouble finding where to add a breakpoint to see what list it's returning and/or how the list is added to the page.
I cannot find a list of membership provider attributes. Does it also accept something like userDefinitionFilter="sAMAccountType=805306368"?
Thanks,
Robert