This allows user commands to be authenticated via passwords.
To enable In ecflow 5 this functionality , ecFlow is enabled by default, however in ecflow 4 this must have been built with -DENABLE_SECURE_USER. To check this is the case, please invoke:
Code Block | ||
---|---|---|
| ||
ecflow_client --version # the output should include *secure_user* ecflow_server --version # the output should include *secure_user* |
...