Re: Constrained Delegation question - Please Help
From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 03/26/04
- Next message: Ken Schaefer: "Re: Troubleshoot Security Issues"
- Previous message: Mike: "Why retrieve ticket during authenticate_request"
- In reply to: Alex: "Constrained Delegation question - Please Help"
- Next in thread: Alex: "Re: Constrained Delegation question - Please Help"
- Reply: Alex: "Re: Constrained Delegation question - Please Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 26 Mar 2004 13:42:30 +1100
Hi,
You do not need delegation in this scenario. IIS already has the
username/password for the Anonymous User account (you had to enter it into
the IIS Manager when you selected that user as the anonymous user account).
ASP.Net should be using that account since you put <identity
impersonate="true">
Delegation is required when the end-user authenticates. In this situation,
IIS does not have the user's password (just a token from the Domain
Controller). Delegation allows IIS to then access remote resources using
that token.
Cheers
Ken
"Alex" <nrz26@hotmail.com> wrote in message
news:OHFTawoEEHA.2408@TK2MSFTNGP10.phx.gbl...
: Hi,
:
: I am still confuse after reading MS documentation on how Constrained
: Delegation works and hope that someone enlighten me.
:
: Here's one of my confusion.
:
: Servers:
: IIS
: FileServer
:
: Windows 2003 functional level domain.
: Running a ASP.Net file upload web application that upload files to a
shared
: folder on the FileServer.
: Enabled anonymous for the file upload web app but using a designated
domain
: account for it.
: Enabled impersonation for the web app.
: On the FileServer, shared out a folder and modify access right was given
to
: the designated domain account.
: Enabled contrained delegation on the IIS server to CIFS service of the
: FileServer.
:
: Now if I access the web app, does it means that the designated domain
: account will be used to access the file share on the FileServer?
:
:
: Thanks in advance,
: Alex
:
:
- Next message: Ken Schaefer: "Re: Troubleshoot Security Issues"
- Previous message: Mike: "Why retrieve ticket during authenticate_request"
- In reply to: Alex: "Constrained Delegation question - Please Help"
- Next in thread: Alex: "Re: Constrained Delegation question - Please Help"
- Reply: Alex: "Re: Constrained Delegation question - Please Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|