I've seen several posts, but I have not be able to resolve this......
We are running NT 4.0/Apache 1.3.20/PHP 4.0.6. I am trying to determine the user's Window logon name with no luck.
Under Linux/Apache/PHP, I can use getenv ("USER") or $USER to get this information. I have tried $LOGON_USER, $REMOTE_USER and $PHP_AUTH_USER as found in other postings. I have also installed mod_ntlm ( How do I know this is working?? Can't find it in php_info() ). None of this has worked.
I just need the user ID...
Thanks!