linuxserver / docker-grocy

A container for grocy - the ERP application for your kitchen https://grocy.info
GNU General Public License v3.0
333 stars 44 forks source link

Missing php7-ldap package #32

Closed abelfodil closed 3 years ago

abelfodil commented 3 years ago

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.

github-actions[bot] commented 3 years ago

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