Hello,
I have an ASP.NET 2.0 web app that I need to lock down. I play to use
an Active Directory membership provider.
However, I need to limit my app to only users w/i a particular
Organizational Unit, as maintained in our Active Directory by our
admins.
Can anyone point me in the right direction as to how to do this?
thanks!
sm
SpaceMarine - 16 May 2008 19:41 GMT
btw, i found this which is a good primer on using AD:
http://msdn.microsoft.com/en-us/library/ms998360.aspx
...but i am still looking for how to get back the OU for the logged-in
user.
sm
SpaceMarine - 16 May 2008 22:36 GMT
> However, I need to limit my app to only users w/i a particular
> Organizational Unit, as maintained in our Active Directory by our
> admins.
In other words: How do I get a user's OU?
thanks!
sm