elduran wrote:
> Hi, i'm trying to mount my linux hd in my OSX system without results,
> i'm using redhat 9 i setup the samba server via GUI, and assign a
> user, but when i try to mount it in OSX via samba , i can't see it in
> the window, and i type smb//192.168.3.1/home/user it shows me the
> window asking for workgroup, user, and password, i type them but i
> can't login, send me error = 36
> It shows up in winxp, but when i try to mount it send error too, about
> not enough privileges, i put the ip of both machines in the line of
> hosts allowed, in smb.conf, what am i doing wrong?, or how's the right
> way?, thanks in advance
This sounds like an authentication problem to me, but I'm not positive of
that. You need to do one of two things on the Samba end:
1) Set it up to use unencrypted (cleartext) passwords by setting the
smb.conf parameter "encrypt passwords = No" and be sure you're
using a valid Linux account.
2) Set it up to use encrypted passwords by setting the smb.conf
parameter "encrypt passwords = Yes" and then add a user to the
Samba password database by typing "smbpasswd -a user", where "user"
is the username you want to add.
I'm not sure how Mac OS X responds to unencrypted passwords, but Windows
XP definitely doesn't like them; it requires encrypted passwords. Thus,
you'll probably want to do #2. (You can change a Registry entry so that
WinXP will accept unencrypted passwords, though. Samba ships with a
sample .REG file to do the job in a documentation directory.)
--
Rod Smith,
(E-Mail Removed)
http://www.rodsbooks.com
Author of books on Linux, FreeBSD, and networking