mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Merge branch 'bugfix/domain-aware-auth-non-domain-ldap-group-backend-3250'
fixes #3250 fixes #3251
This commit is contained in:
commit
5cb7deda20
1
AUTHORS
1
AUTHORS
@ -48,6 +48,7 @@ Mikko Peltokangas <mikko@peltokangas.org>
|
|||||||
Munzir Taha <munzirtaha@gmail.com>
|
Munzir Taha <munzirtaha@gmail.com>
|
||||||
Nicolai Buchwitz <nicolai.buchwitz@enda.eu>
|
Nicolai Buchwitz <nicolai.buchwitz@enda.eu>
|
||||||
Noah Hilverling <noah.hilverling@icinga.com>
|
Noah Hilverling <noah.hilverling@icinga.com>
|
||||||
|
Paolo Schiro <paolo.schiro@kpnqwest.it>
|
||||||
Paul Richards <paul@minimoo.org>
|
Paul Richards <paul@minimoo.org>
|
||||||
Pavlos Daoglou <pdaoglou@gmail.com>
|
Pavlos Daoglou <pdaoglou@gmail.com>
|
||||||
Pieter Lexis <pieter.lexis@powerdns.com>
|
Pieter Lexis <pieter.lexis@powerdns.com>
|
||||||
|
@ -689,6 +689,9 @@ class LdapUserGroupBackend extends LdapRepository implements UserGroupBackendInt
|
|||||||
|
|
||||||
$username = $user->getLocalUsername();
|
$username = $user->getLocalUsername();
|
||||||
} else {
|
} else {
|
||||||
|
if ($user->hasDomain()) {
|
||||||
|
return array();
|
||||||
|
}
|
||||||
$username = $user->getUsername();
|
$username = $user->getUsername();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user