Is there a way to check the windows login through PHP without chagning anything in IIS? Or can I use a VBScript for this?
phparion
5:34 am on Nov 27, 2007 (gmt 0)
I guess windows is not that stupid to let you play with her passwords with php. According to me, you cannot do it.
supermanjnk
2:48 pm on Nov 27, 2007 (gmt 0)
If you are using windows Authentication under IIS and running a domain, you can use the following variable to pull the username of who is logged into the machine $_SERVER['LOGON_USER'].