@@ -12,7 +12,7 @@ class _Params(BaseModel):
user: str
password: Secret
-def _commands_function(params: Params, host_config: HostConfig) -> Iterable[SpecialAgentCommand]:
+def _commands_function(params: _Params, host_config: HostConfig) -> Iterable[SpecialAgentCommand]:
command_arguments: list[str | Secret] = [
params.ldap_uri,
params.user,