Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
titleecflow 4
ecflow_client --version  # the output should include *secure_user*
ecflow_server --version  # the output should include *secure_user*

...