linuxserver/docker-grocy

Missing php7-ldap package

abelfodil opened this issue · 1 comments

linuxserver.io

The image should provide the php7-ldap package (see https://github.com/grocy/grocy-docker/blob/master/Dockerfile-grocy#L43)


Desired Behavior

LDAP should work out of the box (provided the right configuration).

Current Behavior

Right now I get the following error Call to undefined function Grocy\Middleware\ldap_connect().

Setup LDAP according to https://github.com/grocy/grocy/blob/master/config-dist.php to reproduce the error.

Alternatives Considered

Installing the package manually myself.

Thanks for opening your first issue here! Be sure to follow the issue template!