i want to use integrated windows authentication(NTLM,win2000) in my application.

I

ice

hi

i made simple winsock server/client application (TCP/IP,TCP, visual basic)

now there is no authentication.
so, all client can connect to my winsock server without login process.

i want to use integrated windows authentication(NTLM,win2000) in my
application.
(i dont want to use custem id/pw authentication)

is it possible ?

i guess i should use some winAPI function or .....


thanks

JIN
 
?

=?Windows-1252?Q?Jos=E9_Manuel_Ag=FCero?=

Hello, ice:

You can use the LogonUser API.
You have a sample (in C) at http://support.microsoft.com/default.aspx?scid=kb;en;180548.

Regards.


"ice" <[email protected]> escribió en el mensaje | hi
|
| i made simple winsock server/client application (TCP/IP,TCP, visual basic)
|
| now there is no authentication.
| so, all client can connect to my winsock server without login process.
|
| i want to use integrated windows authentication(NTLM,win2000) in my
| application.
| (i dont want to use custem id/pw authentication)
|
| is it possible ?
|
| i guess i should use some winAPI function or .....
|
|
| thanks
|
| JIN
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top