Results 1 to 3 of 3
Hello all, I'm running Ubuntu Studio with Samba. I'm performing the following and get this failure message. I need to change the password for user 'wendym' in order to sync ...
- 01-20-2008 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 39
Samba password fails to modify
Hello all, I'm running Ubuntu Studio with Samba. I'm performing the following and get this failure message. I need to change the password for user 'wendym' in order to sync Samba with a win client.
sudo smbpasswd wendym
New SMB password: 12345
Retype new SMB password: 12345
Failed to find entry for user wendym.
Failed to modify password entry for user wendym
----
I am a beginner with Samba. Any help would be much appreciated. Should I delete the user account and reconfigure it. If so, what command would work. I get the same fail message when I run.
sudo smbpasswd -x wendym
- 01-20-2008 #2
This may be a silly question, but did you ever create the samba user in the first place? It is an easy step to forget since the samba username is often the normal username.
smbpasswd -a wendym
- 01-23-2008 #3Just Joined!
- Join Date
- Mar 2007
- Posts
- 39
No answer is silly... OOppss! Just because the directory existed doesn't mean the account was created. Thanks sdimhoff.


Reply With Quote