Zentyal Forum, Linux Small Business Server

Zentyal Server => Directory and Authentication => Topic started by: fintnovo on October 26, 2020, 10:24:13 am

Title: Unable to connect Windows XP sp3 client to Zentyal 6.2.3 Community Edition
Post by: fintnovo on October 26, 2020, 10:24:13 am
Good day  :).
I install fresh Zentyal 6.2.3 Community Edition. Install only  Domain Controller and File Sharing role. I have old computers in my network, without Domains (only workgroup). And I unable to connect to samba share clients with Windows XP sp3. Looks like "wrong password", but password is correct. Any idea how to fix it?
Title: Re: Unable to connect Windows XP sp3 client to Zentyal 6.2.3 Community Edition
Post by: doncamilo on October 29, 2020, 12:16:38 pm
 :)

Windows XP obliges you to weaken your samba security:

Code: [Select]
lanman auth = yes
ntlm auth = yes
# Read this: [url][url]https://www.samba.org/samba/docs/current/man-html/smb.conf.5.html#CLIENTMAXPROTOCOL[/url][/url]
min protocol = NT1

Bear in mind that you have to work on the Zentyal template (don't do it on the smb.conf) Read this in order to learn how to customize Zentyal templates: https://doc.zentyal.org/en/appendix-c.html#stubs (https://doc.zentyal.org/en/appendix-c.html#stubs)

Cheers!