Hi;
I'm trying to do a transparent authentication on the intranet. The OS is NT, the webserver is IIS. Can php ask IIS which NT user is requesting the page ?
Actually this is possible using ASP/IIS.
Thanks !
i just found a solution on IIS only. call : get_env("REMOTE_USER") to get the NT DOMAIN name and username.