Created new user in GUI
Cannot add password in GUI and in CLI
The page at: http://pve.proxmox.com/wiki/User_Management needs to be updated
user@pam and not user@pve for PVE 3.3....
Cannot add password in GUI and in CLI
The page at: http://pve.proxmox.com/wiki/User_Management needs to be updated
user@pam and not user@pve for PVE 3.3....
Code:
# pveum useradd survive@pam -comment 'Nice User'
# awk -F':' '{ print $1}' /etc/passwd
root
daemon
bin
sys
sync
games
man
lp
mail
news
uucp
proxy
www-data
backup
list
irc
gnats
nobody
libuuid
ntp
postfix
sshd
ais
statd
## The new user is not inthe above list
# pveum passwd survive@pam
Enter new password: ********
Retype new password: ********
change password failed: user 'survive' does not exist