mirror of
https://gitlab.com/fabinfra/fabaccess/demos-environments/showcase.git
synced 2025-03-12 23:01:44 +01:00
24 lines
513 B
TOML
24 lines
513 B
TOML
[Admin1]
|
|
roles = ["Admin", "ManageUsers"]
|
|
passwd = "secret"
|
|
noot = "noot!"
|
|
cardkey = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
|
|
|
[Manager]
|
|
roles = ["Manage", "Use", "Read", "Disclose", "ManageUsers"]
|
|
passwd = "secret"
|
|
noot = "noot!"
|
|
cardkey = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
|
|
|
[MakerA1]
|
|
roles = ["Use", "Read", "Disclose"]
|
|
passwd = "secret"
|
|
noot = "noot!"
|
|
cardkey = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
|
|
|
[GuestA1]
|
|
roles = ["Read", "Disclose"]
|
|
passwd = "secret"
|
|
noot = "noot!"
|
|
cardkey = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|