I want to make a script that will read the windows logon information to get the username and display it as the default name in an authentication form. Thing is... PHP seems to be server-side only and I can't figure out how to get the client info. Note: I don't want the user to enter something in a form, it's an intranet and we don't want the user to log in the web interface, but we need to know who's logged using the username, not IP or similar.
I've seen a compiled CGI that can do it, but I can't find any info on HOW to do that.
I prefer PHP, but if I could deal with CGI or ASP, anyone knows how to do it?
Please help.
-L