useradd -g users -G audio,tty,wheel,dba -s /bin/bash -m <user>
userdel <user>
Now the user can su to root without a password.