Smb user

Discussion in 'Installation/Configuration' started by namit, Jan 15, 2006.

  1. namit

    namit New Member

    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
     
  2. mib

    mib New Member

    smbpasswd

    You have to add the unix user to the samba database.
    Use this command:

    Code:
    smbpasswd -a username
    MiB
     

Share This Page