mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 16:36:59 +01:00
test(IT): Test Ldap Import check use cases
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -59,7 +59,7 @@ final class CheckController extends SimpleControllerBase
|
||||
* @throws SPException
|
||||
*/
|
||||
#[Action(ResponseType::JSON)]
|
||||
public function checkAction(bool $useConfigParams): ActionResponse
|
||||
public function checkAction(bool $useConfigParams = true): ActionResponse
|
||||
{
|
||||
if ($useConfigParams) {
|
||||
$ldapParams = LdapParams::fromConfig($this->configData);
|
||||
|
||||
Reference in New Issue
Block a user