I have setup new user useradd -g website -s /bin/bash user_name and this worked out great the person can login and logout but the prograblem is i can not access files using "net use /USER:user_name *" Also when i look at smb users i do not see that user_name in the list Thanks
smbpasswd You have to add the unix user to the samba database. Use this command: Code: smbpasswd -a username MiB