These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for php ldap module on the new forum.
This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
Where do you enable the php ldap module on virtualmin gpl? On a windows server I just enable the extension in the php.ini file. Is there a place to modify the extensions on virtualmin?
Howdy,
You may just need to install it.
How you'd do that depends on your distro, but if you were to SSH in, you could type this from the command line:
apt-get install php5-ldap (on Ubuntu/Debian)
yum install php5-ldap (on CentOS/RHEL)
One of those should do the trick!
-Eric
The CentOS yum command varies...but it's probably:
yum install php-ldap
--
Check out the forum guidelines!
I landed up having to restart the server after installing it. Restarting just apache didn't work. Everything seems to be working now.