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)
|
||||
{
|
||||
$userbackend = ucwords(strtolower($authenticationSource->backend));
|
||||
$class = '\\Icinga\\Authentication\\' . $backend . $authenticationTarget. 'Backend';
|
||||
$class = '\\Icinga\\Authentication\\Backend\\' . $backend . $authenticationTarget. 'Backend';
|
||||
return new $class($authenticationSource);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue