I have already started to work on the provider, pretty simple in fact.
"Joe Kaplan" <joseph.e.kaplan@removethis.accenture.com> wrote in message
news:Oiu9NGEzGHA.4092@TK2MSFTNGP04.phx.gbl...
> Ah, I see. That is a bit of a PITA. It sounds like you are building an
> extranet scenario or something (some users in AD, some in ADAM, integrated
> in ADAM via bind proxies and simple bind).
>
> I wish I could help more with this, but I don't know what you need to do.
> However, I do know the providers are designed to be inherited from, so
> perhaps you can do that and just modify the piece you need via an
> override.
>
> You might also consider using reflector and the file disassembler plugin
> to reverse engineer the existing one so you can easily recompile a small
> mod. Might save you some time (if overriding isn't an option).
>
> Best of luck!
>
> Joe K.
>
> --
> Joe Kaplan-MS MVP Directory Services Programming
> Co-author of "The .NET Developer's Guide to Directory Services
> Programming"
>
http://www.directoryprogramming.net > --
> <Lancelot@community.nospam> wrote in message
> news:%23lIbFNDzGHA.4232@TK2MSFTNGP05.phx.gbl...
>> Thank you Joe,
>> That helps to know that I am rigth... sometimes. :-)
>>
>> I like your solution but in our solution we want to use both user and
>> userProxy. I have already started working on an ADAM membership
>> provider... If you have any pointers I'd be more than happy to listen.
>>
>> Thank you
>>
>> -Martin
>>
>> "Joe Kaplan" <joseph.e.kaplan@removethis.accenture.com> wrote in message
>> news:u6XuwWAzGHA.3568@TK2MSFTNGP03.phx.gbl...
>>>I haven't looked at the code in the provider to know if there is
>>>something easy you could just override to make this work, but one thing
>>>that did occur to me is that you could just rename the userProxy class to
>>>user and change user to something else in ADAM. It would be confusing,
>>>but it would probably work. :)
>>>
>>> Joe K.
>>>
>>> --
>>> Joe Kaplan-MS MVP Directory Services Programming
>>> Co-author of "The .NET Developer's Guide to Directory Services
>>> Programming"
>>>
http://www.directoryprogramming.net >>> --
>>> <Lancelot@community.nospam> wrote in message
>>> news:ew%23Y305yGHA.4932@TK2MSFTNGP02.phx.gbl...
>>>> Hello,
>>>> I finally got my POC to work. I have some users in ADAM and I can
>>>> browse and validate using the Membership provider... Cool!!!!
>>>>
>>>> Except that if I have a user of userProxy class in ADAM, my provider
>>>> does not see it. After doing much reseach (googling is the new term) I
>>>> think I understand why. The AD Membership provider looks for user
>>>> class, not userProxy class. That make sense.... still how can I
>>>> see/manage my users.
>>>>
>>>> Unless someone has a miracle cure for this, I'll have to write my
>>>> own member ship provider for ADAM.
>>>>
>>>> All comments are welcome.
>>>>
>>>> -Martin
>>>>
>>>
>>>
>>
>>
>
>