Integration with Windows Login (NTLM)
I'm sure this has been asked before, but I'm not finding it.
I have a PHP application on an intranet WAMP server. I would like to give certain users previledged rights. I do not want to ask users for a login ID and password. I want to fetch their Windows login ID.
I thought this was possible, but perhaps only with IIS?
Re: Integration with Windows Login (NTLM)
yes - it is possible but it is something which is carried out by IIS. Additionally, the computer needs to be a member of a domain to use integrated authentication.
Re: Integration with Windows Login (NTLM)
Yeah, I'm not to keen on switching to IIS.
Re: Integration with Windows Login (NTLM)
Unless you write it yourself. It cannot be done. If you do want to give it ago, then this will help.
http://davenport.sourceforge.net/ntlm.html