Forum Moderators: coopster

Message Too Old, No Replies

check windows login

         

jackvull

11:50 am on Nov 23, 2007 (gmt 0)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



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)

10+ Year Member



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'].