Vb.Net code for user log-on network authentication

Vb.Net code for user log-on network authentication

Secure Home | Search | About
 Microsoft Applications Security    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content add this group's latest topics to your Google content
Subject Author Date
Vb.Net code for user log-on network authentication Michael via WinServerKB.com 08-21-2006
Posted by Michael via WinServerKB.com on August 21, 2006, 1:56 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
Does anyone know a concise complete VB.NET Code for user authentication to a
network, not a workstation with just username and password?

--
Message posted via WinServerKB.com
http://www.winserverkb.com/Uwe/Forums.aspx/windows-security/200608/1


Posted by Roger Abell [MVP] on August 23, 2006, 12:38 am
If you were  Registered and logged in, you could reply and use other advanced thread options
I bet at most 1 out of 10 think "user authentication to a network"
means what you intend. I for one have no idea what you mean.


> Does anyone know a concise complete VB.NET Code for user authentication to
> a
> network, not a workstation with just username and password?
>
> --
> Message posted via WinServerKB.com
> http://www.winserverkb.com/Uwe/Forums.aspx/windows-security/200608/1
>



Posted by anekwe via WinServerKB.com on August 23, 2006, 10:02 am
If you were  Registered and logged in, you could reply and use other advanced thread options
Let me rephrase the statement. What I wanted to know is a concise code that
would allow me to logon to a server from my PC. I wrote the code to allow me
to sign on to my program using my userID and workstation password. Now I
want to develop code to allow me to use my userID and the password to the
server. Any help is greatly appreciated.

Roger Abell [MVP] wrote:
>I bet at most 1 out of 10 think "user authentication to a network"
>means what you intend. I for one have no idea what you mean.
>
>> Does anyone know a concise complete VB.NET Code for user authentication to
>> a
>> network, not a workstation with just username and password?

--
Message posted via http://www.winserverkb.com


Posted by Roger Abell [MVP] on August 23, 2006, 12:02 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
If you have code that is collecting credentials and then presenting this to
the
system for authentication then you should simply be able to do the same
thing
but with domain specified to let the system use its channel(s) to get that
domain
cred authenticated. If you mean a non-domain environment then it would much
depend on whether the auth call technique you are using is remotable.

That said, why are you bothering?
It is hard for most people to code more secure credential collection that
what
already exists, which is pretty much a no-op on your part if the code is to
be
used interactively, or used in domain environment where it will rund as the
cred context that needs to be recognized on the remote system.

IOW the answer I think is "it depends", as we do not know what your
architecture is attempting and via want classes/methods, etc..
On of the msdn forums might inform you most directly, and correct for the
specifics of what you have designed.

> Let me rephrase the statement. What I wanted to know is a concise code
> that
> would allow me to logon to a server from my PC. I wrote the code to allow
> me
> to sign on to my program using my userID and workstation password. Now I
> want to develop code to allow me to use my userID and the password to the
> server. Any help is greatly appreciated.
>
> Roger Abell [MVP] wrote:
>>I bet at most 1 out of 10 think "user authentication to a network"
>>means what you intend. I for one have no idea what you mean.
>>
>>> Does anyone know a concise complete VB.NET Code for user authentication
>>> to
>>> a
>>> network, not a workstation with just username and password?
>
> --
> Message posted via http://www.winserverkb.com
>



Similar ThreadsPosted
How to force a (the same !) user to logon when connecting to a network shared folder ? March 4, 2007, 8:19 am
0x80070569: Logon failure: the user has not been granted the requested logon type at this computer. December 22, 2005, 9:06 am
Logon failure: the user has not been granted the requested logon t October 3, 2006, 1:54 am
RE: wireless authentication before logon May 26, 2005, 12:05 pm
How to set up Kerberos authentication? (some code :) August 18, 2005, 5:55 pm
Smart Card Logon and 802.1x Authentication November 27, 2007, 1:20 pm
802.1x authentication logon has Home drive mapping problem February 19, 2008, 11:37 pm
Automatic certificate deployment for 802.1x network authentication April 30, 2008, 7:01 am
Logon problems after trying to setup home network February 14, 2006, 12:10 pm
Re: Fast User Switching in Domain Member mode / Authentication Tic September 25, 2005, 11:28 pm

The site map in XML format XML site map

Contact Us | Privacy Policy