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

Got LDAP auth working to a functional state

This commit is contained in:
Dan Brown
2016-01-11 22:41:05 +00:00
parent 14ca31768c
commit 1c8c9e65c5
10 changed files with 175 additions and 45 deletions

View File

@ -70,7 +70,7 @@ return [
'providers' => [
'users' => [
'driver' => env('AUTH_METHOD', 'eloquent'),
'model' => Bookstack\User::class,
'model' => BookStack\User::class,
],
// 'users' => [