summaryrefslogtreecommitdiffstats
path: root/source/n/samba
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/samba')
-rwxr-xr-xsource/n/samba/samba.SlackBuild6
-rw-r--r--source/n/samba/samba.url4
2 files changed, 6 insertions, 4 deletions
diff --git a/source/n/samba/samba.SlackBuild b/source/n/samba/samba.SlackBuild
index 757ca4336..7eed0b774 100755
--- a/source/n/samba/samba.SlackBuild
+++ b/source/n/samba/samba.SlackBuild
@@ -28,8 +28,10 @@ PKGNAM=samba
VERSION=${VERSION:-$(echo samba-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-1}
-# This option may also be set to "heimdal":
-KERBEROS=${KERBEROS:-mit}
+# This option may be set to "heimdal" or "mit".
+# Upstream considers the use of MIT Kerberos for provisioning an AD DC
+# to be experimental (for now), and recommends using the bundled Heimdal.
+KERBEROS=${KERBEROS:-heimdal}
if [ "$KERBEROS" = "mit" ]; then
KERB_OPTIONS="--with-system-mitkrb5 --with-experimental-mit-ad-dc"
diff --git a/source/n/samba/samba.url b/source/n/samba/samba.url
index 4f011ee0b..bba455673 100644
--- a/source/n/samba/samba.url
+++ b/source/n/samba/samba.url
@@ -1,2 +1,2 @@
-https://download.samba.org/pub/samba/stable/samba-4.17.5.tar.gz
-https://download.samba.org/pub/samba/stable/samba-4.17.5.tar.asc
+https://download.samba.org/pub/samba/stable/samba-4.18.0.tar.gz
+https://download.samba.org/pub/samba/stable/samba-4.18.0.tar.asc