Re: IIS/Windows Permissions/Rights
From: Tom Kaminski [MVP] ((A_at_T))
Date: 06/24/05
- Next message: Marlon: "Trying to understand this behavior, Ports in IIS"
- Previous message: Ard: "Resetting IUSR user token"
- In reply to: Paul J. Landry: "IIS/Windows Permissions/Rights"
- Next in thread: Paul J. Landry: "Re: IIS/Windows Permissions/Rights"
- Reply: Paul J. Landry: "Re: IIS/Windows Permissions/Rights"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 24 Jun 2005 08:56:38 -0400
"Paul J. Landry" <PaulJLandry@discussions.microsoft.com> wrote in message
news:49095294-6DE0-46E4-9001-365587F1F742@microsoft.com...
> HI Guys.
> I hope you can help me out!
>
> I've poseted a similar question on "inetserver.asp.general" a couple of
> days
> ago, but I think I'm gonna have better luck here since it's more of a
> security issue, than a programming issue...
>
> Here's the scenario: 2 Windows 2000 servers and one workstation. (Let's
> call them WebServer, FileServer and XPClient). All 3 computers are on the
> same domain. Both Servers are DC's. (I've also tried with 1 DC and 1
> Member
> server)
>
> I've written some asp pages for my Intranet that allows me to see basic
> information aount user accounts. Included in that information is disk
> quota
> data such as QuotaLimit, QuotaUsed, etc.
>
> The web server (IIS5) is configured for "Integrated Windows
> Authentication"
> which appears to be working perfectly. In every instance, I connect using
> an
> Admin account. NTFS permissions on the web site make sure of that.
>
> If IE on WebServer connects to WebServer, IIS properly connects to
> \\FileServer\c$ and retrieves the quota information correctly.
>
> If IE running on either XPClient or FileServer connects to WebServer, IIS
> fails to retrieve the Quota Information for \\FileServer\c$. IIS returns
> an
> "Access Denied" error to the "QuotaObject.Initialize \\FileServer\c$\,
> true"
> statement
>
> I attempted to make IWAM_WebServer a member of the Administrators and
> Domain
> Admins global groups. No success
>
> Since the page loads perfectly when I connect from the web server, this
> indicates that the problem is not that the IIS server can't talk properly
> to
> the file server. Rather it seems to indicate that the user account IIS
> uses
> to retrieve the data is different if I'm using the server itself instead
> of a
> client.
>
> Any thoughts?
Could be a double-hop delegation issue. What happens if you use Basic
authentication instead on Windows Integrated?
-- Tom Kaminski IIS MVP http://www.microsoft.com/windowsserver2003/community/centers/iis/ http://mvp.support.microsoft.com/ http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
- Next message: Marlon: "Trying to understand this behavior, Ports in IIS"
- Previous message: Ard: "Resetting IUSR user token"
- In reply to: Paul J. Landry: "IIS/Windows Permissions/Rights"
- Next in thread: Paul J. Landry: "Re: IIS/Windows Permissions/Rights"
- Reply: Paul J. Landry: "Re: IIS/Windows Permissions/Rights"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|