Versions Compared

Key

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

ECFLOW white list file is a way of restricting the access to ecFlow to only known users.
The file lists users with full access and users with only read access. The read-only user names start with '-' (dash/minus). Note you must include a version number, e.g.
The environment variable ECF_LISTS is used to point to the white list file.
The white list file is an ASCII file.
File ecf.lists

Code Block
titleNamed users with write and read access
#
4.4.14 # whitelist version number
#Maintenance group and operators
#
uid1
uid2
cog
#
#Read-only users
#
-uid3
-uid4

Code Block
titleProvide all users with read access
#
4.4.14 # whitelist version number
#Maintenance group and operators
#
uid1
uid2
cog
#
#All other users have read access
#
-*

 

If you edit this file while ecFlow is running you need to use the following command to activate the change in ECF:

...