User cannot see vms or storage

c0mputerking

Renowned Member
Oct 5, 2011
174
5
83
I've added a user to proxmox using CLI by following this information

http://pve.proxmox.com/wiki/User_Management

I created both a administrator group and added a user to that group for my self. As well as adding a audit user for a college of mine both can login.

However neither can see any virtual machines or storage only the main node.

Anyone else experience this? As usual i am probably doing something wrong would i be better off using the GUI?
 
Yes I think i added permissions here is the file I x ed some stuff out

user:cxxxxxx@pve:1:0::::The King:
user:gxxxxx@pve:1:0::::Graeme Hill:
user:rxxx@pam:1:0:::::

group:admin:cxxxxxx@pve:System Administrators:



acl:0:/:@axxx:Administrator:
acl:0:/:gxxxxx@pve:PVEAuditor:
~
 
acl:0:/:@axxx:Administrator:
acl:0:/:gxxxxx@pve:PVEAuditor:

You need to propagate those permissions:

Code:
acl:1:/:@axxx:Administrator:
acl:1:/:gxxxxx@pve:PVEAuditor:

Do you use latest packages (they should set propagate to 1 by default)?
 
I was recommended to assign permission to a user for a proxmox host in the Virtual Machine host client, but I do not understand part on the "auto propagates"...