Derek Nutile

Results 3 comments of Derek Nutile

Hi @stevebauman, thank you for the reply. Yes, my `users` table does have a `domain` column. The command I'm using for my test user is as follows: `php artisan ldap:import...

Hey @stevebauman , yes, I have a guid column in the users table named `objectguid`. The account is found in AD. If I `dd($object, $eloquent)` on vendor\directorytree\ldaprecord-laravel\src\Import\Importer.php (line 271), I...

@stevebauman, yes, the `SoftDeletes` trait is on the `User` model.