Module parameters
This section includes the main parameters for the ADResetClient module.
Name
Description
Default
Mandatory
{
"name": "ADResetClient",
"instances": 1,
"config": {
"name" : "my_client_instance",
"connection" : {
"host" : "127.0.0.1",
"port" : 636,
"bind_dn" : "CN=admin,CN=Users,DC=company,DC=local",
"bind_password" : "password",
"use_ssl" : true,
"ssl_trust_all": true
}
}
}Connection
Name
Description
Default
Mandatory
"connection" : {
"host" : "127.0.0.1",
"port" : 636,
"bind_dn" : "CN=admin,CN=Users,DC=company,DC=local",
"bind_password" : "password",
"use_ssl" : true,
"ssl_trust_all": true
}