-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
Description
Affected version
All
Current and expected behavior
The reporting task fails to run when the CN contains whitespaces like:
CN=myldapbinduser,OU=myou1,OU=my users,OU=myou2,DC=mycompany,DC=de
This is provided via a parameter for a script that will abort due to a wrong amount of parameters.
usage: create_nifi_reporting_task.py [-h] -n NIFI_API_URL -u USERNAME -p
PASSWORD -v NIFI_VERSION -c CERT -m
METRICS_PORT [-t TASK_NAME]
create_nifi_reporting_task.py: error: unrecognized arguments: users,OU=myou2,DC=mycompany,DC=de
Possible solution
Escape the -u
(user) and probably the -p
(password) parameters in the create-reporting-task job.
Additional context
No response
Environment
No response
Would you like to work on fixing this bug?
None