For information to Mac users planning to use smb protocol.
I had difficulties to fix this but finally made it by searching the net, use the following steps and you will be alright.
Open the Terminal (/Applications/Utilities/).
At the prompt, type: sudo pico /etc/nsmb.conf
Press Return.
Enter your password when prompted, then press Return again. (if you are not used to terminal window, the cursor will not move when typing your password)
You should see an empty file and a "New File" notice at the bottom of the pico window. If you do not see the "New File" notice, this file already exists.
Enter the following into the file so that it appears as follows:
default
minauth=none
Save the file (press Control-O), press Return, then exit pico (Control-X).
Type: sudo chmod a+r /etc/nsmb.conf
Press Return.
Restart your computer and you are ready to go with NASLite and smb protocol
