Linux / UNIX Tech Support Forum
This is a discussion on Account is Not Authorized to Log In to this Station error within the Windows Xp/2000/2003 server administration forums, part of the The Lounge category; Hello folks I’m having trouble with Windows XP and Debian Linux. I need to access lots of files from Windows ...
|
|||||||
| Windows Xp/2000/2003 server administration Discuss all about the Microsoft Windows operating systems. You are free to talk about any issues related to Windows administration, networking, services, and other stuff, ask your questions, or share your tips with community. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello folks
I’m having trouble with Windows XP and Debian Linux. I need to access lots of files from Windows XP desktop. When I am using Debian on Laptop I am able to connect to Samba server. But when I try to connect it from Windows XP It says Account is Not Authorized to Log In to this Station How do I connect from windows xp to Samba box |
| Sponsored Links | ||
|
|
|
|||
|
One more question:
I have firewall enabled on both Linux and Windows XP. Since everything else is working fine I am assuming that firewall is not source of trouble… But please give all your recommendation to solve my problem |
|
||||
|
This is classic problem. This problem not only occurs with Linux/UNIX Samba (SMB client) but also with Microsoft Windows server 2000/2003 and XP client.
In order to solve this problem a) You need to enable encrypted password support the Samba OR b) Force Windows XP to use unencrypted (clear text) password I don’t recommend second option (as it needs registry hack on Windows XP as well as it is insecure) To solve your problem log in to Linux Samba server: Open smb.conf file: Code:
# vi /etc/samba/smb.conf Code:
encrypt passwords = yes passdb backend = tdbsam Code:
# /etc/init.d/samba restart Code:
# adduser demouser Code:
# smbpasswd –a demouser \\192.168.1.5 OR netbios name (for example Debiansamba): \\debiansamba When prompted for username/password type USERNAME: demouser PASSWORD: Your password (the one you set with smbpasswd command)
__________________
Vivek Gite Linux Evangelist |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Progate account across several servers | piggy | Shell scripting | 0 | 06-03-2008 08:03 AM |
| ftp account with @ | zafar466 | Getting started tutorials | 1 | 14-05-2007 05:55 PM |
| Invalid ICMP type 3 code 3 error to a broadcast -samba error | raj | Linux software | 0 | 09-07-2006 04:38 AM |
| mysql account creation | Linux software | 1 | 28-01-2006 11:17 AM | |
| Ssh account locking | Linux software | 1 | 10-01-2006 11:28 PM | |