Few days ago I was asking about getting $_SERVER['REMOTE_USER'] as apache.
After few hours I have found a module for apache which allows me to get $_SERVER['PHP_AUTH_USER'] variable which is similiar to $_SERVER['REMOTE_USER'] on windows IIS service.
Now I have to move my apps from windows/xampp server to linux (probably some kind of debian distro - don't know it yet). And my questions is:
- Is it possible to get remote username on linux? (users are login into domain, site works only on local intranet with no internet access)
- Does this module also works on linux-apache or it is only for windows?
- Is there any similiar module which allows me to get aforementioned variable?