X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8594f4258417e0e7a4a59c17d006d87dc84e9f3a..refs/pull/3391/head:/app/Auth/Access/LdapService.php diff --git a/app/Auth/Access/LdapService.php b/app/Auth/Access/LdapService.php index f5d64dab3..2540fe2d8 100644 --- a/app/Auth/Access/LdapService.php +++ b/app/Auth/Access/LdapService.php @@ -295,8 +295,8 @@ class LdapService if ($this->config['dump_user_groups']) { throw new JsonDebugException([ - 'details_from_ldap' => $user, - 'parsed_direct_user_groups' => $userGroups, + 'details_from_ldap' => $user, + 'parsed_direct_user_groups' => $userGroups, 'parsed_recursive_user_groups' => $allGroups, ]); }