copyparty/tests/res/idp/2.conf
ed caf7e93f5e IdP (#62): add groups + dynamic vols (non-persistent)
features which should be good to go:
* user groups
* assigning permissions by group
* dynamically created volumes based on username/groupname
* rebuild vfs when new users/groups appear

but several important features still pending;
* detect dangerous configurations
   * dynamic vol below readable path
* remember volumes created during previous runs
   * helps prevent unintended access
   * correct filesystem-scan on startup
2024-01-30 19:13:42 +01:00

30 lines
256 B
YAML

# -*- mode: yaml -*-
# vim: ft=yaml:
[global]
idp-h-usr: x-idp-user
idp-h-grp: x-idp-group
[accounts]
ua: pa
ub: pb
uc: pc
[groups]
ga: ua, ub
[/]
/
accs:
r: @ga
[/vb]
/b
accs:
r: @ga, ua
[/vc]
/c
accs:
r: @ga, uc