What is the difference between an ActiveDirectory object with a ObjectClass
of UserProxy
and a ObjectClass
of User
? Does an application binding against these objects need to do so differently in any way?
Most of my Google searches for UserProxy
refer to "ActiveDirectory Application Mode (ADAM)". Is UserProxy
specific to ADAM?
Thanks.