Hello,
I've found several PHP server-variables (phpinfo()), which contents the actual domain and username of the actual user (e.g. $_SERVER['AUTH_USER']=domain\username) on a WindowsXP Client.
What I want to do is to set up a kind of Single-Sign-On-Website. A user, which could then authenticated automatically, should be able to change his own entries in a telephone book, but not these of other people, as an example...
How can I trust the content of this variable? Where comes that information from?
Can a normal user change this?
At least, what I want to really know: Is there a secure way to retrieve the information of the currently logged on user from the client computer?
Thanks for your help.
Hannes