Versions Compared

Key

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

...


  • Code Block
    export ECF_USER=fred; 
    ecflow_client --ping   # send a message to the server posing as user fred



  • Code Block
    ecflow_client --user fred --ping # send a message to the server posing as user fred


However this would allow user to pose as someone else. Hence in order to use this a password must be provided.  See Black list file

...