#ldap #laravel-8
Вопрос:
Окружающая среда
- Сервер LDAP: Windows server 2012 r2
- LdapRecord-Основная версия Laravel: v2
- Версия PHP: 8.0
Это то, что я пробовал до сих пор
'ldap' => [
'driver' => 'ldap',
'model' => LgjH2m5c8emE66pjdExmgep47BAdKTrCJ7User::class,
'database' => [
'model' => AppUser::class,
'sync_passwords' => false,
'sync_attributes' => [
'name' => 'cn',
'email' => 'mail',
],
],
],
],```
But this saves only the name and email to the database.
Please assist me on how to get the group and organizational unit of the user.