Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Security > Re: FileSystemObject and delegation on IIS 7.0

Reply
Thread Tools Display Modes

Re: FileSystemObject and delegation on IIS 7.0

 
 
Ondrej Sevecek
Guest
Posts: n/a

 
      06-17-2009
update here:

unconstrained delegation works fine.

with constrained delegation I receive Path not found error from GetFolder
method of the FSO object.

o.


"Ondrej Sevecek" <> wrote in message
news:...
> hello,
>
> I have created a test .ASP web page using FileSystemObject to access a
> remote file share and query AD for some basic user account info (again on
> a remote DC). so there are actually 4 computers involved in the
> transaction CL1 (client vista), srv1 (the web server, 2008), dc1 (the dc
> with LDAP, 2008), fs1 (file server with a share, 2008).
>
> I have CONSTRAINED delegation enabled for the correct user/computer
> accounts. the delegation to the DC (LDAP) works fine from the script. But
> the FileSystemObject, although the delegation is correctly enabled for
> CIFS protocol to FS1 (as well as the DC1) never tries to obtain the ticket
> and does only anonymous access.
>
> Why? Is that any bug in the FileSystemObject COM?
>
> thank you very much.
>
> ondrej sevecek
> MVP, MCM: Directory
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
FileSystemObject Gregorio Aranda Scripting 1 03-12-2008 09:18 AM
Using FileSystemObject for Recycle Bin Valerie Hough Scripting 2 11-27-2004 02:00 PM
create filesystemobject on remote computer cabua99 Scripting 5 01-31-2004 03:39 AM
VBScript to run filesystemobject comparison ERIC DAI C Scripting 1 01-15-2004 06:44 AM
Remote comuter access + FileSystemObject? Sofia Engvall Scripting 4 09-03-2003 01:39 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59