Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

smbpasswd impotence

Status
Not open for further replies.

animal1881

Technical User
Joined
Apr 12, 2004
Messages
2
Location
US
I set up a samba 3.0.2 server on animal. Everything else works just fine and the server is visible to all windows computers. The problem is I cannot add eligible usernames using smbpasswd. I log in as root and try

smbpasswd -a animal1881 qwer

and it says password changed for animal1881, but when I try to log in nothing happens. I check in

/usr/local/samba/private/smbpasswd

and I see smbpasswd is 0 bytes. It seems the smbpasswd command is talking but not doing HELP!!
 
Have you added a Unix account first? You will require a valid unix account of the same name before you can add a Samba login...
 
If the unix account exists ( or there is mapped one in smbusers ) then you might need to "enable" the user.

smbpasswd -e animal1881
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top