mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
parent
e07f2a2b0d
commit
c36e30af1e
@ -81,23 +81,6 @@ class DbBackendForm extends BaseBackendForm
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Return the datatbase authentication backend configuration for this form
|
|
||||||
*
|
|
||||||
* @return array
|
|
||||||
*
|
|
||||||
* @see BaseBackendForm::getConfig()
|
|
||||||
*/
|
|
||||||
public function getConfig()
|
|
||||||
{
|
|
||||||
return array(
|
|
||||||
$this->getValue('name') => array(
|
|
||||||
'backend' => 'db',
|
|
||||||
'resource' => $this->getValue('resource')
|
|
||||||
)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Validate the current configuration by creating a backend and requesting the user count
|
* Validate the current configuration by creating a backend and requesting the user count
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user