You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
Adldap2-Laravel Version: 6.1.6 upgrading from 3.0.*
PHP Version: 7.4
LDAP Type: ActiveDirectory
Hi, i'm trying to upgrade my Laravel backend to version 6, and it requires me to upgrade Adldap2-Laravel aswell, but after doing so following the upgrade guide it doesn't work anymore. It does seem to connect to my AD server, because when I change LDAP_HOST settings it returns 'can't connect to ldap server'. But when querying for users, it just returns an empty array. Here's my config:
I've allready tried republishing the config files (which genereates config/ldap.php and config/ldap_auth.php) and going through each setting to see what has changed compared to the older version of Adldap2-Laravel. Kind of at a loss here, and help is greatly appreciated. Let me know if more examples of files are needed. Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, i'm trying to upgrade my Laravel backend to version 6, and it requires me to upgrade Adldap2-Laravel aswell, but after doing so following the upgrade guide it doesn't work anymore. It does seem to connect to my AD server, because when I change LDAP_HOST settings it returns 'can't connect to ldap server'. But when querying for users, it just returns an empty array. Here's my config:
.env:
config\auth.php:
the code i use to get users:
I've allready tried republishing the config files (which genereates
config/ldap.php
andconfig/ldap_auth.php
) and going through each setting to see what has changed compared to the older version of Adldap2-Laravel. Kind of at a loss here, and help is greatly appreciated. Let me know if more examples of files are needed. ThanksThe text was updated successfully, but these errors were encountered: