dokuwiki / docker

The official Docker image for DokuWiki
https://hub.docker.com/r/dokuwiki/dokuwiki
35 stars 4 forks source link

Loading php-ldap module #12

Closed crossrider00 closed 2 months ago

crossrider00 commented 2 months ago

Is there a way to get php's ldap module working? I tried activating it as suggested in the readme by putting a php.ini in the storage folder with

extension=ldap

inside. However, php will instantly complain it can't find the module.

Did I miss anything or is it just not included?

splitbrain commented 2 months ago

Yeah the container doesn't have the ldap module. Might be a good idea to add it. If you're using AD, I would recommend the pureldap plugin instead.