Koozali.org: home of the SME Server

WinXP join domain problem

Offline smesang

  • 4
  • +0/-0
WinXP join domain problem
« on: April 08, 2009, 09:41:30 PM »
Hi all,

I am new to SME server. I just install it and enable it as "Workgroup and Domain Controller".

Then I start a WinXP computer and set domain name to the "workgroup" name of the SME server installed. I then was asked the login for joining the domain. I input the user "admin" and the corresponding password. But I always get back error "username not found or password incorrect."

However, I am certain that I provide the correct password. I can logon to the SME server administration page through browser.

What else I miss?

Thanks a lot.

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: WinXP join domain problem
« Reply #1 on: April 08, 2009, 10:33:46 PM »
Did you apply the registry patch found at https://servername/server-resources/regedit/ IIRC?
What version of XP are you running? You need at least XP Professional to be able to join domains, the home edition does not support it.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline dgs

  • ***
  • 63
  • +0/-0
Re: WinXP join domain problem
« Reply #2 on: April 09, 2009, 01:10:20 AM »
Another gotcha with domain logins is to ensure the existing workgroup name is different from the domain name you intend to use.
IE: if you have a domain called "workgroup1" and your Windows machine currently has a workgroup name "workgroup1" you will have trouble. The workaround is to set the windows workgroup name to something else (say "tempgroup") first, and after doing this then attempt to register your PC to the domain in the usual way.
This is a windows thing, not a quirk of SME, but it can catch out the unwary.

Offline smesang

  • 4
  • +0/-0
Re: WinXP join domain problem
« Reply #3 on: April 09, 2009, 04:17:28 AM »
Thanks reply.

My client computer is WinXP Professional SP3. I just apply the registry patch found, winxplogon.reg.

In the WinXP, the workgroup name and domain are used to be the same, "xxx". I already tried to change the workgroup name to "yyy", reboot WinXP. But the problem persists.

In WinXP, I can use Windows Explorer to browse the shared folder on the SME server. When I did it, I can access it by the user created in SME server. But one thing, the login fail if I access it as user "admin". Is it normal? But I can use puTTy (ssh applicaton) to login SME server as "admin".

« Last Edit: April 09, 2009, 04:19:40 AM by smesang »

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: WinXP join domain problem
« Reply #4 on: April 09, 2009, 09:47:26 AM »
Hi

be sure that  your SME is the dns server for xp client

HTh
Ciao
Stefano

Offline smesang

  • 4
  • +0/-0
Re: WinXP join domain problem
« Reply #5 on: April 09, 2009, 07:57:43 PM »
How to verify if my SME is the DNS server for the XP client? I enabled the DHCP of the SME. In the network settings, should I set "automatically obtain" for DNS or manually input an IP address (the IP address of the SME server)??

Thanks.


Hi

be sure that  your SME is the dns server for xp client

HTh
Ciao
Stefano

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: WinXP join domain problem
« Reply #6 on: April 09, 2009, 08:10:12 PM »
How to verify if my SME is the DNS server for the XP client? I enabled the DHCP of the SME. In the network settings, should I set "automatically obtain" for DNS or manually input an IP address (the IP address of the SME server)??
If you enable automatic DNS it shoud give the IP address from your server when you type ipconfig -all on a windows cmd prompt AFAIK.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline smesang

  • 4
  • +0/-0
Problem solved
« Reply #7 on: April 09, 2009, 08:27:46 PM »
I got the problem solved, but not understand why.

I search the forum here and find one suggestion. It guides me to create a user "root" under samba.
>smbpasswd -a root

To view the list of samba user, >cat /etc/samba/smbpasswd.

After creating the root user, and in XP client to join the domain by providing user "root". It is successful.

If anyone know the reason, please tell me.

By the way, thanks everybody's advice.

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Problem solved
« Reply #8 on: April 09, 2009, 09:20:00 PM »
I got the problem solved, but not understand why.

I search the forum here and find one suggestion. It guides me to create a user "root" under samba.
>smbpasswd -a root

To view the list of samba user, >cat /etc/samba/smbpasswd.

After creating the root user, and in XP client to join the domain by providing user "root". It is successful.

If anyone know the reason, please tell me.

Please record all details of your problem via a new bug created in the bug tracker. The developers with samba expertise can then investigate (with your help) and try to provide the reason, and to make changes to prevent other users from facing the same problem in future. Thanks.