Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

IIS6 /WebDAV/NTLM/Kerberos and Remote Storage

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Sever Truncating Files?  
Author Message
anonymous1614

External


Since: Apr 07, 2004
Posts: 4



(Msg. 1) Posted: Wed Apr 07, 2004 9:32 am
Post subject: IIS6 /WebDAV/NTLM/Kerberos and Remote Storage
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hello,
I'm trying to setup an II6 server to serve up a directory
structure on a Win2K server. I enable the WebDAV Service
Extention, I create a virtual dir in IIS6, I give the VD
r+w+index+directory browsing. I setup the Connect As
dialog to use pass though authentication. Directory
security has anonymous turned off and Integrated Windows
auth turned on. I setup the Share and NTFS perms on the
Win2K directory.

When I attempt to open the web folder in the browser, I
get challenged, after providing my credentials 3 times, I
get turned away with a 401.1 error page.

I did some poking around and found an article that talks
about what I *think* is the problem.

http://www.microsoft.com/technet/prodtechnol/windowsserver2
003/technologies/webapp/iis/remstorg.mspx#XSLTsection124121
120120

(See: Protocol Transition and NTLM in the article)

Is NTLM and Kerberos the problem? I think the 2K server
wants to use NTLM and the 2K3 server wants to use
Kerberos, but the tickets aren't being passed properly.
(I don't know why the 2K server would be using NTLM
though, both servers are in AD and should default to
Kerberos, correct?). There is a setting I can make in AD
on the 2K3 server object that would allow the tranlstion
to take place (at least that's how I understand it)---
"Trust computer for delegation", but this seems to
indicate that there are security concerns--are there?

Am I headed in the right direction? Why am I challenged
to authenticate in the first place if pass-through is
enabled? Is there a way around this?

Thanks for any input!

 >> Stay informed about: IIS6 /WebDAV/NTLM/Kerberos and Remote Storage 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Thu Apr 08, 2004 12:05 am
Post subject: Re: IIS6 /WebDAV/NTLM/Kerberos and Remote Storage [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Is this IIS6 server in a domain.
Are you using Custom AppPool Identity.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Ariel" <anonymous.RemoveThis@discussions.microsoft.com> wrote in message
news:197a601c41ca4$cfb3ae10$a401280a@phx.gbl...
Hello,
I'm trying to setup an II6 server to serve up a directory
structure on a Win2K server. I enable the WebDAV Service
Extention, I create a virtual dir in IIS6, I give the VD
r+w+index+directory browsing. I setup the Connect As
dialog to use pass though authentication. Directory
security has anonymous turned off and Integrated Windows
auth turned on. I setup the Share and NTFS perms on the
Win2K directory.

When I attempt to open the web folder in the browser, I
get challenged, after providing my credentials 3 times, I
get turned away with a 401.1 error page.

I did some poking around and found an article that talks
about what I *think* is the problem.

http://www.microsoft.com/technet/prodtechnol/windowsserver2
003/technologies/webapp/iis/remstorg.mspx#XSLTsection124121
120120

(See: Protocol Transition and NTLM in the article)

Is NTLM and Kerberos the problem? I think the 2K server
wants to use NTLM and the 2K3 server wants to use
Kerberos, but the tickets aren't being passed properly.
(I don't know why the 2K server would be using NTLM
though, both servers are in AD and should default to
Kerberos, correct?). There is a setting I can make in AD
on the 2K3 server object that would allow the tranlstion
to take place (at least that's how I understand it)---
"Trust computer for delegation", but this seems to
indicate that there are security concerns--are there?

Am I headed in the right direction? Why am I challenged
to authenticate in the first place if pass-through is
enabled? Is there a way around this?

Thanks for any input!

 >> Stay informed about: IIS6 /WebDAV/NTLM/Kerberos and Remote Storage 
Back to top
Login to vote
anonymous1614

External


Since: Apr 07, 2004
Posts: 4



(Msg. 3) Posted: Mon Apr 12, 2004 7:58 am
Post subject: Re: IIS6 /WebDAV/NTLM/Kerberos and Remote Storage [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

The IIS6 server and the Win2K server are both in the same
OU.

Since I don't know what Custom AppPool Identity is, I
would think the answer is no.

Thanks for your response.

I don't know
 >-----Original Message-----
 >Is this IIS6 server in a domain.
 >Are you using Custom AppPool Identity.
 >
 >--
 >//David
 >IIS
 >This posting is provided "AS IS" with no warranties, and
confers no rights.
 >//
 >"Ariel" <anonymous DeleteThis @discussions.microsoft.com> wrote in
message
 >news:197a601c41ca4$cfb3ae10$a401280a@phx.gbl...
 >Hello,
 >I'm trying to setup an II6 server to serve up a directory
 >structure on a Win2K server. I enable the WebDAV Service
 >Extention, I create a virtual dir in IIS6, I give the VD
 >r+w+index+directory browsing. I setup the Connect As
 >dialog to use pass though authentication. Directory
 >security has anonymous turned off and Integrated Windows
 >auth turned on. I setup the Share and NTFS perms on the
 >Win2K directory.
 >
 >When I attempt to open the web folder in the browser, I
 >get challenged, after providing my credentials 3 times, I
 >get turned away with a 401.1 error page.
 >
 >I did some poking around and found an article that talks
 >about what I *think* is the problem.
 >
 >http://www.microsoft.com/technet/prodtechnol/windowsserver
2
 >003/technologies/webapp/iis/remstorg.mspx#XSLTsection12412
1
 >120120
 >
 >(See: Protocol Transition and NTLM in the article)
 >
 >Is NTLM and Kerberos the problem? I think the 2K server
 >wants to use NTLM and the 2K3 server wants to use
 >Kerberos, but the tickets aren't being passed properly.
 >(I don't know why the 2K server would be using NTLM
 >though, both servers are in AD and should default to
 >Kerberos, correct?). There is a setting I can make in AD
 >on the 2K3 server object that would allow the tranlstion
 >to take place (at least that's how I understand it)---
 > "Trust computer for delegation", but this seems to
 >indicate that there are security concerns--are there?
 >
 >Am I headed in the right direction? Why am I challenged
 >to authenticate in the first place if pass-through is
 >enabled? Is there a way around this?
 >
 >Thanks for any input!
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS6 /WebDAV/NTLM/Kerberos and Remote Storage 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]