You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
653 B
37 lines
653 B
[
|
|
{
|
|
"Username": "admin",
|
|
"Password": "myadminpassword",
|
|
"PublicKeys": [
|
|
],
|
|
"HomeDir": "/",
|
|
"Permissions": {
|
|
"/": ["*"]
|
|
},
|
|
"Uid": 0,
|
|
"Gid": 0
|
|
},
|
|
{
|
|
"Username": "user1",
|
|
"Password": "myuser1password",
|
|
"PublicKeys": [""],
|
|
"HomeDir": "/user1",
|
|
"Permissions": {
|
|
"/user1": ["*"],
|
|
"/public": ["read", "list","write"]
|
|
},
|
|
"Uid": 1111,
|
|
"Gid": 1111
|
|
},
|
|
{
|
|
"Username": "readonly",
|
|
"Password": "myreadonlypassword",
|
|
"PublicKeys": [],
|
|
"HomeDir": "/public",
|
|
"Permissions": {
|
|
"/public": ["read", "list"]
|
|
},
|
|
"Uid": 1112,
|
|
"Gid": 1112
|
|
}
|
|
]
|