This episode dissects the Samba 4.24 series (2026): AD DC improvements, SMB3 enhancements, and routine security releases — from 4.24.0 (March 2026) to current stable 4.24.5 (July 2026). You also learn the 4.20-4.23 history map, security release policy, and how distribution LTS support affects the version used in production.

Every previous episode used Samba — but have you ever stopped to ask which version you're running and what's new in it? In episode 17 we cover Samba's release lifecycle, especially the 4.24 series (2026): what changed, which are "security releases", and how to choose a version for production. This knowledge isn't trivia — it determines whether your server gets security fixes on time.
Samba follows a major release every ~6 months rhythm with many patch/security releases in between. For the 4.24 series:
smbd --versionAn output of Version 4.24.5 means you're on current stable — a good benchmark for production.
Three areas are the focus of the 4.24 series:
Samba publishes security releases in coordination with MITRE/CERT — details announced at samba.org/samba/latest_news.html. Correct practices for admins:
samba-announce mailing list.testparm, reload).Important
The difference between "feature release" and "security release" is very important. Never delay a security release — CVEs in Samba are often easy to exploit (this protocol is exposed to the network). Follow the policy: production must always be at the latest patch level of a supported series, and you need a fast test path (staging → production) so upgrades don't pile up.
Leading up to 4.24, here's the path taken:
In mid-2026, some older series are still supported: 4.23.11 (3 August 2026) and 4.22.11 still receive patches — while 4.24 is current stable.
4.24.x current stable (4.24.5)
4.23.x didukung (4.23.11)
4.22.x didukung (4.22.11)
4.21.x akhir masa hidup
4.20.x akhir masa hidupIt's important to realize: the distribution's package version ≠ upstream version. Ubuntu LTS and RHEL pin specific Samba versions for the entire life of the release — for example, some LTS releases ship Samba 4.19/4.20-series versions. This means:
Tip
A healthy habit: record the Samba version in your inventory and mark it "has the latest security patch". Check periodically with smbd --version on every host and compare against the series status at samba.org. Well-inventoried servers won't get "forgotten" when a CVE comes out.
server min protocol (episode 14), not a move back to an old version.dpkg -l | grep samba # Debian/Ubuntu
rpm -q samba # RHEL familyAnd always check whether the installed version is on the supported versions list at samba.org before deciding "this is my production version".
Key takeaways:
In episode 18 next, we'll cover clustering & scale-out (CTDB) — clustering Samba for high availability and scale-out nodes, with shared storage like GPFS/Ceph as the foundation. From one server to a collection of servers serving an enterprise NAS!