-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LDAP cannot be installed #230
Comments
@ajstanley If you set |
Thanks @nigelgbanks! The php -m shows ldap now, but installing the ldap module brings a world of pain -
|
Also, this image will not run unless the matomo module is uninstalled. |
// Early return if status matches configured values.
$disabled_status_codes = $config->get('status_codes_disabled');
if (in_array($status, $disabled_status_codes)) {
return;
} That looks some other aspect of the site that is messed up perhaps an install from configuration which used an earlier version of matomo is to blame?
Looks like |
It may all be moot - I was able to install another LDAP module - |
To run the LDAP module, PHP's LDAP extension must be enabled on the server. Unfortunately, Alpine doesn't come with apt-get and there is no way to add the module to the container.
@nigelgbanks kindly added this module to the underlying nginx container, but those changes have not propagated down into the current containers.
Ideally, we'd be able to replace the Drupal container on a running site with the PHP LDAP extension available.
The text was updated successfully, but these errors were encountered: