PDA

View Full Version : Smb user


namit
15th January 2006, 13:44
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

mib
15th January 2006, 14:28
You have to add the unix user to the samba database.
Use this command:

smbpasswd -a username

MiB