]> git.proxmox.com Git - pve-access-control.git/commit
api: user: limit maximum length for certain properties
authorFiona Ebner <f.ebner@proxmox.com>
Thu, 8 Feb 2024 09:45:41 +0000 (10:45 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 8 Feb 2024 14:59:31 +0000 (15:59 +0100)
commit04712fc464dd58fa34e67bd648e91f0b16b33fc0
treed17c824ab504c66a3d66ba9b385f21628ff293d2
parent793039db4da8c6bb5d947f0c5be4a9a28fd68854
api: user: limit maximum length for certain properties

The user.cfg file resides on the cluster filesystem where files have
a maximum allowed size (currently 1 MiB).

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
src/PVE/API2/User.pm