Tag Archives: linux

Samba Error: The following error occurred attempting to join the domain “domain name”. The user name could not be found.

After setting up the samba make sure you add root smbpasswd -a root If you get the above error try this: smbpasswd -a -m $machinename (the machine you are trying to join to the domain) you might get the error the group ‘machines does not exist. addgroup machines try again now you should be able […]