Best practice on *NIX servers is to leave the root password unset and then use sudo
. However, when one uses Samba's net join
command, even through sudo
, it still asks for the root password. Why? Doesn't it have all the local privileges it needs?
username@host:~$ sudo net join
[sudo] password for username:
Enter root's password: