Re: PUT returns Unauthorized; write permission granted
From: Ken Schaefer (kenREMOVE_at_THISadopenstatic.com)
Date: 12/31/04
- Next message: Joerg Jooss: "Re: Gzip compression and ASP.NET"
- Previous message: Ken Schaefer: "Re: Problem with Windows Authentication and www.sitename.com"
- In reply to: Peter Ordal: "PUT returns Unauthorized; write permission granted"
- Next in thread: Peter Ordal: "Re: PUT returns Unauthorized; write permission granted"
- Reply: Peter Ordal: "Re: PUT returns Unauthorized; write permission granted"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 31 Dec 2004 18:47:00 +1100
Is your local box on your internal network? Using Negotiate means you are
using Keberos Authentication. In order for that to work, you need to be able
to get a service ticket from the KDC (domain controller), so if your machine
is outside your internal network, this probably isn't going to work.
If you use Basic authentication (just as a test) instead of Integrated
Windows Authentication, does everything start working? If so, we should try
troubleshooting the Kerberos issue. If it still doesn't work, it looks like
we have some other issue.
Cheers
Ken
"Peter Ordal" <PeterOrdal@discussions.microsoft.com> wrote in message
news:4FEDC9D8-58FC-4605-B16F-45D5F944C3B6@microsoft.com...
>I have WebDAV running on IIS6/Win2k3. I can read from it just fine, but if
>I
> try to write I get this error: "Logon failure: unknown user name or bad
> password." I sniffed the network traffic, and here's the exchange:
>
> Me: PUT file HTTP/1.1
> Server: 401 Unauthorized, WWW-Authenticate Negotiate, WWW-Authenticate
> NTLM
> Me: PUT file HTTP/1.1, Authorization Negotiate <string>
> Server: 401 Unauthorized, WWW-Authenticate Negotiate, <other string>
>
> Like I said, reading works just fine, I do have NTFS write (e.g. I can
> work
> through Remote Desktop) and the IIS config is set to read & write. The
> only
> auth option I allow is Integrated Windows Authentication. What is going
> on?
- Next message: Joerg Jooss: "Re: Gzip compression and ASP.NET"
- Previous message: Ken Schaefer: "Re: Problem with Windows Authentication and www.sitename.com"
- In reply to: Peter Ordal: "PUT returns Unauthorized; write permission granted"
- Next in thread: Peter Ordal: "Re: PUT returns Unauthorized; write permission granted"
- Reply: Peter Ordal: "Re: PUT returns Unauthorized; write permission granted"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|