mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
This commit fixes parameters broken in the latest version of `adldap2`. Specifically: * `adldap` auth parameters have changed in the latest version. * "usernames" has become `identities` and `discover` has changed to `discover_users_by`, `auth` has changed to `bind_users_by` * Add the missing objectguid field to the users table for adldap2. * This is added as a nullable (optional) field at the moment to support tracking LDAP users as adldap2 wants to. |
||
---|---|---|
.. | ||
app.php | ||
auth.php | ||
breadcrumbs.php | ||
broadcasting.php | ||
cache.php | ||
csv.php | ||
database.php | ||
filesystems.php | ||
firefly.php | ||
google2fa.php | ||
hashing.php | ||
import.php | ||
intro.php | ||
ldap_auth.php | ||
ldap.php | ||
logging.php | ||
mail.php | ||
queue.php | ||
services.php | ||
session.php | ||
twigbridge.php | ||
upgrade.php | ||
view.php |