fabaccess-bffh/examples/users.toml
Nadja Reitzenstein bd635d97ac Make work
2021-09-21 07:54:18 +02:00

14 lines
327 B
TOML

[Testuser]
# Define them in roles.toml as well
roles = ["somerole/internal", "testrole/internal"]
# If two or more users want to use the same machine at once the higher prio
# wins
priority = 0
passwd = "secret"
# You can add whatever random data you want.
# It will get stored in the `kv` field in UserData.
noot = "noot!"