DirectoryTree / LdapRecord-Laravel

Multi-domain LDAP Authentication & Management for Laravel.
https://ldaprecord.com/docs/laravel/v3
MIT License
496 stars 52 forks source link

[Support] Migrating from adldap2/adldap2-laravel to directorytree/ldaprecord-laravel #466

Closed kellerisddev closed 1 year ago

kellerisddev commented 2 years ago

Environment:

Describe the bug:

Is there a guide that details the steps to migratefrom adldap2/adldap2-laravel to directorytree/ldaprecord-laravel?

I am running into the same error as other users Option auto_connect does not exist. I have deleted the ldap.php from config directory and re-run and the same error persists

stevebauman commented 2 years ago

Hi @kellerisddev,

There is unfortunately no migration guide. LdapRecord was almost a complete rebuild on Adldap2, so a migration guide just wasn't possible to write due to the severity of differences.

Have you cached your configuration? Please run php artisan config:clear and try again 👍

stevebauman commented 1 year ago

Closing due to inactivity.