User Permissions / Group Permissions

i10

New Member
Jul 18, 2024
1
0
1
Hi everyone,

We are currently using the latest version of Proxmox Backup Server with the tape backup functionality.

We would like to restrict the permission for certain users so that they only have audit permissions for the tape backup function.

We can solve this by setting the following permissions for the users concerned:

Code:
Path            User    Role         Propagate
/               user    Admin        yes
/access/acl     user    NoAccess     yes
/tape           user    TapeAudit    yes

Unfortunately, we have not found out how we can create user groups in PBS similar to PVE. This would fundamentally simplify the administration of user permissions, as otherwise we would always have to set the permission manually for each user. The users are synchronized via LDAP. Where can we find the group administration in PBS or does it not exist at all?

We have also noticed that certain actions are only possible with the root user on the tape backup function. For example, if a tape is to be removed from the inventory. Has this been implemented intentionally?