I'm trying to integrate my Active directory to my website. So, I downloaded the AD Integration Plugin, but it says "ATTENTION: You have no LDAP support. This plugin won´t work. You must install or enable LDAP support in PHP."
How do I fix that? Is that a php problem?
Thanks for the help :D
This is for your reference. I was able to solve my problem. It seems that when linux was installed to my server, ldap was not installed with it. So, what I did was I installed it following this link http://docs.adaptivecomputing.com/viewp ... entos6.htm. After that, I compiled ldap to php. I followed this link: https://ma.ttias.be/how-to-compile-and- ... om-source/.