|
@@ -12,7 +12,7 @@ class _Params(BaseModel):
|
|
user: str
|
|
user: str
|
|
password: Secret
|
|
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] = [
|
|
command_arguments: list[str | Secret] = [
|
|
params.ldap_uri,
|
|
params.ldap_uri,
|
|
params.user,
|
|
params.user,
|