Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Impersonate domain user account from DMZ

Reply
Thread Tools

Impersonate domain user account from DMZ

 
 
Shawn
Guest
Posts: n/a
 
      10-14-2005
Hi.
I have a VB.NET application that retrieve files from a file-share on our
network. In the program I impersonate a user account on our domain that has
access to the file-share. This works fine inside the network, but when I
run the program from our DMZ zone I'm unable to impersonate. When I logon
to the server in DMZ I cannot use my domain account, I have to use a local
account. I'm guessing this is why I'm having trouble impersonating a user
on the domain. Is there something I can do to make the server able to
authenticate a user on my domain? A setting somewhere on the server or
maybe open a port in the firewall?

Any help is greatly appreciated.
Thanks
Shawn


 
Reply With Quote
 
 
 
 
Ken Schaefer
Guest
Posts: n/a
 
      10-18-2005
If you application has the username/password for the domain user, then it
can connect to a remote server passing those credentials as part of a
NTLM-based ('pass through') authentication process. Both servers need to
allow NTLM based authentication.

Cheers
Ken


"Shawn" <> wrote in message
news:...
: Hi.
: I have a VB.NET application that retrieve files from a file-share on our
: network. In the program I impersonate a user account on our domain that
has
: access to the file-share. This works fine inside the network, but when I
: run the program from our DMZ zone I'm unable to impersonate. When I logon
: to the server in DMZ I cannot use my domain account, I have to use a local
: account. I'm guessing this is why I'm having trouble impersonating a user
: on the domain. Is there something I can do to make the server able to
: authenticate a user on my domain? A setting somewhere on the server or
: maybe open a port in the firewall?
:
: Any help is greatly appreciated.
: Thanks
: Shawn
:
:


 
Reply With Quote
 
 
 
Reply

Thread Tools

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
forms authentication with domain account from DMZ? Darwinian ASP .Net Security 1 11-17-2005 02:37 AM
DirectoryEntry Impersonate or WindowsIdentity Impersonate? Bill Belliveau ASP .Net Security 3 01-31-2004 04:19 AM



Advertisments
 



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