Operating System - Linux
1753476 Members
4696 Online
108794 Solutions
New Discussion юеВ

Re: samba mapping from W2K to redhat

 
SOLVED
Go to solution
Tammy Liang
Regular Advisor

samba mapping from W2K to redhat

Hi, I setup samba server on redhat 2.4.20 system, and try to use network mapping from W2K, and keep getting the error message below.
"The network path \\ip-address\tammy could not be found" on W2K PC. I can see network connection on samba server(redhat).

Appreciate any help and input.

Thanks..

take easy, enjoy life
8 REPLIES 8
Michael Schulte zur Sur
Honored Contributor
Solution

Re: samba mapping from W2K to redhat

Hi,

is the share tammy in the smb.conf?
can you post that section?

Michael
Steven E. Protter
Exalted Contributor

Re: samba mapping from W2K to redhat

The folders to be shared in the smb.conf file must be specified.

Unless you are using single sign on via ldap you need to run the following command for each user to set up their smbpasswd file

sbmpaswd -a

This will show up in roots .bash_history log, so make sure permissions on that file are tight or you have no security.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Michael Schulte zur Sur
Honored Contributor

Re: samba mapping from W2K to redhat

Hi SEP,

can't you just use the command without password? Wouldn't it prompt like passwd invisably for a password? Its at least, what I can remember.

Michael
Tammy Liang
Regular Advisor

Re: samba mapping from W2K to redhat

Yep, the folder is in smb.conf file.

[tammy]
comment = Html Web Pages
path = /usr/tammy
read only = no
public = yes
writable = yes
printable = yes
write list = @users

The permission for /usr/tammy is 777.
I also setup log file, but I do not see any
log file created in /var/log/samba directory.


# this tells Samba to use a separate log file for each machine
# that connects
log file = /var/log/samba/%m.log
take easy, enjoy life
Olivier Drouin
Trusted Contributor

Re: samba mapping from W2K to redhat

you said you can see the connection on your redhat server ??

whats the output in the logfile ?
Tammy Liang
Regular Advisor

Re: samba mapping from W2K to redhat

I have it resolved.
Thanks for all the reply...
take easy, enjoy life
Olivier Drouin
Trusted Contributor

Re: samba mapping from W2K to redhat

You should post your recipe / fix... I know the search is not google-grade but still. It might be useful for others...
Tammy Liang
Regular Advisor

Re: samba mapping from W2K to redhat

I enable two parameters, and change the definition for tammy section.

pam password change = yes
obey pam restrictions = yes

[tammy]
comment = Tammy Testing
path = /usr/tammy
public = yes
writable = yes
printable = no
write list = @users
take easy, enjoy life