LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Failed to add entry for user (SAMBA) help please? (https://www.linuxquestions.org/questions/linux-server-73/failed-to-add-entry-for-user-samba-help-please-773636/)

mitchell7man 12-05-2009 05:04 AM

Failed to add entry for user (SAMBA) help please?
 
Quote:

root@kate:/# smbpasswd -a floor
New SMB password:
Retype new SMB password:
Failed to add entry for user floor.
I have tried over and over so i'm sure its not just incompatible passwords...

How do I fix this?

Thanks,
MJ

centauricw 12-05-2009 06:34 AM

Are you sure there is a corresponding Linux user named "floor"?

mitchell7man 12-05-2009 11:56 AM

As it turns out, I was not, I have successfully added an account and restarted samba but I still cannot connect using the new user. My original user info works fine. What to do?

mitchell7man 12-05-2009 01:36 PM

here is my smb.conf entry for what i'm trying to share.
Quote:

[Shared1]
comment = shared
path = /media/share
browseable = yes
read only = no
Note it does allow access to me on my original user account, but not on users i'm setting up.

centauricw 12-06-2009 03:59 AM

With Samba, Linux file permissions also apply. If the user does not have rights to the shared Samba directory under Linux, then they can't access the Samba File Share either.

mitchell7man 12-06-2009 04:13 AM

If the device is chmod to 777 does the user have access? (B/C that doesn't seem to be working). As in, how do I give the new user access to the shared directory only?

Thanks,
MJ


All times are GMT -5. The time now is 08:16 AM.