|
@@ -13,7 +13,7 @@ class Params(BaseModel):
|
|
|
password: Secret
|
|
|
|
|
|
def commands_function(params: Params, host_config: HostConfig) -> Iterator[SpecialAgentCommand]:
|
|
|
- args: Sequence[str | Secret] = [
|
|
|
+ command_arguments: Sequence[str | Secret] = [
|
|
|
params.ldap_uri,
|
|
|
params.user,
|
|
|
params.password.unsafe(),
|