From 873bae7efd00ef8d20a369073b5cf5dd7f01c0ca Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Tue, 16 Apr 2024 16:16:09 -0400 Subject: [PATCH] * Tue Apr 16 2024 Jean-Philippe Pialasse 11.0.0-5.sme - remove deprecated options [SME: 12630] --- root/etc/e-smith/templates/etc/smb.conf/11domainLogons | 3 --- root/etc/e-smith/templates/etc/smb.conf/11encryptPasswords | 6 ------ smeserver-samba.spec | 5 ++++- 3 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 root/etc/e-smith/templates/etc/smb.conf/11domainLogons delete mode 100644 root/etc/e-smith/templates/etc/smb.conf/11encryptPasswords diff --git a/root/etc/e-smith/templates/etc/smb.conf/11domainLogons b/root/etc/e-smith/templates/etc/smb.conf/11domainLogons deleted file mode 100644 index c840c53..0000000 --- a/root/etc/e-smith/templates/etc/smb.conf/11domainLogons +++ /dev/null @@ -1,3 +0,0 @@ -{ - "domain logons = " . ( $smb{ServerRole} =~ m{^(PDC|BDC|ADS)$} ? "yes" : "no" ); -} diff --git a/root/etc/e-smith/templates/etc/smb.conf/11encryptPasswords b/root/etc/e-smith/templates/etc/smb.conf/11encryptPasswords deleted file mode 100644 index 4b1b47e..0000000 --- a/root/etc/e-smith/templates/etc/smb.conf/11encryptPasswords +++ /dev/null @@ -1,6 +0,0 @@ -{ -# You may wish to use password encryption. Please read -# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation. -# Do not enable this option unless you have read those documents -} -encrypt passwords = yes diff --git a/smeserver-samba.spec b/smeserver-samba.spec index 34ed76f..2fda078 100644 --- a/smeserver-samba.spec +++ b/smeserver-samba.spec @@ -4,7 +4,7 @@ Summary: smeserver specific Samba configuration files and templates %define name smeserver-samba Name: %{name} %define version 11.0.0 -%define release 4 +%define release 5 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -41,6 +41,9 @@ Requires: /usr/bin/tdbbackup AutoReqProv: no %changelog +* Tue Apr 16 2024 Jean-Philippe Pialasse 11.0.0-5.sme +- remove deprecated options [SME: 12630] + * Sat Apr 13 2024 Jean-Philippe Pialasse 11.0.0-4.sme - fix regex to get SID [SME: 12581]