Thanks, I know that posting, I first started writing my own custom
Membership provider using the code you linked to. But then I did not
get all of it to work properly (getting a list of all users in a
certain role did not work properly etc). Its code is posted at
http://groups.google.com/group/micr...+membership+provider&rnum=10#25fda10aea303196
After that I found the other provider which seemed to be written with a
early version of .NET 2 but by someone with good knowledge of ADAM and
Active Directory. So I decided to use that code and fix it up so it now
compiles for the current .NET 2 version. However, it looks like
Microsoft has sharpened the security policies a little and made the
SecurityIdentifier non-serializable in a later release.
Do you know how to make this work anyway? Or perhaps a valid
implementation for the methods that lack in my implementation?
Thanks,
Jeroen