I am trying to replicate our old Samba server with the new Samba server. I noticed on the old samba server there are two files:
smbusers:
[root@clearcase samba]# cat smbusers
# Unix_name = SMB_name1 SMB_name2 ...
root = administrator admin
nobody = guest pcguest smbguest
admin = IAMGHOST\ccadmin
smbpasswd:
This file is blank
My question is when I do the following command:
That adds the user to the smbpasswd files but not the smbusers file. What is the difference between the two files? I don't understand...