Steve Bauman

Results 406 comments of Steve Bauman

@dereknutile Are you also certain your `users` table has a `guid` column? I don't see it in your provided screenshots. These must be populated for users to be soft-deleted: https://github.com/DirectoryTree/LdapRecord-Laravel/blob/87fcfd52bc0bcb76d3bd5840fa8230569d07a90a/src/Import/Importer.php#L397-L399

Also, it looks like you're using a custom LdapRecord `User` model as well (`App\Ldap\Ccso\User`). Can you share its code, as well as your auth configuration?

Hi @ellisonpatterson, Can you post your `LoginController` please?

Thanks @ellisonpatterson. If you `dd()` the `$message`, and `$code` in `handleLdapBindError` after attempting to login with a user whom has "User must change password at next logon" checked, what do...

For others looking to do this in the future, I've added this in my [location](https://github.com/stevebauman/location) package: https://github.com/stevebauman/location/blob/3867682db8228c9b3ccf88e4cc80ce63aa73d60b/src/Drivers/MaxMind.php#L22-L68 ```php class MaxMind extends Driver implements Updatable { /** * Update the MaxMind...