mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
Update Backendpath for Authentication
Backends are now located in the Icinga/Authentication/Backend folder refs #4265
This commit is contained in:
parent
e325ad3417
commit
da43813de9
@ -64,7 +64,7 @@ class Manager
|
|||||||
private function initBackend($authenticationTarget, $authenticationSource)
|
private function initBackend($authenticationTarget, $authenticationSource)
|
||||||
{
|
{
|
||||||
$userbackend = ucwords(strtolower($authenticationSource->backend));
|
$userbackend = ucwords(strtolower($authenticationSource->backend));
|
||||||
$class = '\\Icinga\\Authentication\\' . $backend . $authenticationTarget. 'Backend';
|
$class = '\\Icinga\\Authentication\\Backend\\' . $backend . $authenticationTarget. 'Backend';
|
||||||
return new $class($authenticationSource);
|
return new $class($authenticationSource);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user