Re: ADAM and AuthorizationStoreRoleProvider



Thanks for pointing that out...

I found some other postings telling me that AzMan Role Membership
provider does NOT support assigning roles to ADAM users, only to
Windows users. That's consistent with what I found out. The solution
would be to write another RoleProvider, which does support this. And
that's what I've been doing yesterday and at the end of the day I got
it to work properly, except for two methods: FindUsersInRole and
GetRolesForUser.

I'll post the sourcecode shortly and I hope someone can help me to
implement these methods as well.

.