Hi,
I've set up form based authentication and configured peoplepicker in the web.config files. Everything works perfect, however the only thing is missing is to see FBA Groups / roles in peoplepicker so we can apply those to Sharepoint groups or directly to sites easily.
I can add them just fine to SP groups though I have to type the exact name. However when I uses peoplepicker and want to search for a group nothing is displayed - not even when I type the full name there. FBA Members are shown fine in peoplepicker so its just the Groups/roles that are missing. AD groups and everything else is shown fine aswell.
Any help / ideas would be much appreciated.
(Here's how the web.config's look like for the webapplication and Central Administration
<PeoplePickerWildcards>
<clear />
<add key="AspNetSqlMembershipProvider" value="%" />
<add key="FBAMembership" value="%" />
<add key="FBARoles" value="%" />
</PeoplePickerWildcards>
Thank you.









