From fd233510ee8fbc88aa8f90a67d347ab2b4c17f7a Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 30 Dec 2018 06:10:46 +0100 Subject: [PATCH] Fix https://github.com/firefly-iii/firefly-iii/issues/1933 / https://github.com/Adldap2/Adldap2/issues/629 --- config/adldap_auth.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/adldap_auth.php b/config/adldap_auth.php index ec1ce2674c..c354382310 100644 --- a/config/adldap_auth.php +++ b/config/adldap_auth.php @@ -9,9 +9,7 @@ $scopes = [ UidScope::class, ]; if ('FreeIPA' === env('ADLDAP_CONNECTION_SCHEME')) { - $scopes = [ - UpnScope::class, - ]; + $scopes = []; } if ('ActiveDirectory' === env('ADLDAP_CONNECTION_SCHEME')) { $scopes = [