1838329 Members
6189 Online
110125 Solutions
New Discussion

about samba

 
SOLVED
Go to solution
itkennyw
Occasional Contributor

about samba

 
KENNY
5 REPLIES 5
Niraj Kumar Verma
Trusted Contributor

Re: about samba

Hi,

If you are accessing from any
Windows system, then you need to enable the plain text password. Because when windows send the password to any server by default it sends encrypted password.

And also try giving only 8 char of your password.

Here is some links about samba and how to enable the plain text password.

=============================
For WIndows 95/98

http://www.ais.ualberta.ca/Technical/Installations/w95pass.htm

For WIndows NT

http://www.ais.ualberta.ca/Technical/Installations/wntpass.htm
==============================

--Niraj
Niraj.Verma@philips.com
U.SivaKumar_2
Honored Contributor

Re: about samba

hi,
you did not define the interface ip address in
smb.conf .
interfaces = "your_interface_ip"
bind interfaces only = Yes

regards,
U.SivaKumar



Innovations are made when conventions are broken
itkennyw
Occasional Contributor

Re: about samba

I change the password as 8 char, but can't connect yet.
and i use the windows 2000 pro
,how can i modify my registry
KENNY
Niraj Kumar Verma
Trusted Contributor
Solution

Re: about samba

In windows 2000 pro you need to change the local security policy.

Start->Setting->Control-panel
->Administrative tools
->Local security policy
->click on Local Policies
->Security options
-> check for a policy reads as follows

"Send unencrypted password to connect to third party SMB server"

double click on it and enable it.
by default it will be disabled.

Restart the system now and try

-Niraj
Niraj.Verma@philips.com
itkennyw
Occasional Contributor

Re: about samba

you are great!!!
thank you very much
KENNY