LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Problems to access the Suse Linux7.3Samba server from Wins98 client (https://www.linuxquestions.org/questions/linux-networking-3/problems-to-access-the-suse-linux7-3samba-server-from-wins98-client-14890/)

LenkaNguyen 02-22-2002 02:38 PM

Problems to access the Suse Linux7.3Samba server from Wins98 client
 
Hi,

I 've encounted the problem to access to Suse Linux7.3 samba server from a windows98 client. When attempting to log in on the windows98 client, I got the error message said "the domain password you supplied is not correct, or access to your logon server has been denied".

I did do Samba configuration and everything was set to the best of my knowledge. Please help.

Thanks in advance.

Lenka

mircea 02-22-2002 02:45 PM

don't set a domain logon server
use security=share

LenkaNguyen 02-22-2002 03:32 PM

Thanks for your response. I 've changed the setup as suggested but, it does not work.

Lenka

mircea 02-24-2002 05:03 AM

wait. i haven't read your post carefuly and i thought u want to mount a share from linux .
first see if u have an NT domain controller and log on to it first .
can u send me ur smb.conf so i can check it ?

LenkaNguyen 02-25-2002 11:19 AM

Hi Mircea,
Thanks for your response. I 've experienced technical problem. When trying to copy the smb.conf to a disk from my Linux server, I then was unable to view the file on my Wins XP (it does not show on my screen ). smb.conf file contains a very long information so it is very time consuming to type them all in and send it to you.

One more thing I wanted to mention it to you is:
when I tried listing the shares available on my server by issuing this command:

smbclient -L denver

(denver is my hostname)

then the error message appeared:

"added interface ip: 192.168.0.1 bcast = 192.168.0.255 nmask = 255.255.255.0
session request to denver failed (not listening for calling name)
session request to *SMBSERVER failed (not listensing for calling name).

I will email you my smb.conf file very soon as I figure out how to transfer this file from my Linux server to floppy disk and be able to view it on my Wins XP.

Your help is greatly appreciated.

Again, thanks for your reponses.

Lenka

LenkaNguyen 02-27-2002 11:19 AM

HI,

Here is my global section setup.


# Samba config file created using SWAT
# from localhost (127.0.0.1)
# Date: 2002/02/22 16:01:17

# Global parameters
[global]
workgroup = COLORADO
netbios name = DENVER
encrypt passwords = Yes
map to guest = Bad User
passwd program = /bin/pwd
username map = /etc/samba/smbusers
password level = 10
username level = 10
socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY
character set = ISO8859-15
domain logons = Yes
os level = 64
preferred master = True
domain master = True
dns proxy = No
kernel oplocks = No
valid users = glewis
printing = lprng

[homes]
comment = Home Directories
read only = No
create mask = 0640
directory mask = 0750
browseable = No

[printers]
comment = All Printers
path = /var/tmp
create mask = 0600
printable = Yes
browseable = No


Thanks
Lenka


All times are GMT -5. The time now is 11:47 AM.