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 = [