Adds the installation of the php7-ldap package to the Dockerfiles in order to support LDAP authentication.
Description:
Adds the installation of the php7-ldap package to all three Dockerfiles in order to support LDAP authentication.
Benefits of this PR and context:
Dokuwiki comes pre-installed with a plugin that allows authentication via LDAP. In order for the LDAP plugin to work the php7-ldap package is required on a system level.
How Has This Been Tested?
I didn't build the docker image (not a docker expert) but simply SSHed into the container and executed the very same command to install the missing package.
Adds the installation of the
php7-ldap
package to the Dockerfiles in order to support LDAP authentication.Description:
Adds the installation of the
php7-ldap
package to all three Dockerfiles in order to support LDAP authentication.Benefits of this PR and context:
Dokuwiki comes pre-installed with a plugin that allows authentication via LDAP. In order for the LDAP plugin to work the
php7-ldap
package is required on a system level.How Has This Been Tested?
I didn't build the docker image (not a docker expert) but simply SSHed into the container and executed the very same command to install the missing package.
Source / References:
Closes #6