]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/LdapService.php
Guest create page: name field autofocus
[bookstack] / app / Auth / Access / LdapService.php
index f5d64dab3158d1ddf48dc45377fbe348f90ba6a4..359eeca2f5e863ab229c102a15880cce00580823 100644 (file)
@@ -105,7 +105,7 @@ class LdapService
             'name'  => $this->getUserResponseProperty($user, $displayNameAttr, $userCn),
             'dn'    => $user['dn'],
             'email' => $this->getUserResponseProperty($user, $emailAttr, null),
-            'avatar'=> $thumbnailAttr ? $this->getUserResponseProperty($user, $thumbnailAttr, null) : null,
+            'avatar' => $thumbnailAttr ? $this->getUserResponseProperty($user, $thumbnailAttr, null) : null,
         ];
 
         if ($this->config['dump_user_details']) {
@@ -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,
             ]);
         }