mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
Revert "Merge branch 'bugfix/domain-aware-auth-non-domain-ldap-group-backend-3250'"
This reverts commit 5cb7deda20c4e69a5461ec646af2fedfb3a151a0, reversing changes made to 02391e648be2f29b28ddbf7a08ebe6459a0fc6d7. The change must be reverted because it makes it impossible to load groups if domain aware auth is not enabled and the authenticated user specifies a domain. refs #3324
This commit is contained in:
parent
c0e8b33b33
commit
4a000d0098
1
AUTHORS
1
AUTHORS
@ -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>
|
||||
|
@ -693,9 +693,6 @@ class LdapUserGroupBackend extends LdapRepository implements Inspectable, UserGr
|
||||
|
||||
$username = $user->getLocalUsername();
|
||||
} else {
|
||||
if ($user->hasDomain()) {
|
||||
return array();
|
||||
}
|
||||
$username = $user->getUsername();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user