Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS Delegation / Impersonation?

Status
Not open for further replies.

TheMisio

Technical User
Sep 26, 2005
229
BE
Dear All,

I was wondering If the following scenario is available on IIS 6:
I have a web based application that is a portal for users. Through that portal users can make some changes to user accounts within Active Directory.
Users authenticate using Kerberos (it’s an internal app). Now, is it possible to get user to authenticate to the app using their Domain Accounts, and then get IIS to use a designated account to make changes within AD on the user’s behalf? Basically, I would like to restrict users from being able to edit AD using their accounts from Active Directory Users and Computers, but I want to enable them to do it via this portal.
I thought the only option would be to get the app (IIS?) to make changes on the behalf of the user. This way I can designate only one generic account to have access to AD.
We use Windows 2003 Web Server within Windows 2003 Forest.

Thank you in advance.

Michael
 
I believe that you can do that. I am a ASP.NET programmer and I recently built a web service that queries AD. I had the Network Admin create a user account called "ldap" and give it very limited rights (only lookup rights).

Users come into the web site as themselves, then I use the "ldap" user and password to query AD (I don't see why I couldn't give them more rights to update as well).

Regards,

J
 
jshurst,

Thanks a lot for the info.

Regards,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top