Merge branch 'fix/ldap-group-membership-regression'

fixes #3324
This commit is contained in:
Alexander A. Klimov 2018-04-03 13:58:33 +02:00
commit 4bf64cb131
2 changed files with 0 additions and 4 deletions

View File

@ -48,7 +48,6 @@ Mikko Peltokangas <mikko@peltokangas.org>
Munzir Taha <munzirtaha@gmail.com>
Nicolai Buchwitz <nicolai.buchwitz@enda.eu>
Noah Hilverling <noah.hilverling@icinga.com>
Paolo Schiro <paolo.schiro@kpnqwest.it>
Paul Richards <paul@minimoo.org>
Pavlos Daoglou <pdaoglou@gmail.com>
Pieter Lexis <pieter.lexis@powerdns.com>

View File

@ -693,9 +693,6 @@ class LdapUserGroupBackend extends LdapRepository implements Inspectable, UserGr
$username = $user->getLocalUsername();
} else {
if ($user->hasDomain()) {
return array();
}
$username = $user->getUsername();
}