1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Added dump_user_details option to LDAP and added binary attribute decode option

Related to #1872
This commit is contained in:
Dan Brown
2020-02-15 20:31:23 +00:00
parent 6caedc7a37
commit 29cc35a304
4 changed files with 79 additions and 5 deletions

View File

@ -118,6 +118,7 @@ return [
'ldap' => [
'server' => env('LDAP_SERVER', false),
'dump_user_details' => env('LDAP_DUMP_USER_DETAILS', false),
'dn' => env('LDAP_DN', false),
'pass' => env('LDAP_PASS', false),
'base_dn' => env('LDAP_BASE_DN', false),