Closed HawtDogFlvrWtr closed 1 year ago
I should also mention that import works a treat against the 180 users in active directory, so it knows my custom guild and domain columns.
Never mind. I ran through the install for Plain Auth before DB Auth, and it had a leftover session file that it was using, where the id was the guid. I had to manually remove the session file and refresh. I'm going to look through the documentation and find a good place to submit a change to document this in red bold, ROFL
Just got to this, thanks for posting your solution here @HawtDogFlvrWtr! I'm glad you were able to resolve it š
Environment:
Laravel Breeze
I've followed the Database Auth + Breeze install instructions, but when logging in, it's trying to compare the ldap guid against the users.id column instead of the custom guid column I've defined. I'm not sure what i'm missing.
Model/User.php
LogonRequest.php
Provider in Auth.php