Web authentication using LDAP and Apache?
Posted
by
Stephen R
on Super User
See other posts from Super User
or by Stephen R
Published on 2012-05-09T16:18:35Z
Indexed on
2012/12/17
5:05 UTC
Read the original article
Hit count: 478
I am working on a project of setting up a web administered inventory database for my work (or if they don't want it then i'll enjoy learning about it) and hit the problem of allowing only authorized users to access the website (In its testing/development phase, I allow all people to navigate to the website to add entries to the database and query it). I am trying to make it so only particular users in the domain (Active Directory) are allowed to access the website after they are queried about their credentials. I read that Apache (I am using a LAMP server) has a means of asking visitors to the website to provide LDAP credentials in order to gain access to the site, but I wasn't sure if that was exactly what I was looking for. If anyone has experience in the LDAP configurations for Apache that I mentioned or any other means of securely authenticating with websites I would greatly appreciate advice or a direction to go
Thank you!
© Super User or respective owner