diff --git a/AUTHORS b/AUTHORS index 5617d4936..cea5b962f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -48,7 +48,6 @@ Mikko Peltokangas Munzir Taha Nicolai Buchwitz Noah Hilverling -Paolo Schiro Paul Richards Pavlos Daoglou Pieter Lexis diff --git a/library/Icinga/Authentication/UserGroup/LdapUserGroupBackend.php b/library/Icinga/Authentication/UserGroup/LdapUserGroupBackend.php index 8acbad288..bd0835af0 100644 --- a/library/Icinga/Authentication/UserGroup/LdapUserGroupBackend.php +++ b/library/Icinga/Authentication/UserGroup/LdapUserGroupBackend.php @@ -693,9 +693,6 @@ class LdapUserGroupBackend extends LdapRepository implements Inspectable, UserGr $username = $user->getLocalUsername(); } else { - if ($user->hasDomain()) { - return array(); - } $username = $user->getUsername(); }