Re: [Samba] can't access samba server from xp

2004-02-10 Thread Ermanno Bonifazi
Great! You are welcome


From: "Allen Liu --- work" <[EMAIL PROTECTED]>
To: "Ermanno Bonifazi" <[EMAIL PROTECTED]>
CC: <[EMAIL PROTECTED]>
Subject: Re: [Samba] can't access samba server from xp
Date: Mon, 9 Feb 2004 14:20:25 -0500
I fixed this by enabling  '  encrypt passwords = yes ' in smb.conf.

Thanks

Allen Liu

- Original Message -
From: "Ermanno Bonifazi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 08, 2004 6:03 PM
Subject: RE: [Samba] can't access samba server from xp
> You should set EFS (Encripted Password) and than be sure to run 
smbpasswd
> and create samba user.
> To make all work I have on Linux (Solaris for you) same Windows user 
(b.e.
> user1 in Windows is user1 in Linux) and than i create with smbpasswd 
user1
> in Samba.
> All 3 apps (Linux, WIndows and Samba) have the same password for user1
>
>
> >From: "Allen Liu --- work" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Subject: [Samba] can't access samba server from xp
> >Date: Sat, 7 Feb 2004 22:32:03 -0500
> >
> >Hi all,
> >
> >I just setup my samba server 2.2.8 on Solaris 8 Sparc. I am following
> >checklist from 'Samba-Howto-Collection.pdf'.
> >When I run 'net view' from a xp box but got below error message. Could
> >anyone tell what I need to do ?
> >
> >-
> >c:>net view \\smbhost
> >System error 5 has occured.
> >
> >Access is denied.
> >
> >c:>net use x: \\smbhost\tmp
> >System error 1240 has occured.
> >
> >The account is not authorized to log in from this station.
> >-b
> >
> >Thanks in Advanced.
> >
> >Allen Liu
> >
> >IP Application Design and Engineering
> >Bell Canada
> >(613) 781-7368, [EMAIL PROTECTED]
> >1240 -160 Elgin St, Ottawa,ON, K2P 2C4
> >
> >--
> >To unsubscribe from this list go to the following URL and read the
> >instructions:  http://lists.samba.org/mailman/listinfo/samba
>
> _
> MSN Extra Storage: piena libertà di esprimersi e comunicare
>
http://join.msn.com/?pgmarket=it-it&page=hotmail/es2&xAPID=1983&DI=2049&ST=1
>

_
MSN Extra Storage: piena libertà di esprimersi e comunicare  
http://join.msn.com/?pgmarket=it-it&page=hotmail/es2&xAPID=1983&DI=2049&ST=1

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] can't access samba server from xp

2004-02-10 Thread Ermanno Bonifazi
Right.


From: "Allen Liu --- work" <[EMAIL PROTECTED]>
To: "Ermanno Bonifazi" 
<[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>
Subject: Re: [Samba] can't access samba server from xp
Date: Mon, 9 Feb 2004 10:27:15 -0500



Thanks, Ermanno. To summarize your instructions, is it true I should follow
below steps ?
1. on xp, create a user: user1 with password: password1.
2. on Solaris , create a user: user1 with password: password1.
3. on Solaris which has samba server, run : smbpasswd -a user1 , then give
password:password1.
4. start samba daemon: nmbd, smbd,winbindd.
5. log in xp with user1, in a DOS window, run:  net view \\
It should work .right ?

Allen Liu

IP Application Design and Engineering
Bell Canada
(613) 781-7368, [EMAIL PROTECTED]
1240 -160 Elgin St, Ottawa,ON, K2P 2C4
- Original Message -
From: "Ermanno Bonifazi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, February 08, 2004 6:06 PM
Subject: RE: [Samba] can't access samba server from xp
> To let it work for me I use first of all EFS (encripted password, needed
for
> WindowsXP).
> Than be sure to set up user with smbpasswd.
> I configure (b.e. user1)
> in Linux (Solaris for you) ad user1 - password1
> in WindowsXP - user1 - password1
> in Samba (with smbpasswd) as user1 - password1
> and all works fine.
>
>
> >From: "Allen Liu --- work" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Subject: [Samba] can't access samba server from xp
> >Date: Sat, 7 Feb 2004 22:32:03 -0500
> >
> >Hi all,
> >
> >I just setup my samba server 2.2.8 on Solaris 8 Sparc. I am following
> >checklist from 'Samba-Howto-Collection.pdf'.
> >When I run 'net view' from a xp box but got below error message. Could
> >anyone tell what I need to do ?
> >
> >-
> >c:>net view \\smbhost
> >System error 5 has occured.
> >
> >Access is denied.
> >
> >c:>net use x: \\smbhost\tmp
> >System error 1240 has occured.
> >
> >The account is not authorized to log in from this station.
> >-b
> >
> >Thanks in Advanced.
> >
> >Allen Liu
> >
> >IP Application Design and Engineering
> >Bell Canada
> >(613) 781-7368, [EMAIL PROTECTED]
> >1240 -160 Elgin St, Ottawa,ON, K2P 2C4
> >
> >--
> >To unsubscribe from this list go to the following URL and read the
> >instructions:  http://lists.samba.org/mailman/listinfo/samba
>
> _
> Comunica in un 'altra dimensione con MSN Extra Storage!
>
http://join.msn.com/?pgmarket=it-it&page=hotmail/es2&xAPID=1983&DI=2049&ST=1
>
_
MSN Extra Storage: piena libertà di esprimersi e comunicare  
http://join.msn.com/?pgmarket=it-it&page=hotmail/es2&xAPID=1983&DI=2049&ST=1

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] can't access samba server from xp

2004-02-09 Thread Allen Liu --- work
I fixed this by enabling  '  encrypt passwords = yes ' in smb.conf.

Thanks

Allen Liu


- Original Message - 
From: "Ermanno Bonifazi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 08, 2004 6:03 PM
Subject: RE: [Samba] can't access samba server from xp


> You should set EFS (Encripted Password) and than be sure to run smbpasswd
> and create samba user.
> To make all work I have on Linux (Solaris for you) same Windows user (b.e.
> user1 in Windows is user1 in Linux) and than i create with smbpasswd user1
> in Samba.
> All 3 apps (Linux, WIndows and Samba) have the same password for user1
>
>
> >From: "Allen Liu --- work" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Subject: [Samba] can't access samba server from xp
> >Date: Sat, 7 Feb 2004 22:32:03 -0500
> >
> >Hi all,
> >
> >I just setup my samba server 2.2.8 on Solaris 8 Sparc. I am following
> >checklist from 'Samba-Howto-Collection.pdf'.
> >When I run 'net view' from a xp box but got below error message. Could
> >anyone tell what I need to do ?
> >
> >-
> >c:>net view \\smbhost
> >System error 5 has occured.
> >
> >Access is denied.
> >
> >c:>net use x: \\smbhost\tmp
> >System error 1240 has occured.
> >
> >The account is not authorized to log in from this station.
> >-b
> >
> >Thanks in Advanced.
> >
> >Allen Liu
> >
> >IP Application Design and Engineering
> >Bell Canada
> >(613) 781-7368, [EMAIL PROTECTED]
> >1240 -160 Elgin St, Ottawa,ON, K2P 2C4
> >
> >--
> >To unsubscribe from this list go to the following URL and read the
> >instructions:  http://lists.samba.org/mailman/listinfo/samba
>
> _
> MSN Extra Storage: piena libertà di esprimersi e comunicare
>
http://join.msn.com/?pgmarket=it-it&page=hotmail/es2&xAPID=1983&DI=2049&ST=1
>

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] can't access samba server from xp

2004-02-09 Thread Allen Liu --- work


Thanks, Ermanno. To summarize your instructions, is it true I should follow
below steps ?


1. on xp, create a user: user1 with password: password1.
2. on Solaris , create a user: user1 with password: password1.
3. on Solaris which has samba server, run : smbpasswd -a user1 , then give
password:password1.
4. start samba daemon: nmbd, smbd,winbindd.
5. log in xp with user1, in a DOS window, run:  net view \\

It should work .right ?

Allen Liu

IP Application Design and Engineering
Bell Canada
(613) 781-7368, [EMAIL PROTECTED]
1240 -160 Elgin St, Ottawa,ON, K2P 2C4

- Original Message - 
From: "Ermanno Bonifazi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, February 08, 2004 6:06 PM
Subject: RE: [Samba] can't access samba server from xp


> To let it work for me I use first of all EFS (encripted password, needed
for
> WindowsXP).
> Than be sure to set up user with smbpasswd.
> I configure (b.e. user1)
> in Linux (Solaris for you) ad user1 - password1
> in WindowsXP - user1 - password1
> in Samba (with smbpasswd) as user1 - password1
> and all works fine.
>
>
> >From: "Allen Liu --- work" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Subject: [Samba] can't access samba server from xp
> >Date: Sat, 7 Feb 2004 22:32:03 -0500
> >
> >Hi all,
> >
> >I just setup my samba server 2.2.8 on Solaris 8 Sparc. I am following
> >checklist from 'Samba-Howto-Collection.pdf'.
> >When I run 'net view' from a xp box but got below error message. Could
> >anyone tell what I need to do ?
> >
> >-
> >c:>net view \\smbhost
> >System error 5 has occured.
> >
> >Access is denied.
> >
> >c:>net use x: \\smbhost\tmp
> >System error 1240 has occured.
> >
> >The account is not authorized to log in from this station.
> >-b
> >
> >Thanks in Advanced.
> >
> >Allen Liu
> >
> >IP Application Design and Engineering
> >Bell Canada
> >(613) 781-7368, [EMAIL PROTECTED]
> >1240 -160 Elgin St, Ottawa,ON, K2P 2C4
> >
> >--
> >To unsubscribe from this list go to the following URL and read the
> >instructions:  http://lists.samba.org/mailman/listinfo/samba
>
> _
> Comunica in un 'altra dimensione con MSN Extra Storage!
>
http://join.msn.com/?pgmarket=it-it&page=hotmail/es2&xAPID=1983&DI=2049&ST=1
>

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] can't access samba server from xp

2004-02-09 Thread Allen Liu --- work
I configured them all , but still doesn't work. It can't come to the stage
asking username/password.
Does samba have something to controll from which machine access ?

Thanks

Allen Liu

IP Application Design and Engineering
Bell Canada
(613) 781-7368, [EMAIL PROTECTED]
1240 -160 Elgin St, Ottawa,ON, K2P 2C4

- Original Message - 
From: "LanRol" <[EMAIL PROTECTED]>
To: "Allen Liu --- work" <[EMAIL PROTECTED]>
Sent: Sunday, February 08, 2004 4:14 AM
Subject: RE: [Samba] can't access samba server from xp


> Does samba user exist in smbpasswd and smb.conf?
>
> When I connect to my samba server in Explorer, username and password are
> asked.
>
> Check the
> guest ok = yes
> or valid users = the_username_who_try_netview
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
Allen
> Liu --- work
> Sent: Sunday, February 08, 2004 4:32 AM
> To: [EMAIL PROTECTED]
> Subject: [Samba] can't access samba server from xp
>
>
> Hi all,
>
> I just setup my samba server 2.2.8 on Solaris 8 Sparc. I am following
> checklist from 'Samba-Howto-Collection.pdf'.
> When I run 'net view' from a xp box but got below error message. Could
> anyone tell what I need to do ?
>
> -
> c:>net view \\smbhost
> System error 5 has occured.
>
> Access is denied.
>
> c:>net use x: \\smbhost\tmp
> System error 1240 has occured.
>
> The account is not authorized to log in from this station.
> -b
>
> Thanks in Advanced.
>
> Allen Liu
>
> IP Application Design and Engineering
> Bell Canada
> (613) 781-7368, [EMAIL PROTECTED]
> 1240 -160 Elgin St, Ottawa,ON, K2P 2C4
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
>
>
>
>
>

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] can't access samba server from xp

2004-02-08 Thread Ermanno Bonifazi
To let it work for me I use first of all EFS (encripted password, needed for 
WindowsXP).
Than be sure to set up user with smbpasswd.
I configure (b.e. user1)
in Linux (Solaris for you) ad user1 - password1
in WindowsXP - user1 - password1
in Samba (with smbpasswd) as user1 - password1
and all works fine.


From: "Allen Liu --- work" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: [Samba] can't access samba server from xp
Date: Sat, 7 Feb 2004 22:32:03 -0500
Hi all,

I just setup my samba server 2.2.8 on Solaris 8 Sparc. I am following
checklist from 'Samba-Howto-Collection.pdf'.
When I run 'net view' from a xp box but got below error message. Could
anyone tell what I need to do ?
-
c:>net view \\smbhost
System error 5 has occured.
Access is denied.

c:>net use x: \\smbhost\tmp
System error 1240 has occured.
The account is not authorized to log in from this station.
-b
Thanks in Advanced.

Allen Liu

IP Application Design and Engineering
Bell Canada
(613) 781-7368, [EMAIL PROTECTED]
1240 -160 Elgin St, Ottawa,ON, K2P 2C4
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
_
Comunica in un ’altra dimensione con MSN Extra Storage!  
http://join.msn.com/?pgmarket=it-it&page=hotmail/es2&xAPID=1983&DI=2049&ST=1

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] can't access samba server from xp

2004-02-07 Thread Allen Liu --- work
Hi all,

I just setup my samba server 2.2.8 on Solaris 8 Sparc. I am following
checklist from 'Samba-Howto-Collection.pdf'.
When I run 'net view' from a xp box but got below error message. Could
anyone tell what I need to do ?

- 
c:>net view \\smbhost
System error 5 has occured.

Access is denied.

c:>net use x: \\smbhost\tmp
System error 1240 has occured.

The account is not authorized to log in from this station.
-b

Thanks in Advanced.

Allen Liu

IP Application Design and Engineering
Bell Canada
(613) 781-7368, [EMAIL PROTECTED]
1240 -160 Elgin St, Ottawa,ON, K2P 2C4

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba