Discussion:
[Samba] Samba 3.2 and Windows 10
ZeroUno
9 years ago
Permalink
Hi,
in a small office an old server is running Samba 3.2.15 on Debian Lenny.
It is used for domain authentication and file sharing, and all Windows
clients - currently up to Windows 7 - work perfectly fine with that.

Now my question, to which I cannot easily find an answer on Google, is:
if a client is upgraded to Windows 10, will it still work with that old
Samba version?

A server upgrade is planned but it might arrive too late.

Thanks for any info.
--
01
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
Helmut Hullen
9 years ago
Permalink
Hallo, ZeroUno,
Post by ZeroUno
Now my question, to which I cannot easily find an answer on Google,
is: if a client is upgraded to Windows 10, will it still work with
that old Samba version?
May be - Samba 3.6 does the job.

You need some changes in the registry of the Windows client.

Windows Registry Editor Version 5.00

;; Domain Compatibility Mode and DNS Name Resolution
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManWorkstation\Parameters]
"DNSNameResolutionRequired"=dword:00000000
"DomainCompatibilityMode"=dword:00000001

;; Hardened Paths to access Netlogon Directory
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\NetworkProvider\HardenedPaths]
"\\\\*\\netlogon"="RequireMutualAuthentication=0,RequireIntegrity=0,RequirePrivacy=0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Microsoft\Windows\NetworkProvider\HardenedPaths]
"\\\\*\\netlogon"="RequireMutualAuthentication=0,RequireIntegrity=0,RequirePrivacy=0"

Viele Gruesse!
Helmut
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
ZeroUno
9 years ago
Permalink
Post by Helmut Hullen
Post by ZeroUno
is: if a client is upgraded to Windows 10, will it still work with
that old Samba version?
May be - Samba 3.6 does the job.
Hi, you mean that 3.2 will not talk to Windows 10, no way?
Unfortunately the latest Samba version for Debian Lenny is 3.2.15 AFAIK.
--
01
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
Viktor Trojanovic
9 years ago
Permalink
Post by ZeroUno
Post by Helmut Hullen
Post by ZeroUno
is: if a client is upgraded to Windows 10, will it still work with
that old Samba version?
May be - Samba 3.6 does the job.
Hi, you mean that 3.2 will not talk to Windows 10, no way?
Unfortunately the latest Samba version for Debian Lenny is 3.2.15 AFAIK.
If you insist on using an outdated and lo longer supported platform, you
can always build a newer version of Samba yourself.

But before you do that, have a look here (courtesy of Google using
"debian lenny samba 3.6"):

http://ftp.sernet.de/pub/samba/3.6/debian/dists/lenny/main/
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
ZeroUno
9 years ago
Permalink
Post by Viktor Trojanovic
Post by ZeroUno
Unfortunately the latest Samba version for Debian Lenny is 3.2.15 AFAIK.
If you insist on using an outdated and lo longer supported platform, you
can always build a newer version of Samba yourself.
But before you do that, have a look here (courtesy of Google using
http://ftp.sernet.de/pub/samba/3.6/debian/dists/lenny/main/
Thank you Viktor,
I already found those packages, but I'm afraid they can be custom
versions which can maybe behave differently or else...:

- their names are all prefixed with "sernet-"
- looking on www.sernet.de I see the company "...provides its own Samba
packages as SAMBA+ (formerly EnterpriseSAMBA up until version 4.2)"
- on the same web site I cannot find any official description or link
for those packages.

Anyway, I hope I can upgrade that Debian server in time.
--
01
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
L.P.H. van Belle
9 years ago
Permalink
You can use these to upgrade your samba, they use the same path's as the debian packages and can be used as inplace replacement.

And if unsure about this
Backup :
/etc/samba
/var/lib/samba
/var/cache/samba

Install add the repo for the sernet 3.6 and run

echo "deb http://ftp.sernet.de/pub/samba/3.6/debian lenny main" >> /etc/apt/sources.list

wget http://ftp.sernet.de/pub/sernet-samba-keyring_1.4_all.deb
dpkg -i sernet-samba-keyring_1.4_all.deb

apt-get update

dpkg -l | grep samba
apt-get install sernet-samba

and check if you missing files based on the "dpkg -l | grep samba"

install these also if its not done automaticly

Only thing you need to the after, is check your smb.conf for changes,
and go through your logs.


If you want to revert back, remove the repo line from the sources.list
stop samba
put the backup back.
apt-get clean && apt-get autoclean && apt-get update
apt-get install --force-all samba


Greetz,

Louis
...
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
Helmut Hullen
9 years ago
Permalink
Hallo, ZeroUno,
Post by ZeroUno
Post by Helmut Hullen
Post by ZeroUno
is: if a client is upgraded to Windows 10, will it still work with
that old Samba version?
May be - Samba 3.6 does the job.
Hi, you mean that 3.2 will not talk to Windows 10, no way?
No - I don't mean that.
It's possible that also 3.2 does the job; I know that 3.6 does it.

Just take a try.

Viele Gruesse!
Helmut
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
Continue reading on narkive:
Loading...