add missing paths in check_path

* /access/realm/<realm>
* /access/groups/<group>

were overlooked when fixing #1500

see: https://forum.proxmox.com/threads/are-group-acls-broken-in-v6-4.91000/

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-06-16 15:55:34 +02:00 committed by Thomas Lamprecht
parent 5e868938f1
commit 8737ff3718

View File

@ -939,7 +939,9 @@ sub check_path {
/
|/access
|/access/groups
|/access/groups/[[:alnum:]\.\-\_]+
|/access/realm
|/access/realm/[[:alnum:]\.\-\_]+
|/nodes
|/nodes/[[:alnum:]\.\-\_]+
|/pool