We have a Windows network with Active Directory.
Each user logs onto the network and then once authneticated they need to login again to our web based intranet.
The intranet runs off PHP on an IIS server.
What I would like to do is when the user opens the intranet pages PHP get's their network login details and checks that they are on our network.
I've been looking at ldap but can't find any good tutorials on using it with Active Directory.
Is what I am looking to do possible?
If so can anyone point me to some good resources for learning how to do it.
Thanks for any help.