Good Morning!
I need to create a user via script, but after creating it using the following command
pveum user add newuser@pam
useradd -s /bin/bash -d /home/newuser -m --non-unique --uid 0 newuser
pveum acl modify / --roles Administrator --users newuser@pam
pveum passwd newuser@pam -password newpw01@
the user works, I can log in to the web interface, via the shell, only when I run the command with the account I created
root@PVE01:/var/lib# qm list
ipcc_send_rec[1] failed: Is a directory
ipcc_send_rec[2] failed: Is a directory
ipcc_send_rec[3] failed: Is a directory
Unable to load access control list: Is a directory
if you need to add another permission, it would have to be done by shell.
Thank you very much in advance!
I need to create a user via script, but after creating it using the following command
pveum user add newuser@pam
useradd -s /bin/bash -d /home/newuser -m --non-unique --uid 0 newuser
pveum acl modify / --roles Administrator --users newuser@pam
pveum passwd newuser@pam -password newpw01@
the user works, I can log in to the web interface, via the shell, only when I run the command with the account I created
root@PVE01:/var/lib# qm list
ipcc_send_rec[1] failed: Is a directory
ipcc_send_rec[2] failed: Is a directory
ipcc_send_rec[3] failed: Is a directory
Unable to load access control list: Is a directory
if you need to add another permission, it would have to be done by shell.
Thank you very much in advance!