I have been trying to set up my SAMBA server with client addresses and passwords so I can configure my network to accept WindowsXP-Kubuntu desktop communications. I have been following a script off the net that tells me to set up identities in the smb world I have to do the following:
sudo smbpasswd-a (name)
root password
In a terminal to allow the (name) onto the SAMBA server.
Is this correct?
If so, do I need to do this in a root enabled terminal or does sudo do that for me?
sudo smbpasswd-a (name)
root password
In a terminal to allow the (name) onto the SAMBA server.
Is this correct?
If so, do I need to do this in a root enabled terminal or does sudo do that for me?
Comment