Click to See Complete Forum and Search --> : Windows login


ava
10-28-2005, 02:51 AM
Hi everyone. I've posted this question on the PHP-forum but it's clear to me now that it doesn't belong there.
I need a way to get the Windows login name on a webpage. With that, I mean the client PC login name.
I would also like it to be as platform-independent (NT,2000,XP,2003...) as possible.

Can anyone help me out?

NogDog
10-28-2005, 03:19 AM
If there is a way for a web page to know the windows login of a visitor, that would seem to me to be a rather glaring security hole.

ava
10-28-2005, 05:02 AM
If there is a way for a web page to know the windows login of a visitor, that would seem to me to be a rather glaring security hole. :D Lol, you got a point there.
It's just that I want to design an intranet application that automatically logs in users in MySQL with their Windows Login name. But I guess it's not possible.
Too bad.

Thanks for the FB NogDog

ray326
10-28-2005, 08:16 PM
That's not exactly "platform independent" since those are all Windows. I assume you're running IIS. Turn on Basic Auth against the company domain and with NT Challenge the users will be auto logged in as their network ID.