copyparty/tests/res/idp
ed 2e53f7979a IdP: multiple group rules for ${u} and ${g}
until now, ${u} would match all users,
${u%-foo} would exclude users in group foo,
${u%+foo} would only include users in group foo

now, the following is also possible:
${u%-foo,%-bar} excludes users in group foo and/or group bar,
${u%+foo,%+bar} only includes users which are in groups foo AND bar,
${g%-foo} skips group foo (includes all others),
${g%-foo,%-bar} skips group foo and/or bar (includes all others)

see ./docs/examples/docker/idp/copyparty.conf ;
https://github.com/9001/copyparty/blob/hovudstraum/docs/examples/docker/idp/copyparty.conf
2025-06-03 20:03:17 +00:00
..
1.conf IdP (#62): add groups + dynamic vols (non-persistent) 2024-01-30 19:13:42 +01:00
2.conf IdP (#62): add groups + dynamic vols (non-persistent) 2024-01-30 19:13:42 +01:00
3.conf IdP (#62): add groups + dynamic vols (non-persistent) 2024-01-30 19:13:42 +01:00
4.conf IdP (#62): add groups + dynamic vols (non-persistent) 2024-01-30 19:13:42 +01:00
5.conf idp: users can be in multiple groups 2024-02-08 20:25:32 +00:00
6.conf idp: precise expansion of ${u} (fixes #79); 2024-03-21 20:10:27 +00:00
7.conf IdP: multiple group rules for ${u} and ${g} 2025-06-03 20:03:17 +00:00