Versions Compared

Key

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

...

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
#
-*
Code Block
4.4.14
fred             # has read /write access to all suites
-joe             # has read access to all suites
 
*  /x /y    # all users have read/write access to suites /x /y
-* /w /z    # all users have read access to suites /w /z
 
user1 /a,/b,/c  # user1 has read/write access to suite /a /b /c
user2 /a
user2 /b
user2 /c       # user2 has read write access to suite /a /b /c
user3 /a /b /c # user3 has read write access to suite /a /b /c
 
-user4 /a,/b,/c  # user4 has read access to suite /a /b /c
-user5 /a
-user5 /b
-user5 /c    # user5 has read access to suite /a /b /c
-user6 /a /b /c   # user6 has read access to suite /a /b /c

 

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

...