Skip to content

When installing or upgrading, LDAP functions may not always be included properly #3747

@browniebraun

Description

@browniebraun

Only happening while the installer is running, because in this case the current working directory is /install/.
Introduced by the changing the path from

include_once(__DIR__ . '/lib/ldap.php');

to

/* include ldap support */
include_once('./lib/ldap.php');

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugUndesired behaviourresolvedA fixed issue

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions