Heya!
Started looking to set this up for AD Authentication on a work project via a Laravel install. So far can Authenticate and log in just fine.
However I have noticed that when pulling the Group Membership for a user it appears to be incorrect. Specifically every single group is missing the first 3 characters.
Pastebin Example
The above is a direct pull from a dd(Auth::user()); specifcally my personal account. I have just removed some Groups and changed the name to Test User for security. But if you notice, the first 3 letters of all groups are showing incorrectly.
"inistrators" => "inistrators" - Should be Administrators
"erprise Admins" => "erprise Admins" - Should be Enterprise Admins
"ain Users" => "ain Users" - Should be Domain Users
etc.
Heya!
Started looking to set this up for AD Authentication on a work project via a Laravel install. So far can Authenticate and log in just fine.
However I have noticed that when pulling the Group Membership for a user it appears to be incorrect. Specifically every single group is missing the first 3 characters.
Pastebin Example
The above is a direct pull from a dd(Auth::user()); specifcally my personal account. I have just removed some Groups and changed the name to Test User for security. But if you notice, the first 3 letters of all groups are showing incorrectly.
"inistrators" => "inistrators" - Should be Administrators
"erprise Admins" => "erprise Admins" - Should be Enterprise Admins
"ain Users" => "ain Users" - Should be Domain Users
etc.