# Cant login from Windows XP

**URL:** https://forums.suse.com/t/cant-login-from-windows-xp/33247
**Category:** SLES Updates
**Created:** [November 28, 2018, 5:59pm UTC](https://forums.suse.com/t/cant-login-from-windows-xp/33247 "2018-11-28T17:59:29Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![TimJacob](https://avatars.discourse-cdn.com/v4/letter/t/4bbf92/32.png) [@TimJacob](https://forums.suse.com/u/TimJacob)
#### Post date: [November 28, 2018, 5:59pm UTC](https://forums.suse.com/t/cant-login-from-windows-xp/33247/1 "2018-11-28T17:59:29Z")

</div>

I upgraded one of our servers from SLES SP2 to SP3 last night. Since then, people using Windows XP computers (we still have a few) and a Windows 2003 Server can’t login to the Linux box.

It gives a System error 1326: unknown user or bad password.

Windows 7 and Windows 10 have no such problem.

Can anyone give me a steer as to where to look / what to do?

Many thanks  
Tim

---

<div class="post-metadata">

### Author: ![malcolmlewis](https://sea2.discourse-cdn.com/flex022/user_avatar/forums.suse.com/malcolmlewis/32/11375_2.png) [@malcolmlewis](https://forums.suse.com/u/malcolmlewis)
#### Post date: [November 28, 2018, 6:43pm UTC](https://forums.suse.com/t/cant-login-from-windows-xp/33247/2 "2018-11-28T18:43:54Z")

</div>

[QUOTE=TimJacob;55492]I upgraded one of our servers from SLES SP2 to SP3 last night. Since then, people using Windows XP computers (we still have a few) and a Windows 2003 Server can’t login to the Linux box.

It gives a System error 1326: unknown user or bad password.

Windows 7 and Windows 10 have no such problem.

Can anyone give me a steer as to where to look / what to do?

Many thanks  
Tim[/QUOTE]  
Hi and welcome to the Forum 🙂  
I would imagine security upgrades on the SLE system and out of date/insecure software on the hosts trying to connect…

How do you mean logging in, shares, ssh, vnc?

If it’s net shares then I imagine the hardening of samba/cifs on SP3.

---

<div class="post-metadata">

### Author: ![TimJacob](https://avatars.discourse-cdn.com/v4/letter/t/4bbf92/32.png) [@TimJacob](https://forums.suse.com/u/TimJacob)
#### Post date: [November 28, 2018, 7:43pm UTC](https://forums.suse.com/t/cant-login-from-windows-xp/33247/3 "2018-11-28T19:43:18Z")

</div>

Yes it is trying to connect to a Samba share.

---

<div class="post-metadata">

### Author: ![malcolmlewis](https://sea2.discourse-cdn.com/flex022/user_avatar/forums.suse.com/malcolmlewis/32/11375_2.png) [@malcolmlewis](https://forums.suse.com/u/malcolmlewis)
#### Post date: [November 28, 2018, 8:14pm UTC](https://forums.suse.com/t/cant-login-from-windows-xp/33247/4 "2018-11-28T20:14:17Z")

</div>

> [@TimJacob;55496](#):
>
> Yes it is trying to connect to a Samba share.

Hi  
You will need to make changes to the /etc/samba/smb.conf file and restart the smb and nmb seervices.

Try adding the following to the [global] section;

```auto
ntlm auth = yes
```

or

```auto
client use spnego = no
client ntlmv2 auth = no
max protocol = NT1
```

---

<div class="post-metadata">

### Author: ![TimJacob](https://avatars.discourse-cdn.com/v4/letter/t/4bbf92/32.png) [@TimJacob](https://forums.suse.com/u/TimJacob)
#### Post date: [November 28, 2018, 8:24pm UTC](https://forums.suse.com/t/cant-login-from-windows-xp/33247/5 "2018-11-28T20:24:51Z")

</div>

Your first option worked.

Thank you so much!
