Re: PUT returns Unauthorized; write permission granted
From: Peter Ordal (PeterOrdal_at_discussions.microsoft.com)
Date: 01/03/05
- Next message: David Shorthouse: "WebDAV folders hang on client"
- Previous message: David Howlett: "Frontpage extensions"
- In reply to: Ken Schaefer: "Re: PUT returns Unauthorized; write permission granted"
- Next in thread: Ken Schaefer: "Re: PUT returns Unauthorized; write permission granted"
- Reply: Ken Schaefer: "Re: PUT returns Unauthorized; write permission granted"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 3 Jan 2005 09:47:05 -0800
Ok, that's the issue then. The server is not part of the domain. I set up
accounts with exact same user names and passwords on the workstation (in the
domain) and the server (out of the domain) hoping that would work, and
without really understanding the issues at hand. I'll have to see what I can
do about getting the server in the domain.
Thanks,
Peter
"Ken Schaefer" wrote:
> 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: David Shorthouse: "WebDAV folders hang on client"
- Previous message: David Howlett: "Frontpage extensions"
- In reply to: Ken Schaefer: "Re: PUT returns Unauthorized; write permission granted"
- Next in thread: Ken Schaefer: "Re: PUT returns Unauthorized; write permission granted"
- Reply: Ken Schaefer: "Re: PUT returns Unauthorized; write permission granted"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|